Jump to content

tt_soft

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Okay, It look like mission impossible , but hardware (schematic) is not so complicated and unconventional. Standard hdmi, usb, lpddr3, emmc, sd card. I can dump schematic for 2-3 days:)
  2. Can anyone help with this..? Is it that so hard to edit this DT files?
  3. I have no idea how to do this. Can you help?
  4. I have convert "sun50i-h6-orangepi-3.dtb" to dts edit ethernet part (copy from " sun50i-h6-tanix-tx6" ) and convert back to DTB with dtc -I dtb -O dts ...> dtc -I dts -O dtb <... this is TX6 ETH part: ethernet@5020000 { compatible = "allwinner,sun50i-h6-emac\0allwinner,sun50i-a64-emac"; syscon = < 0x28 >; reg = < 0x5020000 0x10000 >; interrupts = < 0x00 0x0c 0x04 >; interrupt-names = "macirq"; resets = < 0x04 0x21 >; reset-names = "stmmaceth"; clocks = < 0x04 0x54 >; clock-names = "stmmaceth"; status = "okay"; pinctrl-names = "default"; pinctrl-0 = < 0x29 >; phy-mode = "rmii"; phy-handle = < 0x2a >; phandle = < 0x69 >; mdio { compatible = "snps,dwmac-mdio"; #address-cells = < 0x01 >; #size-cells = < 0x00 >; phandle = < 0x6a >; ethernet-phy@1 { compatible = "ethernet-phy-ieee802.3-c22"; reg = < 0x01 >; phandle = < 0x2a >; }; }; }; But get three errors (conflict) with: 1. phandle = < 0x69 >; 2. phandle = < 0x6a >; 3. phandle = < 0x2a >;
  5. May be “Tanix Tx6” use internal eth-phy, but ram is different? This one : https://www.google.bg/amp/s/www.cnx-software.com/2019/08/13/orange-pi-zero2-tiny-allwinner-h6-sbc-hdmi-2-0-usb-3-0-ethernet-wifi/%3famp=1
  6. Hello, I have this kind of box: https://onpad.ru/catalog/cubie/wintel/2565.html (Allwinner H6, 1G LPDDR3, 8G eMMC Flash). I have successfuly run armbian img for orangepi-3, but ethernet port does not work, because this device use internal phy-ethernet. How can I make eth0 port working? Best Regards,
  7. Hello, I have image that work with my tv box H6 except ethernet port because this image use external eth. phy chip, but my box use internal H6 eth. controller. Is it possible to config ethernet MII interface type? I have also "ota" zip file for update. Here is part of booting log: 1.Log with correct eth0(inside in H6 CHIP): ====================================================================== U-Boot 2014.07 (Aug 15 2018 - 16:35:12) Allwinner Technology ........ Net: phy_mode=rmii, phy_interface=5 use_ephy25m is unknown. eth0 .... .... 2.Log with wrong eth0(external PHY ETH CHIP): ======================================================================= U-Boot 2014.07 (Sep 27 2017 - 11:02:27) Allwinner Technology .... ... Net: phy_mode=rgmii, phy_interface=6 eth0 ... .. Best Regards!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines