forked from Imagelibrary/rtems
2011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add example mkimage command.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* README: Add example mkimage command.
|
||||||
|
|
||||||
2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* misc/restart.c: New file.
|
* misc/restart.c: New file.
|
||||||
|
|||||||
@@ -36,6 +36,11 @@ Howto setup QVGA Base Board?
|
|||||||
set bootcmd 'echo Booting RTEMS ...;run rtems'
|
set bootcmd 'echo Booting RTEMS ...;run rtems'
|
||||||
saveenv
|
saveenv
|
||||||
|
|
||||||
|
Howto make a U-Boot image?
|
||||||
|
|
||||||
|
mkimage -A arm -O rtems -T kernel -C gzip \
|
||||||
|
-a a0000000 -e a0000040 -n "RTEMS Application" -d app.bin.gz app.img
|
||||||
|
|
||||||
Application Board: NCS (Nurse Control Station)
|
Application Board: NCS (Nurse Control Station)
|
||||||
|
|
||||||
Board: NextGenNCS
|
Board: NextGenNCS
|
||||||
|
|||||||
Reference in New Issue
Block a user