Lines Matching +full:mipi +full:- +full:to +full:- +full:edp
4 RK3328 key features we might use in U-Boot:
5 * CPU: ARMv8 64bit quad-core Cortex-A53
7 * DRAM: 4GB-16MB dual-channel
11 * Display: RGB/HDMI/DP/MIPI/EDP
18 In order to support Arm Trust Firmware(ATF), we need to use the
22 * load and verify U-Boot image
24 Here is the step-by-step to boot to U-Boot on rk3328.
31 > git clone https://github.com/ARM-software/arm-trusted-firmware.git
32 > git clone https://github.com/rockchip-linux/rkbin
33 > git clone https://github.com/rockchip-linux/rkflashtool
38 > cd arm-trusted-firmware
40 > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3328 bl31
42 Compile U-Boot
45 > cd ../u-boot
46 > make CROSS_COMPILE=aarch64-linux-gnu- evb-rk3328_defconfig all
57 > cp arm-trusted-firmware/build/rk3328/release/bl31.bin rkbin/rk33
59 > ./rkbin/tools/loaderimage --pack --uboot u-boot/u-boot-dtb.bin uboot.img
62 > mv uboot.img ./image/rk3328evb-uboot.bin
70 You should be able to get U-Boot log message in console/UART2 now.