Xilinx / RFSoC-PYNQ

Python productivity for RFSoC platforms
Other
52 stars 26 forks source link

Add EEPROM to device tree #21

Closed dspsandbox closed 1 year ago

dspsandbox commented 1 year ago

ORIGINAL ISSUE: The latest SD card image for ZCU111 (PYNQ 3.0.1) does not use EEPROM to get MAC address. Instead it gets assigned randomly during boot.

ABOUT THIS PR: EEPROM is included into device tree and MAC is read from it during u-boot Verified by rebuilding .img on Ubuntu 18.04.4 LTS.

skalade commented 1 year ago

Hi @dspsandbox, thank you for the PR, but this has been resolved for ZCU111 and ZCU208 in https://github.com/Xilinx/RFSoC-PYNQ/pull/17.

Thanks Shawn

dspsandbox commented 1 year ago

Thanks @skalade , Looking forward to the 3.1 release to switch back to the your .img. Cheers, Pau