Although I have a similar article last year and play around with Raspberry Pi before, now I pick up this QEMU emulation with RTEMS again for my research. Thanks for anonymous people who give me suggestions. Again I wrote down the complete flow again to backup/summarize the information I need here. Hopefully it could also aid you. Enjoy it! From Alan's Tech Notes and official guide , to have a totally new environment for RTEMS: I strongly recommend to use RTEMS source builder so-called RSB to prepare all the essential stuffs. Before digging into the details, Ubuntu prerequisties should be somehow in your system. (refer to Alan's note): $ sudo apt-get install build-essential $ sudo apt-get install git $ sudo apt-get install python-dev $ sudo apt-get build-dep binutils gcc g++ gdb unzip git First make a specific folder for the source code of rtems-source-builder: $ cd $ mkdir -p development/rtems/rsb $ cd development/rtems/rsb $ git clone git://git.rtems.org/rtems-source-b...
Here record some exciting moments I experience during my ES / RTOS researches.