Lines Matching refs:u
14 ./tools/mkimage -l <u-boot_file>
19 -d <u-boot binary> <output image file>
24 -d u-boot-nand.bin u-boot.ubl
26 You can generate the image directly when you compile u-boot with:
28 $ make u-boot.ubl
77 Structure of the u-boot.ubl binary:
84 -> u-boot-spl-16k.bin
88 2) compile u-boot.bin ("normal" u-boot)
89 -> u-boot.bin
91 3) create u-boot-nand.bin = u-boot-spl-16k.bin + u-boot.bin
93 4) create u-boot.ubl, size = 1 page size NAND
94 create UBL header and paste it before u-boot.bin
98 -> You get an u-boot.ubl binary, which you can flash
105 content: UBL | nand_spl | u-boot code
114 content: UBL | nand_spl | u-boot code
138 copies the u-boot code from NAND into RAM, and jumps to it ...