How can I tansfer file from pc to visionfive2?

I am using an Ubuntu system computer and would like to transfer the. so file to Visionfive2 (which is a debit operating system)

1 Like

May the scp or rsync can help you.

Thank you for your reply, but my Visionfive2 cannot be connected to the same network as my computer. I am currently trying to transfer it using cutecom or minicom, but it has not been successful yet

Have you installed any OS on your VF2?

I installed debian system
PRETTY_NAME=“Debian GNU/Linux trixie/sid”
NAME=“Debian GNU/Linux”
VERSION_CODENAME=trixie
ID=debian

1 Like

Doesn’t the Ethernet cable port work for you right now?

It’s actually some essential drivers aren’t merged to the Linux kernel now!

I just fire up a python web server and wget the files.

On the host pc:
python -m http.server

And then curl / wget to the host from visionfive2.

Try sneakernet

…If it’s a one-off operation you could just use a USB disk, (if it is a lot of data make it a USB3 drive :wink: ).