Hi,
I'm using the OMAPL137 EVM along with the UI Module from Spectrum. The kernel is Montavista, and the desired file system is cramfs. But the kernel image is 2.01M and the cramfs image is 2.74M. So I replaced the 4M spi flash(w25x32) with a 8M one(w25q64), both are from winbond, same footprint.
I tried to boot the evm, but the boot log still showed:
m25p80 spi0.0: w25x32 (4096 Kbytes)
Creating 3 MTD partitions on "m25p80":
0x000000000000-0x000000040000 : "U-Boot"
0x000000040000-0x000000044000 : "U-Boot Environment"
0x000000044000-0x000000400000 : "Linux"
It seems that some board support files needed to be modified. Could you tell me where can I find these files or show me some guidance?
Thank you!
Ming