Has Allwinner A64 cpu with 2GB of ram and in my case 1080p screen.
You need to build 3 pices of software
On Arch Linux
pacman -S aarch64-linux-gnu-gcc or1k-elf-gcc or1k-elf-newlib
git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
git clone https://github.com/crust-firmware/crust.git
git clone https://gitlab.denx.de/u-boot/u-boot.git
make PLAT=sun50i_a64 DEBUG=1 CROSS_COMPILE=aarch64-linux-gnu- bl31
make CROSS_COMPILE=or1k-elf- pinebook_defconfig
make CROSS_COMPILE=or1k-elf- scp
export BL31=/home/arti/code/arm-trusted-firmware/build/sun50i_a64/debug/bl31.bin
export SCP=/home/arti/code/crust/build/scp/scp.bin
make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- -j16 pinebook_defconfig
make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- -j16
sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdc bs=8k seek=1