Skip to content

Update for Raspberry Pi 5 Debian 13 Trixie in Dezember 2025 #3

@Christian-Grebe

Description

@Christian-Grebe

Thank you @psmgeelen for this project!

I went through a fresh installation on a Raspberry Pi 5 with Raspberry Pi Imager v2.0.3 using the recommended Raspberry Pi OS (64-bit) Debian Trixie port with Raspberry Pi Desktop.

I had to install task manually using the procedure on their official website:

curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | sudo -E bash
apt install task

I had to tweak the Taskfile.yml line 80 to clarify the netcat version for the setup-raspberry-pi task by specifying netcat-openbsd instead of netcat:

- sudo apt-get install -y docker.io docker-compose python3-pip git curl wget netcat-openbsd

Everything else worked perfectly.

Caveat: The OTBR web interface is running on the local host (Raspberry, in my case) only (127.0.0.1:80)! I spent some time realising that. All other web interfaces are accessible on the local network as well (Grafana, cAdvisor)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions