<div dir="ltr"><div style="font-size:14px">I already make install on rtems, below is my script.</div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px">$ cd $HOME/development/rtems/rtems   /*where is rtems source tree*/</div><div style="font-size:14px">$ ./bootstrap</div><div style="font-size:14px"><br></div><div style="font-size:14px">$ cd $HOME/development/rtems       /*the base directory for all rtems work*/</div><div style="font-size:14px">$ mkdir b-leon3                                /*where is the build tree*/</div><div style="font-size:14px">$ mkdir leon3                                   /*where is rtems make install directory*/</div><div style="font-size:14px">$ cd b-leon3</div><div style="font-size:14px"><br></div><div style="font-size:14px">$ ../rtems/configure --target=sparc-rtems4.11 --enable-rtemsbsp=leon3 \</div><div style="font-size:14px">--enable-tests=samples --disable-posix \</div><div style="font-size:14px">--prefix=$HOME/development/rtems/leon3</div><div style="font-size:14px"><br></div><div style="font-size:14px">$ make </div><div style="font-size:14px"><br></div><div style="font-size:14px">$ make install</div><div style="font-size:14px"><br></div><div style="font-size:14px">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?</div></div>