Hello,
We are writing an interactive test for uboot.
Here is the command we send:
timer start && nand read \${TMPADDR}
${nand_offset} \${TMPSIZE}
&& timer get || run fail
And below is what we get.
In the traces, after the “524288 bytes read: OK”, there is the timer info: 0.080.
We need to be able to catch this value and we need to perform computation on it and some comparison afterwards.
Do you have a solution to do that?
What would you advise us to do?
Thanks a lot for your help!
Best regards,
Roselyne Mazières