[U-Boot] [RESEND PATCH v3 20/20] rockchip: doc: show packet rk3036 uboot image

Simon Glass sjg at chromium.org
Sat Nov 7 00:58:24 CET 2015


Hi,

On 6 November 2015 at 08:40, 蔡枫(Eddie) <eddie.cai at rock-chips.com> wrote:
>
>
> Eddie
> 2015年11月6日 下午8:08于 Simon Glass <sjg at chromium.org>写道:
>>
>> Hi Lin,
>>
>> On 6 November 2015 at 01:53, Lin Huang <hl at rock-chips.com> wrote:
>> > show how to packet rk3036 uboot image and boot from SD
>> >
>> > Signed-off-by: Lin Huang <hl at rock-chips.com>
>> > ---
>> >  doc/README.rockchip | 7 +++++++
>> >  1 file changed, 7 insertions(+)
>> >
>> > diff --git a/doc/README.rockchip b/doc/README.rockchip
>> > index 87ce9d2..893f256 100644
>> > --- a/doc/README.rockchip
>> > +++ b/doc/README.rockchip
>> > @@ -118,6 +118,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 some iomux, so if you boot from SD, the debug must
>>
>> do you mean 'use the same iomux'?
> Yes. they share the same pin

OK, can you please reword this then?

>>
>> > +       disable
>> >
>> >  Booting from SPI
>> >  ================
>> > --
>> > 1.9.1
>> >

Regards,
Simon


More information about the U-Boot mailing list