The nightly builds have some specific platforms, such as the Pine A64 and Pine A64+. I am trying to compile specifically for the A64+.
Following the build documentation, this seems like the right place to start: DISTRO=Lakka PROJECT=Allwinner DEVICE=A64 ARCH=aarch64 make image
But how do I target the A64+?
And then how can I compile a new core for it?