On 04/11/2012 02:32 AM, Zygmunt Krynicki wrote:
W dniu 10.04.2012 22:52, Andy Doan pisze:
FYI - I tried with the 11.11 release and see the same thing. It looks like u-boot is never getting into the shell, so the commands we send it get lost. I'll dig in more when I get some time.
Can you get into the shell if you run it manually (without the dispatcher?) I recall that Dave had issues with XM bootloader just not giving him enough time (when scripted).
Its weird. I have things working now, but let me explain.
It seemed like uboot wasn't receiving the key stroke to interrupt the autostart. Just to be more certain a changed the code to interrupt uboot to send the '#' rather than just an EOL. Given how long it was taking to run it end-to-end, I also wrote a simple wrapper to the LavaMasterClient that I could run manually from a python shell.
Once I did that everything started working. It also started working end-to-end. I now need to back out my change and see if works in my wrapper and then see if its started magically working end-to-end.