Lines Matching +full:0 +full:x040000
68 U-Boot # load mmc 0 0x82000000 MLO
69 U-Boot # nand write 0x82000000 0x00000 0x20000
70 U-Boot # nand write 0x82000000 0x20000 0x20000
71 U-Boot # nand write 0x82000000 0x40000 0x20000
72 U-Boot # nand write 0x82000000 0x60000 0x20000
74 U-Boot # load mmc 0 0x82000000 u-boot.img
75 U-Boot # nand write 0x82000000 0x80000 0x60000
77 U-Boot # load mmc 0 0x82000000 uImage
78 U-Boot # nand write 0x82000000 ${nandsrcaddr} ${nandimgsize}
80 U-Boot # load mmc 0 0x82000000 filesystem.img
81 U-Boot # nand write 0x82000000 ${loadaddress} 0x300000
99 prepended. In the following example we use a size of 512KiB (0x80000)
104 U-Boot # load mmc 0 ${loadaddr} u-boot.bin
127 0x0000 - 0x007F : MBR or GPT table : 0x000000 - 0x020000
128 0x0080 - 0x00FF : ARGS or FDT file : 0x010000 - 0x020000
129 0x0100 - 0x01FF : SPL.backup1 (first copy used) : 0x020000 - 0x040000
130 0x0200 - 0x02FF : SPL.backup2 (second copy used) : 0x040000 - 0x060000
131 0x0300 - 0x06FF : U-Boot : 0x060000 - 0x0e0000
132 0x0700 - 0x08FF : U-Boot Env + Redundant : 0x0e0000 - 0x120000
133 0x0900 - 0x28FF : Kernel : 0x120000 - 0x520000
139 instead of using the loadaddr variable we use 0x81000000 in the following
178 U-Boot # load mmc 0:1 ${loadaddr} uImage
180 U-Boot # load mmc 0:1 ${fdtaddr} ${fdtfile}
189 U-Boot # fatwrite mmc 0:1 0x80f80000 args 8928