Lines Matching refs:u
118 $ make u-boot.sb
123 The code produces "u-boot.sb" file. This file needs to be augmented with a
127 NOTE: The process that produces u-boot.sb uses the mkimage to generate the
134 $ elftosb -zf imx23 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd \
135 -o u-boot.sb
136 $ elftosb -zf imx28 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd \
137 -o u-boot.sb
158 run fdisk with the option "-u=sectors" to set units to sectors:
175 $ ./tools/mxsboot sd u-boot.sb u-boot.sd
177 The resulting file, "u-boot.sd", shall then be written to the partition. In this
180 $ dd if=u-boot.sd of=/dev/mmcblk0p1
201 is invoked on "u-boot.sb" file from chapter 2):
203 $ ./tools/mxsboot nand u-boot.sb u-boot.nand
216 The resulting file, "u-boot.nand" can be written directly to NAND
221 "u-boot.nand" in it's root directory. This can be changed by
244 "u-boot.sb" in it's root directory. This can be changed by
270 The u-boot.sb file can be directly written to SPI NOR from U-Boot prompt.
272 Load u-boot.sb into RAM, this can be done in several ways and one way is to use
274 => tftp u-boot.sb 0x42000000
284 Write u-boot.sb to SPI NOR: