DHCP not working with PORTENTA-STM32H747 - Firmware 4.5.9

Hello,

Unfortunately, there is a problem with DHCP on the latest firmware version.

4.5.9 -­ OSError: timeout waiting for DHCP to get IP address
4.4.3 - Works fine!

Init lan module and connect to network

lan = network.LAN()
lan.active(True)
lan.ifconfig(“dhcp”)

Can confirm:

lan = network.LAN()
lan.active(True)
lan.ifconfig(“dhcp”)

Doesn’t work anymore on the Portena with the Vision shield. I get a DHCP timed-out error.

@iabdalkader