Hi guys, I am trying to boot a Udoo Quad using TFTP. However, dhcp in uboot does not seem to work. I can't get an IP address. This is the error I get: Code: MX6Q UDOO U-Boot > dhcp FEC: Link is Up ffff BOOTP broadcast 1 TX timeout packet at 27836c00 BOOTP broadcast 2 TX timeout packet at 27836c00 BOOTP broadcast 3 TX not ready TX timeout packet at 27836c00 BOOTP broadcast 4 TX not ready TX timeout packet at 27836c00 This occurs on the stock uboot from http://sourceforge.net/projects/minimal ... p/download as well as a custom arch linux uboot from http://archlinuxarm.org/platforms/armv7/freescale/udoo What might be the problem here? I already checked all external factors, changed cables, etc. Booting from the SD card and then getting an IP with the local linux kernel active works. Also, another board (RIoT) is booting via TFTP in the same network just fine.