diff options
author | Xu Ziyuan | 2016-07-05 18:06:30 +0800 |
---|---|---|
committer | Simon Glass | 2016-07-25 20:44:18 -0600 |
commit | 744368d6ae3ea5cf73407c24d8e44b2a83b7f659 (patch) | |
tree | 9dd9796bc0bd0fc7066001abcb212f2d73a53d9b /doc | |
parent | b47ea79219f1de43fa21456c6c60c8390b8755d2 (diff) |
rockchip: add basic support for evb-rk3288 board
evb-3288 board RK3288-based development board with 2 USB ports, HDMI,
VGA, micro-SD card, audio, WiFi and Gigabit Ethernet. It also includes
on-board 8G eMMC and 2GB of SDRAM. Expansion connector provide access to
display pins, I2C, SPI, UART and GPIOs. This add some basic files
required to allow the board to output serial messaged and can run
command(mmc info etc).
evb-rk3288 also supports booting from eMMC or SD card, the default is eMMC.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.rockchip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 182e3aedf6b..3fc2582b870 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -36,11 +36,12 @@ You will need: Building ======== -At present three RK3288 boards are supported: +At present four RK3288 boards are supported: - Firefly RK3288 - use firefly-rk3288 configuration - Radxa Rock 2 - use rock2 configuration - Hisense Chromebook - use chromebook_jerry configuration + - EVB RK3288 - use evb-rk3288 configuration Two RK3036 board are supported: |