Is there a way to use the raspberry pi like a arduino. (i.e.) without a Operating system?
Just connect it to the USB of your computer and download code onto it, and next time the raspberry pi boots, it runs that program (infinitely). just as an arduino would.
When i Googled how to use the RPi 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, C and ARMGCC. So i need a way of burning the code onto my board.
Could any one help me on how to do this?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
|||
|
Look this lesson http://www.cl.cam.ac.uk/freshers/raspberrypi/tutorials/os/ It's an ARM-only lesson but it use piece of C for USB driver |
|||||||||
|