| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | Makefile | 154 targets += vmlinux.itb 155 targets += vmlinux.gz.itb 156 targets += vmlinux.bz2.itb 157 targets += vmlinux.lzma.itb 158 targets += vmlinux.lzo.itb 169 $(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE 170 $(call if_changed,itb-image,$<) 172 $(obj)/vmlinux.%.itb: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE 173 $(call if_changed,itb-image,$<)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | build-tftp-firmware.sh | 102 rm -f *${SUFFIX} *.itb *.its *.dtb *.dts data2sign* *.hdr *.hash orderlist.txt 252 ./mkimage -f update.its -k keys/ -K key.dtb -E -p ${HDR_SIZE} -r update.itb -v ${ARG_VERSION} 253 ./fit_check_sign -f update.itb -k key.dtb 256 ./mkimage -f update.its -E -p ${HDR_SIZE} update.itb -v ${ARG_VERSION} 259 fdtdump update.itb > update.hdr.dts 272 dd if=update.itb of=update.hdr bs=${BYTE} count=1 278 rm -f *.itb *.its *.dtb *.dts data2sign* *.hash orderlist.txt
|
| /OK3568_Linux_fs/buildroot/board/freescale/common/imx/ |
| H A D | imx8-bootloader-prepare.sh | 14 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 17 …IES_DIR}/u-boot-spl-ddr.bin 0x7E1000 -second_loader ${BINARIES_DIR}/u-boot.itb 0x40200000 0x60000 … 21 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 24 …IES_DIR}/u-boot-spl-ddr.bin 0x7E1000 -second_loader ${BINARIES_DIR}/u-boot.itb 0x40200000 0x60000 … 28 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 31 …IES_DIR}/u-boot-spl-ddr.bin 0x912000 -second_loader ${BINARIES_DIR}/u-boot.itb 0x40200000 0x60000 … 35 ${HOST_DIR}/bin/mkimage -E -p 0x3000 -f ${BINARIES_DIR}/u-boot.its ${BINARIES_DIR}/u-boot.itb 38 …IES_DIR}/u-boot-spl-ddr.bin 0x920000 -second_loader ${BINARIES_DIR}/u-boot.itb 0x40200000 0x60000 …
|
| /OK3568_Linux_fs/buildroot/board/pine64/rock64/patches/uboot/ |
| H A D | 0001-Makefile-rk3328-needs-itb-image-to-boot-properly.patch | 4 Subject: [PATCH] Makefile: rk3328 needs itb image to boot properly 22 +# rk3328 needs itb image to boot properly 24 +ALL-y += u-boot.itb
|
| /OK3568_Linux_fs/u-boot/board/rockchip/kylin_rk3036/ |
| H A D | README | 24 > make u-boot.itb 26 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 57 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb 63 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3229/ |
| H A D | README | 28 > make u-boot.itb 30 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 61 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb 67 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | howto.txt | 29 process is a binary file (by convention with the ".itb" extension) that 83 $ mkimage -f kernel.its kernel.itb 86 $ mkimage -l kernel.itb 108 The resulting image file kernel.itb can be now transferred to the target, 119 => tftp 900000 /path/to/tftp/location/kernel.itb 122 Filename '/path/to/tftp/location/kernel.itb'. 193 $ mkimage -f kernel_fdt.its kernel_fdt.itb 196 $ mkimage -l kernel_fdt.itb 229 The resulting image file kernel_fdt.itb can be now transferred to the target, 233 => tftp 900000 /path/to/tftp/location/kernel_fdt.itb [all …]
|
| H A D | source_file_format.txt | 59 .itb - flattened image tree blob 66 compiler) to produce image tree blob (.itb). Resulting .itb file is the 73 eldk-4.2-ramdisk --------------> tqm5200.itb --------------> bootm 80 - mkimage calls dtc to create .itb image and assures that 82 - .itb (new uImage) is uploaded onto the target and used therein
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.update | 71 following command will create the actual update file 'update_uboot.itb': 73 mkimage -f update_uboot.its update_uboot.itb 75 Place 'update_uboot.itb' on a TFTP server, for example as 76 '/tftpboot/update_uboot.itb', and set the 'updatefile' variable 79 setenv updatefile /tftpboot/update_uboot.itb
|
| H A D | README.nvme | 66 => tftp 80000000 /tftpboot/kernel.itb 72 32376967 kernel.itb 77 => fatload nvme 0:1 a0000000 /kernel.itb
|
| /OK3568_Linux_fs/u-boot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 63 > make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb 75 > dd if=u-boot.itb of=/dev/sdb seek=512 89 > ./rkdeveloptool wl 512 ../u-boot.itb 102 > load mmc 1:1 ${kernel_addr_r} u-boot.itb
|
| /OK3568_Linux_fs/buildroot/board/chromebook/snow/ |
| H A D | sign.sh | 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1 37 --vmlinuz $BINARIES_DIR/uImage.itb \
|
| /OK3568_Linux_fs/buildroot/board/chromebook/elm/ |
| H A D | sign.sh | 25 (cd $BINARIES_DIR && run $mkimage -f kernel.its uImage.itb) || exit 1 37 --vmlinuz $BINARIES_DIR/uImage.itb \
|
| /OK3568_Linux_fs/u-boot/board/theobroma-systems/lion_rk3368/ |
| H A D | README | 27 > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm u-boot.itb 39 > dd if=u-boot.itb of=/dev/sdb seek=512 53 > ./rkdeveloptool wl 512 ../u-boot.itb
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/ |
| H A D | README | 57 > make u-boot.itb 59 Get spl/u-boot-spl.bin and u-boot.itb in this step. 102 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
|
| /OK3568_Linux_fs/buildroot/board/arcturus/aarch64-ucls1012a/ |
| H A D | readme.txt | 28 +-- part0-000000.itb 62 B$ tftp part0-000000.itb
|
| H A D | post-image.sh | 5 MKIMAGE_OUT=${BINARIES_DIR}/part0-000000.itb
|
| /OK3568_Linux_fs/buildroot/board/amarula/a64-relic/ |
| H A D | readme.txt | 28 - u-boot.itb 59 $ sudo fastboot -i 0x1f3a flash loader2 u-boot.itb
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 355 boot-y += vmlinux.itb 356 boot-y += vmlinux.gz.itb 357 boot-y += vmlinux.bz2.itb 358 boot-y += vmlinux.lzma.itb 359 boot-y += vmlinux.lzo.itb
|
| /OK3568_Linux_fs/buildroot/board/sifive/hifive-unleashed/ |
| H A D | genimage_spi-nor.cfg | 15 image = "u-boot.itb"
|
| H A D | genimage_sdcard.cfg | 13 image = "u-boot.itb"
|
| /OK3568_Linux_fs/buildroot/board/firefly/roc-rk3399-pc/ |
| H A D | genimage.cfg | 13 image = "u-boot.itb"
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo4/ |
| H A D | genimage.cfg | 13 image = "u-boot.itb"
|
| /OK3568_Linux_fs/buildroot/board/pine64/rockpro64/ |
| H A D | genimage.cfg | 24 image = "u-boot.itb"
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-rk3399/ |
| H A D | genimage.cfg | 24 image = "u-boot.itb"
|