Lines Matching refs:u
20 ./tools/mkimage -l <mx u-boot_file>
25 -e <execution address> -d <u-boot binary> <output image file>
30 -d u-boot.bin u-boot.imx
32 You can generate directly the image when you compile u-boot with:
34 $ make u-boot.imx
96 'manually' appended to the u-boot.imx file.
99 to the u-boot image, making a signed bootloader,
131 The following example prepare a SD card with u-boot and a FAT partition
136 Beagleboard, running u-boot as bootloader).
139 the u-boot image must be stored at the offset 0x400, it must be assured
195 to not overwrite the space where I will put u-boot.
216 I have set 100MB, leaving the first 2 sectors free. I will copy u-boot
226 9. Copy u-boot.imx on the SD card
230 dd if=u-boot.imx of=/dev/mmcblk0 bs=512 seek=2
232 This command copies the u-boot image at the address 0x400, as required
236 the u-boot prompt should come after power on.