Mac address in the DT

Joakim Tjernlund joakim.tjernlund at transmode.se
Tue Jan 10 01:20:22 EST 2012


>
> Hi Wolfgang,
>
> I need to automate a sequence of commands. To do that I am setting a environment variable with the sequence of commands.
> And using run command run the environment variable.
>
> But one of the command uses " in the command. So how do I save the command with quotes.
>
> Below is the command which I want to set in the environment variable.
>
> setenv set_mac ""cp 0xffec0000 0x100000 1024;fdt addr 0x100000 8192;fdt set /soc8272 at f0000000/ethernet at 24000 mac-address "[00 22 00 33 00 55]""
>
> But when I saveenv the command doesnot get save as fdt set /soc8272 at f0000000/ethernet at 24000 mac-address "[00 22 00 33 00 55]"
>
> Thanks & Regards,
> Smitha

Have you tried ...\"[00 22 00 33 00 55]\"" ?

 Jocke



More information about the Linuxppc-dev mailing list