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 17:39] Sean Rhonelinux:notes:rpi4_ostw [2026/07/15 13:26] (current) Sean Rhone
Line 19: Line 19:
 over_voltage=15 over_voltage=15
 arm_freq=2100 arm_freq=2100
-core_freq=250 
 max_usb_current=1 max_usb_current=1
  
 # End</code> # End</code>
  
-  sudo '/usr/bin/rpi-eeprom-config-e+====== 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'
  
 <code> <code>
Line 32: Line 35:
 POWER_OFF_ON_HALT=1 POWER_OFF_ON_HALT=1
 NET_INSTALL_AT_POWER_ON=0</code> NET_INSTALL_AT_POWER_ON=0</code>
- 
-  '/usr/bin/rpi-eeprom-update' 
  
   * https://github.com/raspberrypi/rpi-eeprom/tree/master/firmware-2711/latest   * https://github.com/raspberrypi/rpi-eeprom/tree/master/firmware-2711/latest
   * ''pieeprom-2026-05-17.bin''   * ''pieeprom-2026-05-17.bin''
  
-  '/usr/bin/rpi-eeprom-update' -d -f /tmp/f.bin+  wget -O '/tmp/pieeprom-latest.bin' 'https://github.com/raspberrypi/rpi-eeprom/raw/refs/heads/master/firmware-2711/latest/pieeprom-2026-05-17.bin' 
 + 
 +  '/usr/bin/rpi-eeprom-config'/tmp/pieeprom-latest.bin' --config '/tmp/bootconf.txt' --out '/tmp/pieeprom-latest-custom.bin' 
 + 
 +  sudo rpi-eeprom-update -d -f '/tmp/pieeprom-latest-custom.bin
 + 
 +  systemctl reboot 
 + 
 +  sudo rpi-eeprom-update -r 
 + 
 +  sudo rpi-eeprom-update 
 + 
 +<code>CURRENT: Sun May 17 07:13:18 PM UTC 2026 (1779045198)</code>
  
/usr/local/www/wiki/data/attic/linux/notes/rpi4_ostw.1783719591.txt.gz · Last modified: by Sean Rhone