From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 13 Nov 2015 11:13:59 -0700 Subject: [U-Boot] [PATCH v5 21/21] rockchip: doc: show packet rk3036 uboot image In-Reply-To: <1447151098-2628-22-git-send-email-hl@rock-chips.com> References: <1447151098-2628-1-git-send-email-hl@rock-chips.com> <1447151098-2628-22-git-send-email-hl@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10 November 2015 at 03:24, Lin Huang wrote: > show how to packet rk3036 uboot image and boot from SD > > Signed-off-by: Lin Huang > --- > Changes in v1: None > Changes in v2: None > Changes in v3: None > Changes in v4: > - fix some spell error > Changes in v5: > - Adviced by Simon: > - add evb rk3036 board to supported boards > > doc/README.rockchip | 11 +++++++++++ > 1 file changed, 11 insertions(+) Acked-by: Simon Glass One nit below. > > diff --git a/doc/README.rockchip b/doc/README.rockchip > index 87ce9d2..9395f53 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 at 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 disable disabled > > Booting from SPI > ================ > -- > 1.9.1 >