Data and Document Transfer from PC to Linux ||Embedded Object Detection Project (Part 3)

本文分享了使用SSH和SCP进行PC到Linux系统数据传输的方法,以及XFTP软件在文件传输中的应用,旨在确保项目在Linux环境下的功能测试顺利进行。作者还会分享OpenCV项目的进展和解决方案。
摘要由CSDN通过智能技术生成

Data and Document Transfer from PC to Linux ||Embedded Object Detection Project (Part 3)

README

Welcome to my blog! In this blog, I will be sharing my experiences and insights on how I transfer data between different systems and test the functionality of my projects specifically in the Linux environment. By doing so, I ensure smooth execution of the projects in a specific setting.

Method One : SSH(Secure Shell)

Ensure that your Linux development board and PC are on the same network

Find out the IP address of the Linux Developmemt Board

open the terminal and enter the ifconfig
If you’re not sure about the ip address you could also enter hostname -I
scroll all the way down until in the row wlan0
you can see the inet 192.169.0.229

在这里插入图片描述

Open the Command Line of the Windows

enter ssh username@IP adress
and the password
If you forget about the passwd you could input sudo passwd <user> to change the passwd without knowing the current one, where <user> refers to the name of your account.
在这里插入图片描述

Tranfer document through SCP(Secure Copy)

To copy files from a PC to a development board:
Now make sure you are in the LOCAL instead of login the SSH

scp /local/file/path username@development_board_ip:/destination/path

在这里插入图片描述

To copy files from a development board to a PC:

Now also make sure you are in the LOCAL instead of login the SSH

scp username@development_board_ip:/source/file/path /local/destination/path

REMINDER: do not add any unnecessary blank space

在这里插入图片描述

Method Two: Xftp7 software

Creates a new session property through IP

click the icon shown in the left up corner of the next photo and enter the ip below
在这里插入图片描述

Drag the Document to the Desired Path

在这里插入图片描述

If you want to copy the content of your clipboard, you could simply right click the txt file you’ve created before and paste the message into it and then the file in your linux system will ==update real time ==

在这里插入图片描述

These are two main methods to transfer data between different systems, and the purpose is to test the functionality of our project specifically in the Linux system. Once you have completed your work on your PC, you can transfer the project to the Linux system for further testing.

Stay updated with my channel to get detailed insights into the progress of my OpenCV project. I will also share the solutions to challenging problems that you might have encountered in a tough environment.

Make sure to stay tuned and click the ‘follow’ icon to stay connected!

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值