Lines Matching refs:u
77 ./firefly-rk3288/spl/u-boot-spl-dtb.bin out && \
100 firefly-rk3288/spl/u-boot-spl-dtb.bin out && \
102 sudo dd if=firefly-rk3288/u-boot-dtb.img of=/dev/sdc seek=16384
138 firefly-rk3288/spl/u-boot-spl-dtb.bin out && \
139 cat firefly-rk3288/u-boot-dtb.bin >> out && \
145 ./evb-rk3036/tools/mkimage -n rk3036 -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \
146 cat evb-rk3036/u-boot-dtb.bin >> out && \
166 ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
167 cat ./spl/u-boot-spl-dtb.bin >> out &&
169 sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384
189 tools/mkimage -n rk3188 -T rksd -d spl/u-boot-spl.bin out
191 # truncate, encode and append u-boot.bin
192 truncate -s %2048 u-boot.bin
193 cat u-boot.bin | split -b 512 --filter='openssl rc4 -K 7C4E0304550509072D2C7B38170D1711' >> out
209 fastboot -i 0x2207 flash loader evb-rk3288/spl/u-boot-spl-dtb.bin
227 -d chromebook_jerry/spl/u-boot-spl-dtb.bin spl.bin && \
229 cat spl-out.bin chromebook_jerry/u-boot-dtb.img >out.bin && \
279 [2] https://github.com/linux-rockchip/u-boot-rockchip.git branch u-boot-rk3288
288 followed by u-boot-spl-dtb.bin.
297 u-boot-spl-dtb.bin. The header is defined by 'struct header0_info' although
305 The maximum size of u-boot-spl-dtb.bin which the boot ROM will read is 32KB,
315 u-boot-dtb.img to the SD card at that offset. See above for instructions.
320 rkspi.c produces an image consisting of a header and u-boot-spl-dtb.bin. The