So i have a x96q with a h313 coming soon.
I got it from https://www.temu.com/goods.html?_bg_fs=1&goods_id=601099525915611
the specs are
CPU: Allwinner H313 Quad Core ARM Cortex A53
GPU: G31 OPenGL3.2
OS: Android 10.0
RAM: 1GB/2GB
ROM: 8GB/16GB
Wi-Fi version: 802.11b, 802.11g, 802.11n
Resolution standard: 4K
How would I go about installing this.
I read that bigtreetech-cb1 works, but no wifi. Is this the best option?
For Allwinner boxes you need to add this line to your u-boot defconfig.
CONFIG_SPL_IMAGE_TYPE_SUNXI_TOC0=y
To generate a TOC0 image from a binary, you will need an RSA key (pair) file. As most secure-boot enabled devices do not burn the VENDOR_ID eFUSE, you can use any RSA key, so just generate one, for instance with the openssl tool (would only need to be done once):
openssl genrsa -out root_key.pem
Your root_key.pem needs to be in the u-boot root directory.