-
Use the Raspberry Pi Imager tool to flash an SD card with the latest image
- Choose the Raspberry Pi OS Lite (32-bit) image
- Click the gear icon to also setup WiFi and SSH
-
SSH into the pi and update the kernel and reboot
sudo apt-get update && sudo apt-get install raspberrypi-kernel
sudo shutdown -r now
- Run the setup script
curl -s https://raw.githubusercontent.com/beeper/beepberry/main/raspberrypi/setup.sh | bash
- In
/boot/cmdline.txt
, editfbcon=font:VGA8x8
to change the font/size. See fbcon for more details - Long holding the "End Call" key (~3 seconds) will trigger KEY_POWER and safely shutdown the pi
- Holding the "End Call" button during power up will put the keyboard into bootloader mode; it will now appear as a USB storage device and you can drag'n'drop the new firmware (*.uf2) into the drive and it will reboot with the new firmware