[U-Boot-Users] Extending bootm command.

Steven Scholz steven.scholz at imc-berlin.de
Tue Oct 7 10:54:54 CEST 2003


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





More information about the U-Boot mailing list