Lines Matching +full:arm +full:- +full:linux +full:- +full:gnueabihf
6 > git clone git://git.denx.de/u-boot.git
7 > git clone https://github.com/OP-TEE/optee_os.git
8 > git clone https://github.com/rockchip-linux/rkbin.git
9 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
11 Compile the OP-TEE
16 > make CROSS_COMPILE_ta_arm32=arm-none-eabi- PLATFORM=rockchip-rk322x
17 Get tee.bin in this step, copy it to U-Boot root dir:
18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
20 Compile the U-Boot
23 > cd ../u-boot
24 > export CROSS_COMPILE=arm-linux-gnueabihf-
25 > export ARCH=arm
26 > make evb-rk3229_defconfig
28 > make u-boot.itb
30 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step.
36 > autoreconf -i
44 option 2 to deploy U-Boot.
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
69 You should be able to get U-Boot log message with OP-TEE boot info.
72 http://opensource.rock-chips.com/wiki_Boot_option