View Single Post
Posts: 46 | Thanked: 392 times | Joined on Apr 2010 @ Stanford University
#1
I just set up the new MADDE release, and I'm trying out the QEMU runtime, with a simple test program that creates a few files (image processing test code). Now, the program runs fine, and creates the files. But how do I copy them off the QEMU runtime? On the N900, I usually just scp them over, since there's a real network connection.

I tried using mad remote mount, and then copying the files to mnt in mad remote shell, but I get a string of errors:
/home/developer $ cp madde/*tmp mnt/
cp: cannot create 'mnt/circle.tmp': State not recoverable
cp: cannot create 'mnt/circle_canvas_in.tmp': State not recoverable
cp: cannot create 'mnt/circle_in.tmp': State not recoverable
cp: cannot create 'mnt/circle_out.tmp': State not recoverable
cp: cannot create 'mnt/circle_sub.tmp': State not recoverable
cp: cannot create 'mnt/circle_sub_in.tmp': State not recoverable
cp: cannot create 'mnt/thumb_in.tmp': State not recoverable
cp: cannot create 'mnt/thumb_out.tmp': State not recoverable

Any suggestions are welcome!