Page 1 of 1
transfer files to qemu RasPi?
Posted: Fri Jan 04, 2013 5:47 am
by bcphysics
Hello,
I have raspi running in a qemu console. Is there any way to transfer a file from my windows OS to raspi?
thanks
Re: transfer files to qemu RasPi?
Posted: Fri Jan 04, 2013 12:45 pm
by ghans
WinSCP.
Set up qemu with port forwarding. TCP:22:22 and perhaps
UDP too (didn't hurt my setup).
Then connect with WinSCP to localhost and enter your
credentials.
ghans
Re: transfer files to qemu RasPi?
Posted: Fri Jan 04, 2013 4:43 pm
by bcphysics
Thanks.
I tried adding a port foward but when I run qemu with the -net user option, the raspi image doesn't load (well, I don't really know what happens other than raspi doesn't start).
qemu-system-arm.exe -net user,hostfwd=tcp::22:22 -M versatilepb -cpu arm1176 -hda 2012-07-15-wheezy-raspbian.img -kernel kernel-qemu -m 192 -append "root=/dev/sda2"