Re: uboot parsing

2015-04-19 Thread Wolfgang Denk
Dear Ajit Phadnis, In message caknr0cilk3bfgwzuwes1khqecan6q5bpj2psn6gnmbtobcs...@mail.gmail.com 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

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