VCK190: dtsi does not expose EEPROM for factory MAC
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 78/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- bash, linux
- Domain
- embedded-iot, operating-systems
Research direction
Start with boards/VCK190/edf_bsp/board.dtsi and compare its EEPROM wiring with the ZCU111 and ZCU208 device trees. Verify the change with the pynq-selftest bash/mac check, confirming eth0 receives the factory MAC from the board EEPROM rather than a locally administered address.
Written by the indexing model from the issue text.
Description
On VCK190, pynq-selftest bash/mac fails because eth0 has a locally administered MAC (e.g. da:89:99:f7:59:cd) instead of the factory address from board EEPROM.
Likely cause: boards/VCK190/edf_bsp/board.dtsi never wires the EEPROM. U-Boot expects chosen { xlnx,eeprom = &eeprom; } (as on ZCU111/ZCU208) so FRU can set ethaddr and pass local-mac-address into Linux.
Fix: update the VCK190 dtsi to provide the EEPROM node/phandle so the MAC can be read.
- Dominant language
- Jupyter Notebook
- Stars
- 2.4k
- Forks
- 866
- Avg merge
- 11h 58m
- Merged PRs (30d)
- 32
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Xilinx/PYNQ
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
remote
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
status:needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
PX4/PX4-Autopilot#28776 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
zephyrproject-rtos/zephyr#119726 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
[adam] AdamNet network read doesn't cap to MAX_ADAM_PACKET_LEN, overflows client receive buffers Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
FujiNetWIFI/fujinet-firmware#1649 · 2 comments ·