From mboxrd@z Thu Jan 1 00:00:00 1970 From: hl Date: Tue, 10 Nov 2015 08:36:58 +0800 Subject: [U-Boot] [PATCH v4 20/20] rockchip: doc: show packet rk3036 uboot image In-Reply-To: References: <1447056167-16138-1-git-send-email-hl@rock-chips.com> <1447056167-16138-21-git-send-email-hl@rock-chips.com> Message-ID: <56413C2A.6030404@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 10/11/15 04:24, Simon Glass wrote: > Hi Lin, > > On 9 November 2015 at 00:02, 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 >> >> doc/README.rockchip | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/doc/README.rockchip b/doc/README.rockchip >> index 87ce9d2..fc896c5 100644 >> --- a/doc/README.rockchip >> +++ b/doc/README.rockchip >> @@ -118,6 +118,13 @@ something like: >> Err: serial at ff690000 >> => >> >> +For evb_rk3036 board: > Please also add this board to the list of supported boards further up > (under BUILDING). Okay, will be done next version. > >> + ./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 disable > must be disabled. Thank you to point it. And another question, when i upload next version patch, about the patch you have been Acked, you want me to drop them or keep upload them and mark as Ack. > >> Booting from SPI >> ================ >> -- >> 1.9.1 >> > Regards, > Simon > > > -- Lin Huang