Lines Matching refs:u
6 > git clone git://git.denx.de/u-boot.git
18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
23 > cd ../u-boot
28 > make u-boot.itb
30 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step.
49 > cd ../u-boot
50 > tools/mkimage -n rk322x -T rksd -d tpl/u-boot-spl.bin idbloader.img
51 > cat spl/u-boot-spl.bin >> idbloader.img
60 > rkdeveloptool wl 64 u-boot/idbloader.img
61 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
66 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64
67 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384