Hi Spring,
Thanks for the feedback!
On Wed, 2010-12-15 at 04:22 -0600, spring wrote:
Hi, Guilherme,
I checkout revision 196, and use 1204 daily build to verify, the SD card is burned successfully, but there is an error return from media_create.remove_binary_dir.
Did you manage to boot the board using that card as well?
+ '[' -d /home/spring/linaro/linaro-image-tools/root-disc ']' + cleanup_tempfiles + rm -r /tmp/tmp.STMDNpUpGK + cleanup_loopbacks + local d + '[' -n '' ']' + python -m media_create.remove_binary_dir + '[' 100 '!=' 0 ']' + remove_image_file + '[' -f '' ']' spring@IC:~/linaro/linaro-image-tools$ echo $? 100
Do you have a binary/ dir left after the script finishes?
Can you try to reproduce it using lp:~salgado/linaro-image-tools/use-cmd-runner? The code in that branch will catch the non-zero return code and raise an exception, like the rest of our code does.
And there is an long waiting time after the following line, could we add some process information during it?
Unpacking hardware pack ...Done <a long wait> Reading package lists... Done
Sure thing. Care to file a bug about it? FTR, that's when it's fetching the apt package lists (i.e. apt-get update).
On Fri, 2010-12-10 at 12:11 -0200, Guilherme Salgado wrote:
Forgot to mention that there's one new dependency which you may need to install in case you don't have it yet: python-parted