I need to boot rtems with GRUB.<br>There are wiki pages devoted to QEMU and GRUB. However I need a kernel image of rtems to use grub(like when we use linux, we put linux-kernel-2.6.xy into /boot directory). I cannot find it.<br>
I did some search and found the same question <a href="http://www.rtems.com/ml/rtems-users/2008/february/msg00125.html">http://www.rtems.com/ml/rtems-users/2008/february/msg00125.html</a><br>So, I installed rtems as said in here <a href="http://www.rtems.com/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu">http://www.rtems.com/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu</a><br>
However I couldn't find the image or nesessary *.exe file.<br>I invoked :/opt/rtems-4.10# find . -name "*.exe" -print<br>And got the following result:<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/pppd.exe<br>
./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/cxx_iostream.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/paranoia.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/fileio.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/capture.exe<br>
./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/base_sp.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/minimum.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/cdtest.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/unlimited.exe<br>
./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/nsecs.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/ticker.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/loopback.exe<br>./bfin-rtems4.10/bf537Stamp/lib/rtems-4.11/tests/hello.exe<br>
Why these samples are stored at lib directory?<br>And where is the RTEMS image ? What is it named like? how can I search it?<br>Thank you<br><br>