
7 Oct
2003
7 Oct
'03
10:54 a.m.
Steven Scholz wrote:
... from time to time it might be necessary to (decompress and) copy some data from flash to ram. ...
- Patch by Steven Scholz, 29 Sep 2003:
- A second parameter for bootm overwrites the load address for "Standalone Application" images.
- bootm sets environment variable "filesize" to the resulting data
lenght for "Standalone Application" images when autostart is set to "no".
Then one could do something like
if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize ; fi
Any comments on that?
Thanks,
Steven