Jump to content

Recommended Posts

Posted
On 10/20/2025 at 5:10 PM, emor acid said:

hi, Compilation error, I also decompiled the dts available for Android for reference 

update armbian dts  ,Give to those in need

use sudo  armbian-add-overlay ***.dts

this dts can avaible  rtl8211f on h618 

 

 

 

 

/dts-v1/;
/plugin/;

/ {
    compatible = "allwinner,sun50i-h618";


    fragment@0 {
        target = <&mmc1>;
        __overlay__ {
            status = "disabled";
        };
    };

    fragment@1 {
        target = <&emac1>;
        __overlay__ {
            status = "disabled";
        };
    };


    fragment@2 {
        target = <&pio>;
        __overlay__ {
            x98h_rgmii_pins: x98h-rgmii-pins {
                pins = "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15";
                function = "emac0";
                drive-strength = <40>;
            };
        };
    };

    /* 3. 配置千兆网卡 */
    fragment@3 {
        target = <&emac0>;
        __overlay__ {
            pinctrl-names = "default";
            pinctrl-0 = <&x98h_rgmii_pins>;
            phy-mode = "rgmii"; 
            phy-handle = <&rgmii_phy>;
            phy-io-supply = <&reg_aldo1>;
            
           
            allwinner,tx-delay-ps = <700>;
            allwinner,rx-delay-ps = <3100>;
            
            status = "okay";

            mdio {
 

                rgmii_phy: ethernet-phy@1 {
                    compatible = "ethernet-phy-ieee802.3-c22";
                    reg = <1>;

                    reset-gpios = <&pio 8 16 1>; 
                    reset-assert-us = <30000>;
                    reset-deassert-us = <150000>;
                };
            };
        };
    };
};

Posted

 Build from branch v20250306.

error! [ Failed to fetch SHA1 of 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git' 'tag' 'v6.12.11' - make sure it's correct  ]

How to remove the error?

Posted

Dear @Nick A

I used your rom "Armbian-unofficial_25.05.0-trunk_Vontar-h618_bookworm_edge_6.12.11_xfce_desktop.img.xz" date April.2025 to flash my box Vontar H618 which i checked inside the box that the chip marked "HK6334Q"
 

So far so good the Armbian running, however the wifi still doesnt work 

 

I read all around and aware that the HK6334Q chip will need the builded rom "Support AIC8800" to get wifi working 

 

Appreciate if you or someone else helping me to find way out for this wifi? And any recently builded rom support for both Alwinner H618 and HK6334Q (or AIC8800) drivers

 

Many thank in advance

 

Posted

@Nick A 

I flashed your latest build in Dec.2025 which is named to use for Transpeed, and in addition, manually added brcmfmac4334 firmware. Wifi is working now but bluetooth. Other malfunction in previous rom version April.2025 also disappear.

 

Thank for your time to advise me 

 

 

Posted

This is a great thread.

 

I've had a magcubic android 12 box I've been using for a while just to watch things off a USB when we stay at hotels. It looks like the one in this video but the chip ID's are different.  Mine seems to be running with Samsung memory, the clock chip? is FD650 instead of FD6551 and the wifi chip is labelled as HK5236F.

Most hotel TV's don't support modern video codecs so this has worked ok. But I want to look at accessing my NAS remotely and this box is a bit of a dud if you want to install your own apps. Play store doesn't work, aurora store doesn't work. Tried sideloading Tailscale and it just crashes.

 

While doing some research I noticed it also seems to be sold under the Vontar brand so I flashed @Nick A "Armbian-unofficial_25.05.0-trunk_Vontar-h618_bookworm_edge_6.12.11_xfce_desktop.img" to an SD card and it booted up. Happy days. It appears to have ethernet but I have not plugged it in yet. No wifi though.

 

I just have 2 questions.

1. Is there any way this can be made to boot from internal storage or do I need to keep the SD card in if I want to run Armbian on it?

2. Is there a driver available for this wifi chip and do I need to mess around updating the boot image or can I just run a command for it?

 

I'm not a regular linux user but I've got a bit of experience messing around. I don't currently have an environment setup to build my own image but I've played around with WSL before so I could probably set something up.

 

Thanks for everyone that has contributed to this. It's good to make use of these boxes considering how cheap they are.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines