zvakanaka / pi-boot-maker

Downloads and writes the latest Pi OS to a USB device. Also sets up WiFi, SSH, and the needed boot files for USB boot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Boot USB Maker

Downloads and writes the latest Pi OS to a USB device. Also sets up WiFi, SSH, and the needed boot files for USB boot.

This automates the 2nd half of Jeff Geerlings instructions. YOU STILL HAVE TO DO THE FIRST HALF ONCE (steps 1-6) SPECIFIED HERE.

WARNINGS

  • USB boot is still in beta
  • Only for Raspberry Pi 4
  • USE THIS SOFTWARE AT YOUR OWN RISK
  • It's gonna make your Pi really fast

Instructions

git clone https://github.com/zvakanaka/pi-boot-maker.git
cd pi-boot-maker
npm install
npm start

System Dependencies

  • Ubuntu
  • Node.js

Road Map

  • Backup and restore USB drives/SD Cards
  • Support SD Cards
  • Support distros other than Raspberry Pi OS
  • Support Pis other than the Raspberry Pi 4

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Downloads and writes the latest Pi OS to a USB device. Also sets up WiFi, SSH, and the needed boot files for USB boot.

License:MIT License


Languages

Language:JavaScript 100.0%