Jump to content

sicxnull

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sicxnull reacted to Nick A in Armbian for H313 X96-Q LPDDR3 TV-Box   
    Hi sicxnull
    I was looking at your DTS.. why is ehci0 and ohci0 disabled?
     
    &ehci0 {
    + status = "disabled";
     
    +&ohci0 {
    + status = "disabled";
    +};
     
    For your internel emmc you probably have to set the correct gpio. Check your original android DTS see if it's setting PF6 or another gpio PI16.
     
    cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
    cd-gpios = <&pio 8 16 GPIO_ACTIVE_LOW>;    /* PI16 */
     
    Also,  if you install to emmc you might need this u-boot patch to boot armbian. Not sure if the H313/H616 has the same emmc boot problems as H618.
    https://github.com/NickAlilovic/build/blob/main/patch/u-boot/u-boot-sunxi/107-sunxi_mmc-dec-f_max-to-12MHz-to-get-emmc-reliable.patch
  2. Like
    sicxnull got a reaction from bladyle in Armbian for H313 X96-Q LPDDR3 TV-Box   
    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

     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines