I want to boot my Raspberry PI 3 B+ over TFTP from Uboot. I built and successfully loaded U-Boot
I followed the instructions from https://elinux.org/RPi_U-Boot. I could boot the RPI in Uboot and load the zImage over TFTP.
But the last step requires the execution of the bootz command which is not present in U-boot with default config.
The following commands are available: boot bootd bootefi bootelf booti bootm bootp bootvx
U-Boot version
U-Boot 2021.01-rc2-00156-g7889951d0f
Is there an up-to-date instruction for raspberry pi and the latest versions of buildroot/uboot?