diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:45:24 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:37 -0700 |
commit | 7c1058fadc8d7c25c6c1313d939897a091500fbe (patch) | |
tree | a2b131247ad893139453150191ed6905bf78f3db /doc/README.rockchip | |
parent | cf629bb2ba769f2257f43336adef2cdf4acff9bf (diff) | |
download | u-boot-7c1058fadc8d7c25c6c1313d939897a091500fbe.tar.gz |
rockchip: Add support for Raxda Rock 2
This board includes an RK3288 SoC on a SOM. It can be mounted on a
base-board which provides a wide range of peripherals.
So far this is verified to boot to a prompt from a microSD card. The serial
console works as well as HDMI.
Thanks to Tom Cubie for sending me a board.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.rockchip')
-rw-r--r-- | doc/README.rockchip | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 7be5a130fb..364affd56f 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -39,7 +39,7 @@ Building At present three RK3288 boards are supported: - Firefly RK3288 - use firefly-rk3288 configuration - - Radxa Rock 2 - also uses firefly-rk3288 configuration + - Radxa Rock 2 - use rock2 configuration - Haier Chromebook - use chromebook_jerry configuration one RK3036 board is support: @@ -52,11 +52,6 @@ For example: (or you can use another cross compiler if you prefer) -Note that the Radxa Rock 2 uses the Firefly configuration for now as -device tree files are not yet available for the Rock 2. Clearly the two -have hardware differences, so this approach will break down as more drivers -are added. - Writing to the board with USB ============================= |