How to communicate with other desktop? (Solved)

Hello,

I have a desktop and Drive Px2 Board.

I want to share data between the desktop and the Px2 board.

How can I do that?

PS: I can’t use Ethernet.

Dear kiminhan,

Do you have an Ethernet cable?
If yes, please connect DPX2 and your hostPC with an ethernet cable.

Then please setup each machine like below.

HOST PC
$sudo ifconfig eth0 10.0.0.15 netmask 255.255.255.0

DrivePX2
$sudo ifconfig eth0 10.0.0.16 netmask 255.255.255.0

If need to copy some data from HostPC data to DPX2 Downloads folder, please refer to the following command.
$sudo scp file.xxx nvidia@10.0.0.16:/home/nvidia/Downloads