Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHello,
I'll answer my own question in case anyone else gets stuck at this point. For both the DE1-SoC and DE10-Standard V16 of the OpenCL Board Support package SD Card images from Terasic the MAC is not set in the MMC. It can be set by stopping UBOOT (by pressing a key during boot) and specifying it using setenv ethaddr xx:xx:xx:xx:xx:xx saveenv (where xx:xx:xx:xx:xx:xx is the MAC address you want to set the board to) and then booting (Thanks Terasic for the Information) However that doesn't enable IPV4 networking on the DE10-Standard the network needs enabling with ifconfig eth0 up and then if you are on DHCP requesting an IP address with udhcpc (Thanks Shaonan for the information) Once it was on the network I did an opkg update opkg upgrade and rebooted. The IPV4 networking was then working fine and it allocated an IP address via DHCP. J