Boot Raspberry Pi 4 from USB
Finally, I was able to boot my Raspberry Pi 4's form USB.
Flash normal method, then update and upgrade:
$ sudo apt update && sudo apt upgrade -y
$ sudo apt full-upgrade -y
$ sudo rpi-update
View the bootload version:
$ vcgencmd bootloader_version
Ma...
ruanbekker.hashnode.dev2 min read