I am new to arm devices. I'm trying to build a fully working armbian system for the pcduino8-uno which uses the Allwinner a83t/h8 soc.
I know these are not the best, but I got it from amazon for $18 and it runs home assistant very well.
I built a new u-boot which appears to initialize the hardware properly as it sees all the usb port as well as obtains an ip from my dhcp server.
Using sun8i-a83t-allwinner-h8homlet-v2 as my starting point.. I built a new kernel from 6.1.0-rc6. Everything seems to work properly except the ethernet controller.
I can use a usb ethernet dongle, but I would like to get the onboard working
Dmesg shows "
[ 1.594628] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
[ 1.594656] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
[ 1.594760] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator
[ 1.595128] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
[ 1.595363] dwmac-sun8i: probe of 1c30000.ethernet failed with error -22
"
I'm assuming something is incorrect in the ethernet driver.
Any Ideas how to fix this ?
Thanks