<div dir="ltr">Hi all,<div><br></div><div>I am a beginner. I am running Ubuntu 14.04 on Oracle VM VirtualBox on Windows PC. My host PC has the following configuration. Processor= Core i5, RAM=16GB, Hard disk size= 1TB.</div><div><br></div><div>I wanted to know what platform should I use for learning and developing RTEMS.</div><div><br></div><div>Also, I installed RSB according to this link <a href="https://docs.rtems.org/rsb/">https://docs.rtems.org/rsb/</a> but I am trying to figure out what platform to use. </div><div><br></div><div><br></div><div>I have roughly used the following commands to install RSB and download RTEMS. I would like to know how to proceed further and whether I was roughly on the right way.</div><div><br></div><div>cd</div><div>mkdir -p development/rtems/src</div><div>cd development/rtems/src</div><div>sudo apt-get install git</div><div>git clone git://<a href="http://git.rtems.org/rtems-source-builder.git">git.rtems.org/rtems-source-builder.git</a></div><div>cd rtems-source-builder</div><div>sudo apt-get install bison cvs g++ texinfo flex</div><div>sudo apt-get install build-essential vim zlib1g-dev libncurses5-dev python-dev</div><div>source-builder/sb-check</div><div>cd rtems</div><div>../source-builder/sb-set-builder --log=l-sparc.txt --prefix=$HOME/development/rtems/4.11 4.11/rtems-sparc</div><div>$HOME/development/rtems/4.11/bin/sparc-rtems4.11-gcc -v</div><div>git clone git://<a href="http://git.rtems.org/rtems.git">git.rtems.org/rtems.git</a></div><div>cd rtems</div><div>export PATH=/development/rtems/4.11/bin:$PATH</div><div>./bootstrap</div><div>cd ..</div><div>mkdir b-sis</div><div>cd b-sis</div><div>../rtems/configure --target=sparc-rtems4.11 --enable-rtremsbsp=sis --enable-tests=samples --disable-posix</div><div><br></div><div>Thank you,</div><div><br></div><div>Sarvesh Patkar</div></div>