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/06/15 05:20] Sean Rhonelinux:notes:rpi4_ostw [2026/07/15 13:26] (current) Sean Rhone
Line 2: Line 2:
   * https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64.raw.xz   * https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64.raw.xz
   * https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64.raw.xz.sha256   * https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64.raw.xz.sha256
 +
 +  openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64-2026.04.30-Snapshot20260616.raw
  
   sudo -e '/boot/efi/extraconfig.txt'   sudo -e '/boot/efi/extraconfig.txt'
Line 10: Line 12:
 dtoverlay=disable-wifi dtoverlay=disable-wifi
 disable_splash=1 disable_splash=1
 +disable_fw_kms_setup=1
  
 # Tweaks # Tweaks
Line 16: 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
- 
-# rpi-eeprom-update 
-dtparam=spi=on 
-dtoverlay=audremap 
-dtoverlay=spi-gpio40-45 
  
 # 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 35: Line 36:
 NET_INSTALL_AT_POWER_ON=0</code> NET_INSTALL_AT_POWER_ON=0</code>
  
-  sudo zypper install 'flashrom'+  * https://github.com/raspberrypi/rpi-eeprom/tree/master/firmware-2711/latest 
 +  * ''pieeprom-2026-05-17.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
  
-  RPI_EEPROM_USE_FLASHROM='1' '/usr/bin/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.1781515245.txt.gz · Last modified: by Sean Rhone