Skip to content

Instantly share code, notes, and snippets.

View ZeroRaven's full-sized avatar
🏠
Working from home

Zero Raven ZeroRaven

🏠
Working from home
  • Nepal
View GitHub Profile
Boot from USB:
1. Set SoC's OTP (One Time Programmable) memory for USB boot by executing:
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
2. After reboot you can check OTP has been programmed with:
vcgencmd otp_dump | grep 17
* Should return output: 17:3020000a
Build EDuke32:
1. Install dependencies: