Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Stop at U-Boot command prompt (Press any key when booting up). Copy and Paste the following script under u-boot command prompt.

Info
iconfalse
titleu-boot command prompt

U-Boot# mmc rescan
U-Boot#; mmc devU-Boot#; load mmc 0:1 0x10800400 u-boot.imx
U-Boot#; sf probe; sleep 2
U-Boot#; sf erase 0 0xc0000 
U-Boot# sf write 0x10800000 0x0
0xc0000; sf write 0x10800000 0x0 60000

 

If SPI NOR Flash is empty

...