How to assign the valid ip address to the board in the U-boot?
I have connected the board to the linux laptop which doesn't the dhcp server running in it. I want to assign the static ip address to the board ie 192.168.1.3.
Assign below the ip=192.168.1.3 and removed the dhcp from the below line but the IP is not set in the u-boot.
/home/uic68347/ti-processor-sdk-linux-j7-evm-08_00_00_08/bin/setupBoard.minicom
expect {
"=>"
}
send "setenv init_net 'run args_all args_net; setenv autoload no; dhcp'"
send "setenv args_net 'setenv bootargs console=${console} ${optargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp'"
expect {
"=>"
}
expect {
"=>"
}
send "setenv setup_net 'setenv autoload no; dhcp'"
expect {
"=>"
}
Regards,
Viswa