This setup lets you compile the linux kernel on your development workstation and have the OrangePi 5 automatically boot it over the network using TFTP (to load the kernel from u-boot) and NFS (to load the rootfs). The goal is simply to speed up debugging/testing iterations while developing/fixing the linux kernel.
- Orange Pi 5: With a working distro (likely from here) installed on SD card.
- Network (local) Connection: Ethernet cable connecting the board to your local network.
- Custom U-Boot Files: The stock U-Boot (from the official linux images) lacks Ethernet support. Download these modified versions (or build yourself one):

