Im trying to boot openwrt on an arm64 UEFI environment (proxmox on rPi4) so I went through the thread below but I think Im missing something as the built image wont boot.
sure I can!
Im not openwrt veteran but I think you might be better with compiling your own as Im in the process of adding more packages.
For example my image is for atheros wifi cards only. (Ill try to build all packages as modules today... if it works...)
Test it and let me know. I can help you compile you own if you have a bit of knowledge.
But irrespectively, would be great if you can guide me how to compile myself. And did you figure out the qemu agent stuff, shutdown/restart is not working on the image, and it takes long to reboot proxmox.
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make download
make -j8 world
let me know.
edit: -j8 is the number of threads your CPU has. sometimes we add some on top. Like on the 5950x 32 thread I do -j34 just to saturate it a bit more during workload switching.