Jump to content

sicxnull

Members
  • Posts

    38
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sicxnull got a reaction from Doo Nguyen in Armbian for H313 X96-Q LPDDR3 TV-Box   
    Nope. Miniarch installs to EMMC fine. 

    Either way, i'll figure it out. 
  2. Like
    sicxnull reacted to bladyle in x96q h313   
    x96Q with your firmware is great for Home Assistant however   !
  3. Like
    sicxnull got a reaction from patolino256 in Armbian for H313 X96-Q LPDDR3 TV-Box   
    i updated to my fork if you wish to use it https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz
  4. Like
    sicxnull got a reaction from DrEaD 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

     
  5. Like
    sicxnull got a reaction from Pita Bread 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

     
  6. Like
    sicxnull got a reaction from jschwart in Armbian for H313 X96-Q LPDDR3 TV-Box   
    i just built a 5.1 image. Should work for you 

    https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q-v5-1_bookworm_current_6.6.44_mate_desktop.img.xz

    https://github.com/sicXnull/armbian-build/tree/X96Q-5.1-DDR3
  7. Like
    sicxnull got a reaction from Mamanga jaitea in How to install ARMBIAN on mxq pro 4K 5g with All Winner H3 processor   
    Try my image 

    https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz

    I bought one of these too, it was advertised as a RK3228 on amazon but came with H313. iirc my x96q image booted right up on it. 
     
  8. Like
    sicxnull got a reaction from Bigal Linux in How to install ARMBIAN on mxq pro 4K 5g with All Winner H3 processor   
    Try my image 

    https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz

    I bought one of these too, it was advertised as a RK3228 on amazon but came with H313. iirc my x96q image booted right up on it. 
     
  9. Like
    sicxnull got a reaction from bladyle in Armbian for H313 X96-Q LPDDR3 TV-Box   
    i updated to my fork if you wish to use it https://github.com/sicXnull/armbian-build/releases/download/v24.8.0-trunk.425/Armbian-unofficial_24.11.0-trunk_X96q_bookworm_current_6.6.44_mate_desktop.img.xz
  10. Like
    sicxnull got a reaction from bladyle in Armbian for H313 X96-Q LPDDR3 TV-Box   
    Should have some up tonight. 
  11. Like
    sicxnull reacted to Nick A in Armbian for H313 X96-Q LPDDR3 TV-Box   
    Do you have any info on what the problem might be? 
  12. 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
  13. 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