This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can not get Uboot Environment Variables

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