Use Usb Memory Stick To Transfer Files - Keysight Technologies U3810A Getting Started Manual

Advanced iot teaching solution
Table of Contents

Advertisement

Use USB Memory Stick to transfer files

This task is optional and is only recommended when there are no direct or wireless connections
available to the system. Another method would be to use USB memory stick to transport files.
1
If you are not already logged in, use PuTTY to log in into the BeagleBone module with the
following details.
Host Name
Port
Connection type
Username
Password
The connection from PuTTY to the BeagleBone uses USB RNDIS device network which is a
NOTE
virtual Ethernet network so that you can use TCP connection to BeagleBone. This method is
used since USB2 and its UART will be required for communication to the Xbee3 module in this
lab. Use of an IDE is also possible and is covered in the
2
With the BeagleBone powered up with a PuTTY terminal open, insert the USB stick into a USB slot
on the BeagleBone.
3
Wait for a few seconds before you enter the lsblk command to list the available devices. You
should see similar results as below.
debian@beaglebone:~$ lsblk
NAME
sda
└─sda1
mmcblk1boot0
mmcblk1boot1
mmcblk1
└─mmcblk1p1
debian@beaglebone:~$
Try to run the lsblk command before you plug in your USB stick and run the command again
NOTE
with the USB plugged in to know which sd- designator is assigned to the USB stick memory.
4
The partition that needs to be mounted is partition 1 of device sda. Use the following command
to mount the USB memory stick:
sudo mount /dev/sda1 /mnt
Keysight U3810 Series Getting Started Guide
192.168.7.2
22
SSH
debian
temppwd
MAJ:MIN
RM
SIZE RO TYPE MOUNTPOINT
8:0
1
15G
8:1
1
15G
179:8
0
2M
179:16
0
2M
179:0
0
3.6G 0 disk
179:1
0
3.6G 0 part /
Appendix B – Cloud 9 IDE
0 disk
0 part
1 disk
1 disk
Usage.
47

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents