Lines Matching +full:0 +full:x30000
11 U-Boot# mmc dev 0
13 U-Boot# fatload mmc 0 0x82000000 MLO
16 U-Boot# fatload mmc 0 0x83000000 u-boot.img
23 U-Boot# sf probe 0
26 U-Boot# sf erase 0 0x10000
27 SF: 65536 bytes @ 0x0 Erased: OK
28 U-Boot# sf erase 0x20000 0x10000
29 SF: 65536 bytes @ 0x20000 Erased: OK
30 U-Boot# sf erase 0x30000 0x10000
31 SF: 65536 bytes @ 0x30000 Erased: OK
32 U-Boot# sf erase 0x40000 0x10000
33 SF: 65536 bytes @ 0x40000 Erased: OK
34 U-Boot# sf erase 0x50000 0x10000
35 SF: 65536 bytes @ 0x50000 Erased: OK
36 U-Boot# sf erase 0x60000 0x10000
37 SF: 65536 bytes @ 0x60000 Erased: OK
38 U-Boot# sf write 82000000 0 0x10000
39 SF: 65536 bytes @ 0x0 Written: OK
40 U-Boot# sf write 83000000 0x20000 0x60000
41 SF: 393216 bytes @ 0x20000 Written: OK
43 For #2, set sysboot to QSPI-1 boot mode(SYSBOOT[5:0] = 100110) and power
44 on. ROM should find the GP header at offset 0 and load/execute SPL. SPL
46 find a U-Boot image header at offset 0x20000 (set in the config file)