8,367
edits
Changes
→How to upload files using the scp command
<li><p>Use the scp command to upload files from the Ubuntu PC to the Linux system on the development board. The specific commands are as follows</p>
<ol style="list-style-type: lower-alpha;">
<li><p>'''file_path''': need to be replaced with the path of the file to > be uploaded</p></li><li><p>'''orangepi''': It is the user name of the Linux system of the > development board, and it can also be replaced with other > ones, such as root</p></li><li><p>'''192.168.xx.xx''': It is the IP address of the development > board, please modify it according to the actual situation</p></li><li><p>'''/home/orangepi''': The path in the Linux system of the > development board, which can also be modified to other paths</p>
{| class="wikitable" style="width:800px;"
|-