Is there a way to use the Raspberry Pi like an Arduino? That is, without an operating system?
Just connect it to the USB of your computer and download code onto it, and the next time the Raspberry Pi boots, it runs that program (infinitely). Just as an Arduino would.
When I googled how to use the Raspberry Pi like an Arduino, all I get is using the Raspberry Pi's GPIO and not something what I'am looking for.
What I finally want to do is develop my own bootloader and a bare bones OS using assembly language, C and ARMGCC. So I need a way of burning the code onto my board.
How can I do this?
bootcode.bin
from an SD card. (Everything after that can come off another device if you are using new enough software.) – cjs Apr 16 '17 at 18:04