01-28-2020, 04:29 PM
If you want to have an aarch64 build environment that's a generic phone and not the pinephone specifically you can use the qemu stuff in postmarketOS.
Code:
pmbootstrap init # Select the "qemu" manufacturer and then the "aarch64" device, further options are the UI's you want
pmbootstrap install --add vim,nano,emacs # Generate a rootfs and install packages you want
pmbootstrap qemu # Start a qemu VM with the generated rootfs