Am Samstag, 26. März 2022, 13:10:08 CEST schrieb Stefan Seyfried:
> On 26.03.22 09:31, Axel Braun wrote:
...
> > This command does not exist in openSUSE - anyone knows which to use
> > instead?
> Just boot a raspi-OS SD Card once and do the firmware-update / boot
> config from there ;-)

Well, even that did not work as expected:
I got the actual Raspian OS and tried
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
first -  No boot from USB

Next I found that 
sudo -E rpi-eeprom-config -e
allows you to change the boot order as documented here [1] - note this works 
from a running openSUSE system as well!

I set this to 0x3 (USB Boot), which was an unlucky choice, and ended up in a 
red and green LED lit permanently - and nothing more happening.

Finally I used the rpi-imager to write a little SD card with the USB 
Bootloader....that worked.

BOOT_ORDER=0xf14 is now set.

I have adapted the Wiki accordingly.

Cheers
Axel



[1] 
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration

Reply via email to