[BUG]: Ethernet PHY MAC can't be read on RK3588 SoCs #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sig_altarch/meta#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue has been created to track the problem with SBCs that use RK3588 SoCs. The issue lies in Linux unable to read the MAC address on the SoC. At the moment, I have two such SBCs:
rk3588
)rk3588s
)The problem on Rock 5B is that it does not use the SoC PHY and has a PCIe NIC instead, but no PCIe support merged (in u-boot 2023.10) yet.
The problem on Orange Pi 5 is that SoC's PHY's MAC can't be read. Needs more digging why, since
sudo dmesg | grep fe1c0000.ethernet
doesn't show anything like "can't read MAC address, setting random one
".