The boot code is not initializing the onboard Ethernet MAC address so a random address is being used each time. It has been this way from the beginning of this project.
This means that if you have a DHCP server on your LAN, a different IP will probably be assigned to the different MAC addresses.
I could possibly fix this, just don't have time :-) If someone wants to donate a PR that would be very welcomed!
When/if I do get back to this I will probably spend time updating to the latest version of PYNQ also and fix it there.
The boot code is not initializing the onboard Ethernet MAC address so a random address is being used each time. It has been this way from the beginning of this project.
This means that if you have a DHCP server on your LAN, a different IP will probably be assigned to the different MAC addresses.
I could possibly fix this, just don't have time :-) If someone wants to donate a PR that would be very welcomed!
When/if I do get back to this I will probably spend time updating to the latest version of PYNQ also and fix it there.