검색결과 리스트
글
SCP 명령
os/linux
2013. 9. 5. 00:49
In a Terminal application, change to the directory with the executable hello_world file, for example:
On the Host PC
cd /home/jan/workspace/hello_world/bb_debug
Use the scp command to transfer the file over the local network to the BeagleBoard:
scp hello_world root@192.168.7.2:/home/root/hello_world
is the file to transfer.
rootis the username on the BeagleBoard.
192.168.7.2 is the BeagleBoard's IP address.
/home/root/ is the directory to store the transferred file on the BeagleBoard.
BeableBoard Connected by usb 테더링????
'os > linux' 카테고리의 다른 글
password change (0) | 2013.09.04 |
---|---|
루트 파일 시스템 busybox 구성하기(nfs) (0) | 2013.01.23 |
디바이스 드라이버 등록 과정(2) (0) | 2013.01.08 |
디바이스 드라이버 등록 과정(부트부터) (0) | 2013.01.07 |