Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 631 Bytes

Baremetal Programming

Baremetal is OS-less programming.

These programs are written for "Raspberry Pi Model B+".

Branch

This repository is consisted of following branches.

master : This is vital for going work for latters' programs.
But these files are also in others branch. (Needed for correct now)

led_blink : Just blinking green LED on the Raspberry Pi.

jtag : Communicating between computer and the Raspberry Pi via serial communication, with GDB debugger, OpenOCD.
(Needed for correct now)

UART : Send a string, "HelloWorld" from the Raspberry Pi to Computer, with the GDB, OpenOCD, and "screen" command.