6900eac6e384e1671c69d8f2c52011825c75e451
Compulab RPI4-IOTG configuration
Install OS
- install rpiboot
sudo apt install rpiboot - start
sudo rpiboot - connect rpi to programming usb port, power on.
The device should become available as removable drive (lsblk)
flash with imager
use rpiimager to flash an image. Note: may hang for a long time on 99%. be patient.
flash with cli
Download image from https://downloads.raspberrypi.com/raspios_arm64/images/
wget https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2026-04-21/2026-04-21-raspios-trixie-arm64.img.xz
Flash
xzcat raspios.img.xz | sudo dd of=/dev/sda bs=4M status=progress conv=fsync
compulab guide: OS installation
Add layers
sudo ./install.sh
Copies firmware/config.txt (backing up the original as config.bak) and the iotg-rpi4 device tree overlays to /boot/firmware/. Reboot afterwards.
Description
Languages
Shell
100%