how to make a rtems kernel image to flash it on the target!

Gavin Gu jackgurong at gmail.com
Thu Dec 10 02:07:57 UTC 2015


I already make install on rtems, below is my script.


$ cd $HOME/development/rtems/rtems   /*where is rtems source tree*/
$ ./bootstrap

$ cd $HOME/development/rtems       /*the base directory for all rtems work*/
$ mkdir b-leon3                                /*where is the build tree*/
$ mkdir leon3                                   /*where is rtems make
install directory*/
$ cd b-leon3

$ ../rtems/configure --target=sparc-rtems4.11 --enable-rtemsbsp=leon3 \
--enable-tests=samples --disable-posix \
--prefix=$HOME/development/rtems/leon3

$ make

$ make install

finally,I find ticker.exe or hello.exe under build tree and run it, it
works. but, under install directory(development/rtems/leon3/) just have
some rtems library and headers. Is there any procedure to  make a kernel
image to flash it on the target?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20151210/5b78c5f6/attachment.html>


More information about the users mailing list