I'm using a DM388_CSK, How can I disable the DHCP from obtaining IP automatically and to create my own IP address.
Booting is from SD Card
I'm trying to do this by making changes in bootargs... Its not working for me.
Does this following command work?
"setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off"
if not please help with a working command for DM388-CSK, If I required to set an IP 192.168.1.125
Thanks and Regards
