Hi!
I want to be connected to internet through ethernet cable before I finish the boot.
I run a .sh script when the boot finishes which uses internet. When I boot via tftp this script works but when I boot from a sd card doesnt work. I have tried to do: setenv ipaddr 192.168.xxx.xxx and then saveenv but didnt work.
What could I do to configure the internet before booting automatically?