diff options
author | huang lin <hl@rock-chips.com> | 2015-11-17 14:20:31 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | 1d5a69684e863adf1d689cfb506ab464f1a1e645 (patch) | |
tree | 6ebefd028055a6514172fc728a3f32d35fbc1a68 /doc/README.rockchip | |
parent | 3641339eff7d45342a5d3443ed7c057c5c62ae29 (diff) |
rockchip: doc: show packet rk3036 uboot image
show how to packet rk3036 uboot image and boot from SD
Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Series-to: u-boot
Series-version: 8
Series-cc: Lin Huang <hl@rock-chips.com>
Diffstat (limited to 'doc/README.rockchip')
-rw-r--r-- | doc/README.rockchip | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 87ce9d2e9f3..874441c34ec 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -42,6 +42,10 @@ At present three RK3288 boards are supported: - Radxa Rock 2 - also uses firefly-rk3288 configuration - Haier Chromebook - use chromebook_jerry configuration +one RK3036 board is support: + + - EVB RK3036 - use evb-rk3036_defconfig configuration + For example: CROSS_COMPILE=arm-linux-gnueabi- make O=firefly firefly-rk3288_defconfig all @@ -118,6 +122,13 @@ something like: Err: serial@ff690000 => +For evb_rk3036 board: + ./evb-rk3036/tools/mkimage -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \ + cat evb-rk3036/u-boot-dtb.bin >> out && \ + sudo dd if=out of=/dev/sdc seek=64 + +Note: rk3036 SDMMC and debug uart use the same iomux, so if you boot from SD, the + debug uart must be disabled Booting from SPI ================ |