Jump to content

Nick A

Members
  • Posts

    54
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Nick A got a reaction from wulfy23 in How to install armbian in h618?   
    I found the wifi firmware needed for this box. Download and rename the file to "brcmfmac4335-sdio.transpeed,8k618-t.bin". Place it in /lib/firmware/brcm.
    https://github.com/LibreELEC/brcmfmac_sdio-firmware/blob/master/brcmfmac4335-sdio.bin
     
    Also needs the brcmfmac4335-sdio.txt. No need to rename it just place it in /lib/firmware/brcm.
    https://github.com/LibreELEC/brcmfmac_sdio-firmware/blob/master/brcmfmac4335-sdio.txt
     
     
  2. Like
    Nick A reacted to electricworry in Orange Pi Zero 3   
    I have just tested this and HDMI audio works for me on my Orange Pi Zero 3 4GB.
  3. Like
    Nick A got a reaction from electricworry in Orange Pi Zero 3   
    I don't have your board but feel free to test out HDMI audio with my build. I think everything is in the sun50i-h616-orangepi-zero.dtsi for audio to work.
     
    https://github.com/NickAlilovic/build
  4. Like
    Nick A got a reaction from afiftyp in How to install armbian in h618?   
    I got the ethernet patch to work. You can find them here. Use the latest 6.7.9 kernel images.
     
    https://armdev.pixeldrift.net/transpeed/8k618-t/
  5. Like
    Nick A got a reaction from MR01 in How to install armbian in h618?   
    I got the ethernet patch to work. You can find them here. Use the latest 6.7.9 kernel images.
     
    https://armdev.pixeldrift.net/transpeed/8k618-t/
  6. Like
    Nick A got a reaction from hexdump in How to install armbian in h618?   
    Thanks Hexdump. You are right. I found this http://warped.inet2.org/pkg/minimyth2-garchive/u-boot-h616-v2024.01-2024.01/. Looks like the latest patches for u-boot and http://warped.inet2.org/pkg/minimyth2-garchive/linux-6.7.4/ kernel patches.
  7. Like
    Nick A got a reaction from pixdrift in How to install armbian in h618?   
    Yes! That is what I was looking at right now. Thanks iun cuim. I was stuck on the 100mbps ethernet. But it seems Warpme got it working. So I'm going to focus on his patches and see if I can get Transpeed working on Armbian. I got this TV Box a month ago and I didn't know Warpme already did most of the hard work. 
  8. Like
    Nick A reacted to iun cuim in How to install armbian in h618?   
    Owners of h616/h618 boxes can try warpme's miniarch (from github), its distribution contains the necessary patches for h616/h618, like ddr3/lpddr3/lpddr4 support, hdmi, audio, 100mbps ethernet and etc
  9. Like
    Nick A got a reaction from pixdrift in How to install armbian in h618?   
    I've been trying to find the DRAM setting for this board. I found a firmware update that might help. Got it from androidpctv.com/firmware-transpeed-h618/ . I used the firmware unpacker from xdaforums.com/t/tool-imgrepacker-livesuits-phoenixsuits-firmware-images-unpacker-packer.1753473/ .
    I used the Windows version of imgRePacker.exe to extract the boot0_nand.fex. Then read the boot0_nand.fex in linux using command hexedit boot0_nand.fex. It looks very close to the boot0 Andre Przywara used to find the DRAM settings on his board. lore.kernel.org/linux-sunxi/2123971.irdbgypaU6@jernej-laptop/ . 
     
    You can see 03 03 03 03  0E 0E 0E 0E in hexedit.   
     
    CONFIG_DRAM_SUN50I_H616_DX_ODT=0x03030303 
    CONFIG_DRAM_SUN50I_H616_DX_DRI=0x0e0e0e0e
     
    Not sure if this will work with our board. But if we can try these settings or find another firmware for our board. We might get past the DRAM setup errors.
  10. Like
    Nick A got a reaction from pixdrift in How to install armbian in h618?   
    Hi Mag911
    Awesome, I was hoping my posts would help others with boxes based on the H618. Like ag123 pointed out. There are a lot of boxes that are similar but with different configurations. If I can post enough information and steps on how to setup these boxes we can get enough of them up and running. These boxes are now adding more RAM and larger eMMC's. I think it's a good time to support Armbian development on TV boxes. The original Android that came with this box was very basic. It wouldn't allow me to install most the apps I wanted. So I decided to hack it. 
    Is HDMI and WIFI now working on your box?
  11. Like
    Nick A got a reaction from pixdrift in How to install armbian in h618?   
    I found the wifi firmware needed for this box. Download and rename the file to "brcmfmac4335-sdio.transpeed,8k618-t.bin". Place it in /lib/firmware/brcm.
    https://github.com/LibreELEC/brcmfmac_sdio-firmware/blob/master/brcmfmac4335-sdio.bin
     
    Also needs the brcmfmac4335-sdio.txt. No need to rename it just place it in /lib/firmware/brcm.
    https://github.com/LibreELEC/brcmfmac_sdio-firmware/blob/master/brcmfmac4335-sdio.txt
     
     
  12. Like
    Nick A got a reaction from mag911 in How to install armbian in h618?   
    I was able to compile a custom Armbian image for the Transpeed 8k618-T TV Box.
     
    I added a patch for HDMI and it seems to work ok.
     
    Still working on WIFI.  The HK2735M wifi chip is compatible to the bcm4335. the Linux
    driver is brcmfmac, controlled by kernel config CONFIG_BRCMFMAC_SDIO and
    CONFIG_BRCMFMAC. The driver expects the firmware files under
    /lib/firmware/brcm. 
     
    If you want to build your own image or view the patches you can find it here.
    https://github.com/NickAlilovic/build
     
    I like to thank Andre Przywara. I would not of been able to get this far without his help.
  13. Like
    Nick A got a reaction from mag911 in How to install armbian in h618?   
    Using the original sun50i-h618-orangepi-zero3.dtb and the modified orangepi_zero3_defconfig (posted above) with the new DRAM setup.
     
     
  14. Like
    Nick A got a reaction from rick0cm in How to install armbian in h618?   
    I've been trying to find the DRAM setting for this board. I found a firmware update that might help. Got it from androidpctv.com/firmware-transpeed-h618/ . I used the firmware unpacker from xdaforums.com/t/tool-imgrepacker-livesuits-phoenixsuits-firmware-images-unpacker-packer.1753473/ .
    I used the Windows version of imgRePacker.exe to extract the boot0_nand.fex. Then read the boot0_nand.fex in linux using command hexedit boot0_nand.fex. It looks very close to the boot0 Andre Przywara used to find the DRAM settings on his board. lore.kernel.org/linux-sunxi/2123971.irdbgypaU6@jernej-laptop/ . 
     
    You can see 03 03 03 03  0E 0E 0E 0E in hexedit.   
     
    CONFIG_DRAM_SUN50I_H616_DX_ODT=0x03030303 
    CONFIG_DRAM_SUN50I_H616_DX_DRI=0x0e0e0e0e
     
    Not sure if this will work with our board. But if we can try these settings or find another firmware for our board. We might get past the DRAM setup errors.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines