User Tools

Site Tools


linux:notes:rpi4_ostw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:rpi4_ostw [2026/07/10 18:18] Sean Rhonelinux:notes:rpi4_ostw [2026/07/15 13:26] (current) Sean Rhone
Line 22: Line 22:
  
 # End</code> # End</code>
 +
 +====== EEPROM ======
 +
 +  * TODO: ''USB_MSD_EXCLUDE_VID_PID'' ([[https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#USB_MSD_EXCLUDE_VID_PID|info]])
  
   nano '/tmp/bootconf.txt'   nano '/tmp/bootconf.txt'
Line 39: Line 43:
   '/usr/bin/rpi-eeprom-config' '/tmp/pieeprom-latest.bin' --config '/tmp/bootconf.txt' --out '/tmp/pieeprom-latest-custom.bin'   '/usr/bin/rpi-eeprom-config' '/tmp/pieeprom-latest.bin' --config '/tmp/bootconf.txt' --out '/tmp/pieeprom-latest-custom.bin'
  
-  sudo '/usr/bin/rpi-eeprom-update-d -f '/tmp/pieeprom-latest-custom.bin'+  sudo rpi-eeprom-update -d -f '/tmp/pieeprom-latest-custom.bin' 
 + 
 +  systemctl reboot 
 + 
 +  sudo rpi-eeprom-update -r
  
-  '/usr/bin/rpi-eeprom-update'+  sudo rpi-eeprom-update
  
 <code>CURRENT: Sun May 17 07:13:18 PM UTC 2026 (1779045198)</code> <code>CURRENT: Sun May 17 07:13:18 PM UTC 2026 (1779045198)</code>
  
/usr/local/www/wiki/data/attic/linux/notes/rpi4_ostw.1783721888.txt.gz · Last modified: by Sean Rhone