boot OMAP-L138 from spi flash.
Hit any key to stop autoboot: 0
U-Boot >tftp c0700000 uImage
U-Boot > md 0xc0700000
c0700000: 56190527 edf33e8a 93acd94f f8d32100 '..V.>..O....!..
c0700010: 008000c0 008000c0 51cbb308 00020205 ...........Q....
c0700020: 756e694c 2e322d78 37332e36 00000000 Linux-2.6.37....
c0700030: 00000000 00000000 00000000 00000000 ................
U-Boot > sf probe 0
SF: Detected M25P64 with page size 256, total 8 MiB
8192 KiB M25P64 at 0:0 is now current device
U-Boot >sf erase 200000 200000
U-Boot > sf write 0xc0700000 0x200000 0x200000
U-Boot > md 0x00200000
00200000: 00000000 00000000 00000000 00000000 ................
00200010: 00000000 00000000 00000000 00000000 ................
00200020: 00000000 00000000 00000000 00000000 ................
Address 0xc0700000 content should not address the contents of 0x200000 ?
why?
boot from nand flash is also the case .
Thanks,
all