Re: [U-Boot] [PATCH][SDK1.2] powerpc/p1010rdb: add readme document for p1010rdb

2012-04-30 Thread Wolfgang Denk
Dear Scott Wood, In message <4f9ef540.90...@freescale.com> you wrote: > > > + => tftp 100 u-boot.bin > > + => protect off all > > + => erase eff8 efff > > + => cp.b 100 eff8 8 > > => tftp This is discouraged. tftp takes an address as first argument. So please wr

Re: [U-Boot] [PATCH][SDK1.2] powerpc/p1010rdb: add readme document for p1010rdb

2012-04-30 Thread Scott Wood
On 04/28/2012 04:32 AM, Shengzhou Liu wrote: > +2. Burn u-boot.bin into NOR flash > + => tftp 100 u-boot.bin > + => protect off all > + => erase eff8 efff > + => cp.b 100 eff8 8 => tftp => protect off all => erase eff8 +$filesize => cp.b $loadaddr eff80

[U-Boot] [PATCH][SDK1.2] powerpc/p1010rdb: add readme document for p1010rdb

2012-04-28 Thread Shengzhou Liu
Signed-off-by: Shengzhou Liu --- doc/README.p1010rdb | 147 +++ 1 files changed, 147 insertions(+), 0 deletions(-) create mode 100644 doc/README.p1010rdb diff --git a/doc/README.p1010rdb b/doc/README.p1010rdb new file mode 100644 index 000..5