bcphysics
Posts: 5
Joined: Fri Jan 04, 2013 4:56 am

transfer files to qemu RasPi?

Fri Jan 04, 2013 5:47 am

Hello,
I have raspi running in a qemu console. Is there any way to transfer a file from my windows OS to raspi?

thanks

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: transfer files to qemu RasPi?

Fri Jan 04, 2013 12:45 pm

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
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

bcphysics
Posts: 5
Joined: Fri Jan 04, 2013 4:56 am

Re: transfer files to qemu RasPi?

Fri Jan 04, 2013 4:43 pm

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"

Return to “Troubleshooting”