Re: uboot parsing

2015-04-19 Thread Wolfgang Denk
Dear Ajit Phadnis, In message you wrote: > > Would like to how to store the response command of a run command You should ask U-Boot related questions on the U-Boot mailing list [1] instead; chances for a helpful reply are much better there than on lists that do not actually deal with U-Boot.

uboot parsing

2015-04-19 Thread Ajit Phadnis
Hi Folks, Would like to how to store the response command of a run command =>setenv addr 'ping 192.172.24.24' =>setenv ping_resp 'run addr' Would to store the outcome of "run addr" in into a variable and grep for the characters or string in Uboot. // Expecting the output as ping response s