mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
doc: rockchip: add px30/rk3326 boards and examples
There are several PX30/RK3326 boards in use without mentioning in rockchip.rst. Add boards and examples. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
ed33f8c4e3
commit
0c99c6e63e
@ -21,6 +21,12 @@ mainline U-Boot.
|
|||||||
|
|
||||||
List of mainline supported Rockchip boards:
|
List of mainline supported Rockchip boards:
|
||||||
|
|
||||||
|
* px30
|
||||||
|
- Rockchip Evb-PX30 (evb-px30)
|
||||||
|
- Engicam PX30.Core C.TOUCH 2.0 (px30-core-ctouch2-px30)
|
||||||
|
- Engicam PX30.Core C.TOUCH 2.0 10.1 (px30-core-ctouch2-of10-px30)
|
||||||
|
- Engicam PX30.Core EDIMM2.2 Starter Kit (px30-core-edimm2.2-px30)
|
||||||
|
- Firefly Core-PX30-JD4 (firefly-px30)
|
||||||
* rk3036
|
* rk3036
|
||||||
- Rockchip Evb-RK3036 (evb-rk3036)
|
- Rockchip Evb-RK3036 (evb-rk3036)
|
||||||
- Kylin (kylin_rk3036)
|
- Kylin (kylin_rk3036)
|
||||||
@ -46,6 +52,8 @@ List of mainline supported Rockchip boards:
|
|||||||
* rk3308
|
* rk3308
|
||||||
- Rockchip Evb-RK3308 (evb-rk3308)
|
- Rockchip Evb-RK3308 (evb-rk3308)
|
||||||
- Roc-cc-RK3308 (roc-cc-rk3308)
|
- Roc-cc-RK3308 (roc-cc-rk3308)
|
||||||
|
* rk3326
|
||||||
|
- ODROID-GO Advance (odroid-go2)
|
||||||
* rk3328
|
* rk3328
|
||||||
- Rockchip Evb-RK3328 (evb-rk3328)
|
- Rockchip Evb-RK3328 (evb-rk3328)
|
||||||
- Pine64 Rock64 (rock64-rk3328)
|
- Pine64 Rock64 (rock64-rk3328)
|
||||||
@ -107,6 +115,14 @@ U-Boot
|
|||||||
git clone --depth 1 https://source.denx.de/u-boot/u-boot.git
|
git clone --depth 1 https://source.denx.de/u-boot/u-boot.git
|
||||||
cd u-boot
|
cd u-boot
|
||||||
|
|
||||||
|
To build px30 boards:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
export BL31=../arm-trusted-firmware/build/px30/release/bl31/bl31.elf
|
||||||
|
make evb-px30_defconfig
|
||||||
|
make CROSS_COMPILE=aarch64-linux-gnu-
|
||||||
|
|
||||||
To build rk3288 boards:
|
To build rk3288 boards:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user