Hi,
In arago U-Boot 2010.09 I can not get the environmental variable by running "$(variable)". What may be the reason? Below is what I did:
$U-boot> setenv ethaddr 00:11:22:33:44:55
$U-boot> setenv bootargs_nfs 'setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=192.168.1.100:192.168.1.200:192.168.1.1:255.255.255.0:::off eth=$(ethaddr) root=/dev/nfs nfsroot=192.168.1.50:/home/user/workdir/filesys,nolock mem=220M'
$U-boot> run bootargs_nfs
and nothing changes. Bootargs can not get the variable "ethaddr".
NOT: Above method works on uboot-1.2.0.
Regards,
Ferhat