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
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
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
3 matches
Mail list logo