ESPRESSObin Ultra- Quick Start Guide page: 1 / 24 ESPRESSObin Ultra- Quick Start Guide Revision History Date Revision Board Rev Oct 21, 2019 R1 V0-0-0 Description 1 / 24
ESPRESSObin Ultra- Quick Start Guide page: 2 / 24 A. Appearance B.
ESPRESSObin Ultra- Quick Start Guide page: 3 / 24 C. Key Features SoC Memory Storage Ethernet Wireless USB • Marvell ARMADA 3720 • Dual Core ARMv8 Cortex-A53 • CPU frequency @1200MHz • 1 GB / 2GB DDR4 -16bit • 4MB SPI NOR flash • 8GB eMMC flash • SATA SSD socket -M.2-2280 • 1x Gb RJ45 WAN with POE input • 4x GB RJ45 LAN • 802.11 a/b/g/n + ac/ 2T2R WiFi with mini-PCIe interface • 1x USB 3.0 type A • 1x USB 2.
ESPRESSObin Ultra- Quick Start Guide page: 4 / 24 D. Locations of All I/O Connectors and Major Parts 1.
ESPRESSObin Ultra- Quick Start Guide page: 5 /24 2. Top Side connectors and parts No. Part location Description 1 Description 2 1 SW2 Power Switch With LED indication 2 J11/ J3/ J10 MPP1_7/MPP1_6/MPP1_5 Boot Mode selection *see section F-1 3 BAT1 CR2032 /3V battery Power for Real Time Clock 4 J1 JTAG Debugger (not populated) 5x2 pins, *see section E-1 5 LED6 Yellow color MPP1_14 Software-driven (3.3V) 6 LED5 Red color MPP1_13 Software-driven (3.
ESPRESSObin Ultra- Quick Start Guide page: 6 / 24 3.
ESPRESSObin Ultra- Quick Start Guide page: 7 / 24 4. Bottom Side connectors and parts Number Part location Name 1 U3 SDRAM Rank1 16bit DDR4 (1GB) 2 U11 eMMC 8GB-8bit 3 C166 +1.2V (+DDR_VCC) power rail 5th power stage 4 C175 +1.1V (CPU_VCore)power rail 7th power stage 5 C172 +1.
ESPRESSObin Ultra- Quick Start Guide 8 page: 8 /24 E.
ESPRESSObin Ultra- Quick Start Guide page: 9 / 24 F. Find com port and connect with putty 1. Connect ESPRESSObin Ultra’s micro-USB port (J5) to PC’s USB port by USB cable 2.
ESPRESSObin Ultra- Quick Start Guide page: 10 / 24 3.
ESPRESSObin Ultra- Quick Start Guide page: 11 / 24 G. Start running ESPRESSObin Ultra 1. Check U-boot version and some system information Power on the board then press enter to terminate uboot running, you can see messages on screen like the followings Ubuntu 18.04 LTS ccpe999904 ttyMV0 ###################################### the default root password is 'admin'. ###################################### ccpe999904 login: TIM-1.0 WTMI-devel-18.12.
ESPRESSObin Ultra- Quick Start Guide page: 12 / 24 Marvell>> Marvell>> boot Enter “boot” to continue boot up if interrupted. 2. Login root with password “admin” ###################################### the default root password is 'admin'. ###################################### ccpe999904 login: root Password: Last login: Wed Oct 9 01:12:03 UTC 2019 on ttyMV0 Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.19.62-00013-gf37d8da9d13e aarch64) * Documentation: * Management: * Support: https://help.ubuntu.
ESPRESSObin Ultra- Quick Start Guide page: 13 / 24 3. Check the login name and the current path root@ccpe999904:~# whoami root root@ccpe999904:~# pwd /root root@ccpe999904:~# 4. Check the kernel version Enter command: uname –a root@ccpe999904:~# uname -a Linux ccpe999904 4.19.62-00013-gf37d8da9d13e #33 SMP PREEMPT Wed Sep 18 07:43:37 CST 2019 aarch64 aarch64 aarch64 GNU/Linux root@ccpe999904:~# 5.
ESPRESSObin Ultra- Quick Start Guide page: 14 / 24 5.1. check with command “cat /proc/cpuinfo” There are 2 processors as you shall see root@ccpe999904:/# cd .. root@ccpe999904:/# pwd / root@ccpe999904:/# cat /proc/cpuinfo processor :0 BogoMIPS : 25.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision :4 processor :1 BogoMIPS : 25.
ESPRESSObin Ultra- Quick Start Guide page: 15 / 24 6. Check the Ethernet connection 6.1. Check with ifconfig command Connect RJ45 cable from the WAN port to the ethernet router or switch type in “ifconfig” root@ccpe999904:/# ifconfig br0: flags=4163 mtu 1500 inet 192.168.84.1 netmask 255.255.255.0 broadcast 192.168.84.255 inet6 fe80::f2ad:4eff:fe0b:f533 prefixlen 64 scopeid 0x20 ether f0:ad:4e:0b:f5:33 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.
ESPRESSObin Ultra- Quick Start Guide page: 16 / 24 Ifconfig command (continued) lan3: flags=4099 mtu 1500 ether f0:ad:4e:99:99:03 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.
ESPRESSObin Ultra- Quick Start Guide 6.2. page: 17 / 24 Ping to verify the connection root@ccpe999904:~# ping -c 10 www.google.com PING www.google.com (216.58.200.228) 56(84) bytes of data. 64 bytes from tsa03s01-in-f228.1e100.net (216.58.200.228): icmp_seq=1 ttl=52 time=53.5 ms 64 bytes from tsa03s01-in-f228.1e100.net (216.58.200.228): icmp_seq=2 ttl=52 time=46.2 ms 64 bytes from tsa03s01-in-f228.1e100.net (216.58.200.228): icmp_seq=3 ttl=52 time=139 ms 64 bytes from tsa03s01-in-f228.1e100.net (216.58.
ESPRESSObin Ultra- Quick Start Guide 6.3. page: 18 / 24 Connect to uap0 The password is ‘12345678’ below is uap0 information SSID: ccpe-uap-f533-5g Protocol: 802.11ac Security type: WPA2-Personal Network band: 5 GHz Network channel: 36 Link-local IPv6 address: fe80::b18f:f5bc:f0d1:639b%9 IPv4 address: 192.168.84.123 IPv4 DNS servers: 192.168.84.1 Driver version: 2024.0.4.
ESPRESSObin Ultra- Quick Start Guide page: 19 / 24 7. Check USB connection 7.1. Check USB device without USB disk plugged Enter command: lsusb Here are 1 USB3.0 port and 2 USB2.0 ports (one with USB3.0) found. root@ccpe999904:~# lsusb Bus 001 Device 003: ID 1286:204e Marvell Semiconductor, Inc. Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.
ESPRESSObin Ultra- Quick Start Guide page: 20 / 24 8. Check storage devices 8.1. cat /proc/partitions command root@ccpe999904:/# cat /proc/partitions major minor #blocks name 0 48000 ram0 1 31 0 3968 mtdblock0 31 1 64 mtdblock1 31 2 64 mtdblock2 179 0 7636800 mmcblk0 179 1 7635776 mmcblk0p1 8 0 7843840 sda 8 1 7839808 sda1 8 16 15642624 sdb 8 17 15642568 sdb1 root@ccpe999904:/# USB2.0 Flash disk USB3.
ESPRESSObin Ultra- Quick Start Guide 8.2. page: 21 / 24 fdisk -l command root@ccpe999904:/# fdisk -l Disk /dev/ram0: 46.9 MiB, 49152000 bytes, 96000 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/mtdblock0: 3.
ESPRESSObin Ultra- Quick Start Guide page: 22 / 24 Disk /dev/sda: 7.5 GiB, 8032092160 bytes, 15687680 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x49cd83fb Device /dev/sda1 Boot Start End Sectors Size Id Type 8064 15687679 15679616 7.5G b W95 FAT32 Disk /dev/sdb: 14.
ESPRESSObin Ultra- Quick Start Guide page: 23 / 24 9. Top command top - 07:49:19 up 3:26, 1 user, load average: 0.12, 0.03, 0.01 Tasks: 101 total, 1 running, 53 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.2 us, 0.7 sy, 0.0 ni, 98.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st KiB Mem : 1016520 total, 802112 free, 61464 used, 152944 buff/cache KiB Swap: 0 total, 0 free, 0 used.
FCC RF Exposure Information and Statement This transmitter must not be in co-location or operating in conjunction with any other antenna or transmitter. This device complies with FCC RF radiation exposure limits set forth for an uncontrolled environment.This device should be installed and operated with a minimum distance of 20 centimetres between the device and your body. FCC Warning This device complies with Part 15 of the FCC Rules.