MaaXBoard-Linux-Debian-UM-V1.2
16
3.8.2.2 AUTOMATIC GET IP ADDRESS
If you need to set automatic get IP Address, use
nano
command to modify
/etc/network/interfaces
, add
following info in The primary network interface segment.
auto eth0
iface eth0 inet dhcp
Execute
sync
after the modification, then reboot the system to make it effect.
3.8.3 Configure IP Via GUI
Debian Weston system support nmcli GUI version, users can modify the IP address, server, etc. If you’ve
already configure IP via command line, delete or comment the eth0 configurations you’ve made in
/etc/network/interfaces. For detail, refer to
3.9 USB 3.0 Interface
The USB 3.0 interface J5 on have 2 USB Host Interface, the upper one is USB1, the lower one is USB0.
USB0 and USB1 both support USB HOST function, USB0 support USB Device function.
3.9.1 USB Host
Insert a U-disk to USB0 or USB1, serial terminal will display the disk information:
[ 541.484723] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 541.548910] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 541.558886] scsi host0: usb-storage 2-1:1.0
[ 542.593679] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PQ: 0 ANSI: 6
[ 542.604306] sd 0:0:0:0: [sda] 30218842 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 542.612602] sd 0:0:0:0: [sda] Write Protect is off
[ 542.618045] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO
or FUA
[ 542.632439] sda: sda1
[ 542.636616] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 542.817343] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt.
Please run fsck.
Execute the following instructions on the serial terminal:
root@maaxboard:~# ls /dev/sd*
/dev/sda /dev/sda1
root@maaxboard:~# ls /run/media/
sda1