Lines Matching +full:arm +full:- +full:linux +full:- +full:gnueabihf
1 Here is the step-by-step to boot U-Boot on rv1108 evb.
4 Compile U-Boot
6 > make CROSS_COMPILE=arm-linux-gnueabihf- evb-rv1108_defconfig all
7 > ./tools/mkimage -n rv1108 -T rksd -d ./out/u-boot-spl.bin spl.bin
8 You can also use the ddr bin from rockchip official release [0] instead of u-boot-spl:
9 > ./tools/mkimage -n rv1108 -T rksd -d ../rkbin/rv1x/rv1108ddr_v1.00.bin spl.bin
10 > cat spl.bin u-boot.bin > u-boot.img
14 rkdeveloptool can get from https://github.com/rockchip-linux/rkdeveloptool.git
18 > rkdeveloptool wl 0x40 u-boot.img
22 You should be able to get U-Boot log message from boot console with baudrate 1500000:
24 U-Boot SPL board initReturning to boot ROM...
27 U-Boot 2017.09-01119-gc3ef4c0-dirty (Feb 06 2018 - 10:04:12 +0800)
45 [0] git clone https://github.com/rockchip-linux/rkbin.git