Hi All,
I am trying to Ethernet connection of my board.
I tried to provide IP address before booting the board, using
setenv ipaddr 192.168.xx.xx
saveenv
But after booting the boad when i do Ifconfig, commands shows no IP.
Even i gave the static IP address in /etc/network/interfaces file in the section
# Wired or wireless interfaces
auto eth0
iface eth0 inet dhcp
address 192.168.35.186
netmask 255.255.255.0
but nothing worked any idea where i am doing wrong. I am totally new to this Yocto stuffs. Kindly guide me.
Thanks