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@f0000000/ethernet@24000 mac-address "[00 22 00 33 00 55]""
But when I saveenv the command doesnot get save as fdt set /soc8272@f0000000/ethernet@24000 mac-address "[00 22 00 33 00 55]"
Thanks & Regards,
Smitha
Have you tried ...\"[00 22 00 33 00 55]\"" ?
Jocke