MaaXBoard_Mini-Linux-Debian-UM-V1.1
http://www.avnet.me/maaxboardmini.com
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 Ethernet Interface Via GUI
The Weston desktop environment 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
Weston Desktop Environment: Network Manager
3.9 USB 2.0 Interface
MaaXBoard Mini support 4 USB Interfaces, the lower one in J2 is USB0, the upper one in J2 is USB3, the
lower one in J4 is USB2, the upper one in J4 is USB1. 4 USB 2.0 interfaces support USB HOST function,
only USB0 support USB Device function.
3.9.1 USB Host
Insert a U-disk to USB interface, 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-mini:~# ls /dev/sd*
/dev/sda /dev/sda1
root@maaxboard-mini:~# ls /run/media/
sda1