-
Posts
10 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by emor acid
-
-
-
On 10/11/2025 at 5:59 PM, Nick A said:
Your box might be using a 1000Mbit external ethernet chip. If that's the case your dts settings will be very different. You'll need check if your box supports Gigabit Ethernet and find the Ethernet chip on your board.
yes, The box is 1000Mbit external ethernet chip, But I don't know how to set the dts to support this 1000Mbit external ethernet chip.
-
17 hours ago, Nick A said:
@emor acid can you post your full dmesg.
@Nick A here, compile with this patch
+&mdio1 { + rmii_phy: ethernet-phy@0 { + compatible = "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; +};
-
14 hours ago, Nick A said:
After compiling and testing, the wired network is still invalid
-
output.txt output.txt is my android img dts, can you help me ? which one i need change? @Nick A
-
-
@Nick AThank you for your suggestion. I can boot up normally using this img, but the wired network cannot be recognized. There is no network. Armbian-unofficial_25.05.0-trunk_Vontar-h618_bookworm_edge_6.12.11_server.img
1. I want to know how to extract the DTS file from the Android .img file and use it in my existing ARMbian system.
2. What should I do if the wired network connection is not recognized? -
U-Boot 2024.01-armbian-2024.01-S866c-Pbc32-Ha9af-V80bb-Bda0a-R448a (Nov 25 2024 - 14:01:12 -0500) Allwinner Technology
CPU: Allwinner H616 (SUN50I)
Model: Transpeed 8K618-T
DRAM: 4 GiB
Core: 61 devices, 22 uclasses, devicetree: separate
WDT: Not starting watchdog@30090a0
MMC: mmc@4020000: 0, mmc@4022000: 1
Loading Environment from FAT... MMC: no card present
** Bad device specification mmc 0 **
In: serial@5000000
Out: serial@5000000
Err: serial@5000000
Net: apply fix for AC300 ephy bb version bug ...
using AC300 emac1 ephy default config ...
eth0: ethernet@5030000
starting USB...
Bus usb@5101000: sun4i_usb_phy phy@5100400: External vbus detected, not enabling our own vbus
USB EHCI 1.00
Bus usb@5101400: USB OHCI 1.0
Bus usb@5200000: USB EHCI 1.00
Bus usb@5200400: USB OHCI 1.0
scanning bus usb@5101000 for devices... 1 USB Device(s) found
scanning bus usb@5101400 for devices... 1 USB Device(s) found
scanning bus usb@5200000 for devices... 1 USB Device(s) found
scanning bus usb@5200400 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 1 seconds, press <Space> to stop
MMC: no card present
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
MMC: no card present
No EFI system partition
No EFI system partition
Failed to persist EFI variables
BootOrder not defined
EFI boot manager: Cannot load any imageDevice 0: unknown device
ethernet@5030000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
missing environment variable: pxeuuid
Retrieving file: pxelinux.cfg/01-02-00-41-2d-68-a7
ethernet@5030000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
Retrieving file: pxelinux.cfg/00000000
ethernet@5030000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
Retrieving file: pxelinux.cfg/0000000
what can i do ? and how to do? 3ks
-
I flashed armbian into my h618, but it won't boot. I have an ubuntu image that boots it, but I don't know the password, so I need to flash armbian again. Can I use this ubuntu image to debug the armbian boot?
How to install armbian in h618?
in Allwinner CPU Boxes
Posted
A bad news, I am not good at customizing armbian dts, and I don't know how to apply it to the x98h compilation project. Can anyone help me? @going @Nick A