summaryrefslogtreecommitdiff
path: root/doc/README.rockchip
diff options
context:
space:
mode:
authorMassimo Pegorer <[email protected]>2023-09-09 11:33:33 +0200
committerKever Yang <[email protected]>2023-10-07 16:49:41 +0800
commit9841fe21197e9cfcbd64ecb257e298b9eec8a385 (patch)
tree429cf9ed68c474e395f1d06287020f7a82b6257b /doc/README.rockchip
parent9e13fef00b8dc90c6e6bcf46012773a5497d0196 (diff)
doc: rockchip: Update and improve info on rk3308, TPL and TF-A
Update and improve documentation about build steps for SoCs that require using TF-A and TPL binaries provided by Rockchip, such as rk3308. Add rk3308 boards case to rST document. Add ROCK Pi S in the list of supported boards. Minor page format improvements. Signed-off-by: Massimo Pegorer <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'doc/README.rockchip')
-rw-r--r--doc/README.rockchip10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip
index 52b5140eca9..84caff8a24d 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -38,16 +38,8 @@ Building
(or you can use another cross compiler if you prefer)
2. To build RK3308 board:
- - Get the rkbin
- => git clone https://github.com/rockchip-linux/rkbin.git
- - Compile U-Boot
- => cd /path/to/u-boot
- => export BL31=/path/to/rkbin/bin/rk33/rk3308_bl31_v2.22.elf
- => make roc-cc-rk3308_defconfig
- => make CROSS_COMPILE=aarch64-linux-gnu- all
- => ./tools/mkimage -n rk3308 -T rksd -d /path/to/rkbin/bin/rk33/rk3308_ddr_589MHz_uart2_m0_v1.26.bin idbloader.img
- => cat spl/u-boot-spl.bin >> idbloader.img
+ See doc/board/rockchip/rockchip.rst
3. To build RK3399 board: