Raspberry Pi usbboot for Silberblue
The snippet can be accessed without any authentication.
Authored by
Sheogorath
Small Dockerfile Raspberry Pi's usbboot repository. Just clone the repository, copy the Dockerfile from below into the repository.
Using the commands below, and following the instructions in the repository, you can recover the Raspberry Pi ROM.
sudo podman build -t rpiboot:latest .
sudo podman run -it --privileged -v "$(pwd):$(pwd):z" -w "$(pwd)" rpiboot:latest -d recovery5
Note: This will not work as expected, since inside the container the USB device will not be re-detected when the Raspberry Pi enters its second boot phase.
Dockerfile 250 B
Please register or sign in to comment