Hi Experts,
I am using Linux SDK v7.0 in AM335x EVM board.
I am trying to launch a DHCP server in the EVM board so that any PC connected to it will get a DHCP IP address. Here EVM is the DHCP server and PC is the DHCP client.
In order to do that I changed the configuration file
/roootfs/etc/udhcpd.conf
containing "interface wlan0" to "interface eth0"
But I am not able to establish the connection. Is it something I need to do in addition ?
Regards,
Lyf