Re: [U-Boot] Image copy to ram

2011-04-12 Thread Matthias Weisser
Am 12.04.2011 21:12, schrieb Mike Frysinger: > On Tuesday, April 12, 2011 14:47:46 Matthias Weisser wrote: >> Am 12.04.2011 18:20, schrieb Mike Frysinger: >>> On Tuesday, April 12, 2011 04:01:18 Matthias Weißer wrote: I looked into the documentation but I can't find a command which copies

Re: [U-Boot] Image copy to ram

2011-04-12 Thread Mike Frysinger
On Tuesday, April 12, 2011 14:47:46 Matthias Weisser wrote: > Am 12.04.2011 18:20, schrieb Mike Frysinger: > > On Tuesday, April 12, 2011 04:01:18 Matthias Weißer wrote: > >> I looked into the documentation but I can't find a command which copies > >> an image from one address to another. > > > >

Re: [U-Boot] Image copy to ram

2011-04-12 Thread Matthias Weisser
Am 12.04.2011 18:20, schrieb Mike Frysinger: > On Tuesday, April 12, 2011 04:01:18 Matthias Weißer wrote: >> I looked into the documentation but I can't find a command which copies >> an image from one address to another. > > you mean 'cp' ? Well, not exactly. cp doesn't know anything about the s

Re: [U-Boot] Image copy to ram

2011-04-12 Thread Mike Frysinger
On Tuesday, April 12, 2011 04:01:18 Matthias Weißer wrote: > I looked into the documentation but I can't find a command which copies > an image from one address to another. you mean 'cp' ? -mike signature.asc Description: This is a digitally signed message part. _

[U-Boot] Image copy to ram

2011-04-12 Thread Matthias Weißer
Hi I looked into the documentation but I can't find a command which copies an image from one address to another. This would be extremly useful for me as reading from (uncached) flash is way slower then reading from cached SDRAM. Currently booting is done by a simple bootm. This requires that t