Hi rickyleeb,
I'm able to set all the environment variables except the first one, when I run the 'setenv bootcmd' plus all the options, the command is just executed, so, I'm not able to store the value. What's going wrong???
Thank for your help,
PacoLM
i think "setenv" must'nt be there, to define uboot-var. "ethact" and "bootcmd", you've to enter (in uboot):
setenv bootcmd '${x_bootcmd_ethernet}; setenv ethact egiga1; ${x_bootcmd_ethernet};'
setenv ethact egiga0;
(don't forget the 'quotes')