<div dir="ltr"><div><br></div><div>RTEMS should work on the Raspberry Pi Zero, but I have not tried RTEMS on the Raspberry Pi Zero W. The "W" model has wifi and bluetooth, and like the Raspberry Pi 3, the bluetooth is connected to the UART which is used by the RTEMS console. I believe we need to write a new console driver for the Pi Zero W and 3 models. </div><div><br></div><div>The rest of the Pi models, such as the non wireless Raspberry Pi Zero should work, but there is a problem with newer Raspberry Pi firmware. I don't know what the exact problem is, but reverting to an older version of the Raspberry Pi firmware seems to work. </div><div><br></div><div>Try this release of the firmware on your SD card:</div><div><a href="https://github.com/raspberrypi/firmware/tree/1.20160620/boot">https://github.com/raspberrypi/firmware/tree/1.20160620/boot</a><br></div><div><br></div><div>Alan</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 10:30 PM, William Busacker <span dir="ltr"><<a href="mailto:wbusacker@outlook.com" target="_blank">wbusacker@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've been having a lot of trouble attempting to get RTEMS running on a<br>
Raspberry Pi Zero, hoping someone can help.<br>
<br>
I've been following the steps outlined by<br>
<a href="http://alanstechnotes.blogspot.com/2013/03/rtems-on-raspberry-pi.html?m=1" rel="noreferrer" target="_blank">http://alanstechnotes.<wbr>blogspot.com/2013/03/rtems-on-<wbr>raspberry-pi.html?m=1</a><br>
but changing all references of 4.11 to 4.12 and omiting /chrisj/ from<br>
the git path for rtems builder. My primary environment is Bash for<br>
Windows running Windows 10 Pro, however I have an Ubuntu 17.04 install<br>
that can target the exact same directory.<br>
<br>
At first, I made a brand new Raspbian boot SD and then replaced the<br>
kernel.img on the SD card with the img file created in Alan's last step,<br>
however that never does anything. One of the comments from that post had<br>
said to use the ticker.exe from<br>
/build-rtems-rpi/arm-rtems4.<wbr>12/c/raspberrypi/testsuites/<wbr>samples/ticker/ticker.exe<br>
instead of under /bsps however that too does not work. At this point I<br>
also noticed that the Makefile in /build-rtems-rpi/...../ticker hadn't<br>
fully run. When I ran that makefile, it failed saying that leaf.cfg:1<br>
*** missing separator. Stop.<br>
<br>
I have copied the 4.11.2 tarball from<br>
<a href="https://git.rtems.org/rtems-source-builder/" rel="noreferrer" target="_blank">https://git.rtems.org/rtems-<wbr>source-builder/</a> and build up the source<br>
builder from that, however when I get to the make install step, it<br>
errors out as several make files that it tries to run during the<br>
recursive step don't have install steps (or any steps, they're blank) so<br>
the make process stops.<br>
<br>
Any pointers or tips on how to get this working would be greatly<br>
appreciated!<br>
<br>
-Will Busacker<br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div><br></div>