Rpi4 and still no usb version of bootloader. What am I missing? # rpi-eeprom-update BCM2711 detected BOOTLOADER: up-to-date CURRENT: Tue 10 Sep 2019 10:41:50 UTC (1568112110) LATEST: Tue 10 Sep 2019 10:41:50 UTC (1568112110) VL805: up-to-date CURRENT: 000137ab LATEST: 000137ab I wish this was better documented.
You gotta do: $ sudo apt update $ sudo apt upgrade $ sudo apt dist-upgrade Then do a restart and the bootloader should be updated, if that doesn't work you also need to do a: $ sudo rpi-update Now the eeprom should be updated and the default option should be to boot from SD, then USB.
rpi-eeprom is not in archlinuxarm, but rather, I did install it ages ago from the AUR, manually.
There's a new version, which does the trick.
It turns out, the updater does not look online for the latest version as I'd imagine it did, but rather, it looks at a local path, and the hope is that the distribution will take care of the latest firmware being in that path for you.