* https://en.opensuse.org/HCL:Raspberry_Pi4 * 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 openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.aarch64-2026.04.30-Snapshot20260616.raw sudo -e '/boot/efi/extraconfig.txt' # Disable dtoverlay=disable-bt dtoverlay=disable-wifi disable_splash=1 disable_fw_kms_setup=1 # Tweaks arm_boost=1 force_turbo=1 over_voltage=15 arm_freq=2100 max_usb_current=1 # End ====== 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' [all] BOOT_UART=0 WAKE_ON_GPIO=0 POWER_OFF_ON_HALT=1 NET_INSTALL_AT_POWER_ON=0 * 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 CURRENT: Sun May 17 07:13:18 PM UTC 2026 (1779045198)