
10 Oct
2007
10 Oct
'07
8:40 p.m.
In message fde666620710100613r4c27e950qe4c96609af0ac5e6@mail.gmail.com you wrote:
How "itest"command return the result on to serial console, I am
What makes you think it would return anything on the serial console?
issueing following command on U-Boot prompt -
=> itest.b 3 == 5
It returns without any output.
That's as it is supposed to be - in Unix, the shell's "test" command doesn't return anything either. That's how it works.
Can anybody tell me the exact procedure to get the result on U-boot prompt from "itest" command?
You don't get any "results". You get a return code, that's all.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Thought for the day: What if there were no hypothetical situations?