operating-system: Cannot install latest hassos on ODROID-C2
Hardware Environment
- Raspberry Pi [1/2/3/4]
- ODROID [C2/C4/N2(+)/XU4]
- ASUS Tinker [S]
- Intel NUC (or compatible)
- OVA (Open Virtualization Applicance, on Intel NUC or any other hardware, please add the Hypervisor you are using)
Home Assistant OS release:
- Fresh installation of release 5.08 - 5.11
- Updated from version x.y
- Additional information (if accessible):
Supervisor logs:
Journal logs:
Kernel logs:
Description of problem:
I’ve tried to setup latest hassos on forgotten ODROID-C2, but was unable to complete installation. Board is powered, Kernel is up, but Ethernet card cannot be found.
After initial boot messages, it start to spam these two lines in loop:
meson8b-dwmac c9410000.ethernet eth0: no phy at addr -1
meson8b-dwmac c9410000.ethernet eth0: stmmac_open: Cannot attach to PHY (error: -19)
I’ve tried with sdcard and with emmc, same situation. I found that there was issue similar to this, reported in #1142 apparently fixed on 5.10, but it seems that this is something different. Same behavior with 5.11.
Tried with 4.20 - no issue, installation does not hang and ethernet working as expected.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 34 (14 by maintainers)
Commits related to this issue
- Fix ODROID-C2 Ethernet on some boards (#1202) — committed to agners/operating-system by agners 3 years ago
- Fix ODROID-C2 Ethernet on some boards (#1202) (#1305) — committed to home-assistant/operating-system by agners 3 years ago
- Fix ODROID-C2 Ethernet on some boards (#1202) (#1305) — committed to home-assistant/operating-system by agners 3 years ago
For anyone wondering, the upgrade from 4.20 to 6.0 went smoothly on the Odroid-C2.
The PHY-reset build is booting and showing the “Preparing Home Assistant”. However, because HomeAssistant is also my DNS Server, it can’t finish setup because it can’t download the docker images.
Since the PHY-fix has the more recent uboot, I haven’t tested the 2020.07 build.
Sadly, no luck with that build, either. The systems still spams the usual messages.
Thanks for the pointers those are good finds. It is somewhat unclear if Armbian added new patches or just that new U-Boot fixes it. I actually updated to U-Boot 2021.04-rc4 just yesterday, so we can just give that a shot and see if it fixes the problem. I’ll create a build sometime today and will post the link once ready.