[BUG]: Ethernet PHY MAC can't be read on RK3588 SoCs #2
Labels
No labels
discussion
documentation
duplicate
enhancement
help wanted
new_sbc
package_request
peridot
question
rpi5
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sig_altarch/meta#2
Loading…
Reference in a new issue
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
".