Skip to content

marin9/RPi_Bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootloader for Raspberry Pi Zero

Run program on Raspberry Pi over UART, instead of removing, writing, and replacing the SD card numerous times. Bootloader will write program into RAM at address 0x8000.

Usage:

  1. Compile:
make
  1. Put bootcode.bin, start.elf and kernel.img on SD card
  2. Insert SD card into RPi
  3. Restart RPi
  4. Boot program:
sudo ./rpiprog -s /dev/ttyUSB0 -i blink.img

For next boot you need to repeat only steps 4 and 5.

About

UART serial bootloader for Raspberry Pi Zero

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published