bladyle reacted to
sicxnull in Armbian for H313 X96-Q LPDDR3 TV-Box
August 28
Currently working on a build for this device. It boots and is about 90% functional on 6.6 and 6.7 Kernel
https://github.com/sicXnull/armbian-build/tree/X96Q-TVBOX-LPDDR3
Working
- Desktop
- Ethernet
- Wifi
Not working
- DTS could use some work. Right now it does not detect internal EMMC so installing to EMMC is not an option.
- Likely other things i've missed.
I've uploaded two images to my git.
Full w/Mate Desktop
Minimal/Server
Feel free to compile this yourself if you don't trust my images, it's encouraged. Changes are on the X96Q-TVBOX-LPDDR3 Branch
Full W/Desktop
./compile.sh build BOARD=x96q-tvbox BRANCH=current BUILD_DESKTOP=yes BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=bookworm
Minimal/Server
./compile.sh build BOARD=x96q-tvbox BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=yes EXPERT=yes KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=bookworm