Page 1
1 / 39 MOCHABIN-V1 Quick Start Guide MOCHABIN-V1 PCBA - Quick Start Guide Rev 02- Aug 31, 2021 Revision History Date Revision Board Rev Description Jan 29, 2020 Rev 01 V0-0-0 Apr 23, 2021 Rev 02 V1-1-0 Aug 31,2021...
Page 2
2 / 39 MOCHABIN-V1 Quick Start Guide Index Appearance ............................4 Package contents ..........................6 Key Features ............................7 I/O ports on PCBA ..........................8 D-1. Top side ..............................8 D-2. Bottom side ............................11 User interfaces ..........................12 E-1.
Page 3
3 / 39 MOCHABIN-V1 Quick Start Guide J-6. Check the network information ....................33 J-6.1 check with ifconfig command ....................33 J-6.2 Using ping command to verify internet connection ............35 J-7. Check the USB3.0 ports ......................35 J-7.1 check USB device without USB disk plugged ..............35 J-7.2 check USB device with 2 USB disks plugged ..............
Micro USB to USB type-A cable 1 pc optional For debug console use Warranty card 1 pc standard Note *1: There are two SKUs, MOCHABIN-V1 PCBA and MOCHABIN-V1 BOX, this Quick Start Guide is for the MOCHABIN-V1 PCBA 6 / 39...
12 / 39 MOCHABIN-V1 Quick Start Guide E. User interfaces E-1. J2- JTAG debugger Pin definition Pin# Signal Remark Pin# Signal Remark +3.3V Not supplied with R115 not JT_TMS populated APUART_RXD NC with R121 not populated JT_CLK JT_TDO APUART_TXD...
Page 19
19 / 39 MOCHABIN-V1 Quick Start Guide F. Bootstrap wire jumpers F-1. CPU Clock – J14, J15, J16 CPU clock DDR clock Remark 1200 1400 Default value 1000 19 / 39...
Page 20
20 / 39 MOCHABIN-V1 Quick Start Guide F-2. Boot Mode – J17, J18, J19, J20, J21, J22 R (Right)=3.3V=”1” L (Left) =GND=”0” Boot Mode [5:0] Default=0x32 BootROM Enabled Boot Mode [5:0] Details BootROM Enabled, Boot from NOR: 8 bits width, DEV_Wen, and DEV_OEn are not muxed with...
Page 21
21 / 39 MOCHABIN-V1 Quick Start Guide BootROM Enabled, Boot from NAND: 8 bits width, with a page size of 2KB, 1 bit ECC support per page, using MPP multiplexing option of NAND 8 bits BootROM Enabled, Boot from NAND: 8 bits width, with a page size of 2KB, 4 bits ECC support per page,...
Page 22
22 / 39 MOCHABIN-V1 Quick Start Guide BootROM Enabled, Boot from NAND: 16 bits width, with a page size of 2KB, 16 bits ECC support per 0x1D page, using MPP multiplexing option of NAND 16 bits BootROM Enabled, Boot from NAND: 16 bits width, with a page size of 4KB, 4 bits ECC support per page,...
Page 23
23 / 39 MOCHABIN-V1 Quick Start Guide BootROM Enabled, Boot from SPI: CP_SPI0, 32 address bits, NOR Flash type, using MPP multiplexing 0x35 option of SPI on MPP[56:59] 23 / 39...
Page 25
25 / 39 MOCHABIN-V1 Quick Start Guide H. Cable connection for testing 25 / 39...
Page 26
26 / 39 MOCHABIN-V1 Quick Start Guide I. Preparation for power on H-1. Hardware: a. Linux PC installed with minicom, putty, or Windows PC installed with putty b. MOCHABIN unit c. Ethernet cable from IP router or IP switch (optional) d.
Page 27
27 / 39 MOCHABIN-V1 Quick Start Guide J. Find com port and connect with putty 1. Connect MOCHABIN’s RS-232 port to PC’s USB port by using the dedicated cable 2. Go to [my computer] [device manager] and you will see a new COM port after plugging in the USB...
Page 28
28 / 39 MOCHABIN-V1 Quick Start Guide 3. Run putty, select serial connection then enter the COM port you’ve found in the previous step, The baud rate speed is 115200 then press “open” 28 / 39...
29 / 39 MOCHABIN-V1 Quick Start Guide K. Start running MOCHABIN J-1. Check the 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 BootROM - 2.03...
Page 30
30 / 39 MOCHABIN-V1 Quick Start Guide Enter “boot” to continue boot up if interrupted. Marvell>> Marvell>> boot J-2. login name:“root” password: “admin” Ubuntu 18.04 LTS moca112202 ttyS0 moca112202 login: root Password: Last login: Mon Apr 19 14:39:05 UTC 2021 on ttyS0 Welcome to Ubuntu 18.04 LTS (GNU/Linux 5.4.108 aarch64)
Page 31
31 / 39 MOCHABIN-V1 Quick Start Guide J-4. Check the CPU information J-4.1 check with command “cat /proc/cpuinfo” You may see there are 4 processors root@moca112202:~# cat /proc/cpuinfo processor BogoMIPS : 50.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid...
Page 32
32 / 39 MOCHABIN-V1 Quick Start Guide J-4.2 check with lscpu command root@moca112202:~# lscpu Architecture: aarch64 Byte Order: Little Endian CPU(s): On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): NUMA node(s): Vendor ID: Model:...
Page 33
33 / 39 MOCHABIN-V1 Quick Start Guide J-6. Check the network information Connect RJ45 cable from the WAN port to the ethernet router or switch type in “dhclient” then ifconfig” J-6.1 check with ifconfig command root@moca112202:~# dhclient RTNETLINK answers: File exists root@moca112202:~# ifconfig bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>...
Page 35
35 / 39 MOCHABIN-V1 Quick Start Guide J-6.2 Using ping command to verify internet connection root@moca112202:~# ping -c 10 www.google.com PING www.google.com (172.217.160.100) 56(84) bytes of data. 64 bytes from tsa03s06-in-f4.1e100.net (172.217.160.100): icmp_seq=1 ttl=54 time=35.3 ms 64 bytes from tsa03s06-in-f4.1e100.net (172.217.160.100): icmp_seq=2 ttl=54 time=33.5 ms 64 bytes from tsa03s06-in-f4.1e100.net (172.217.160.100): icmp_seq=3 ttl=54 time=38.4 ms...
Page 36
36 / 39 MOCHABIN-V1 Quick Start Guide J-7.2 check USB device with 2 USB disks plugged Enter command: lsusb root@moca112202:~# lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 067b:23f3 Prolific Technology, Inc.
Page 37
37 / 39 MOCHABIN-V1 Quick Start Guide J-7.4 check disk partitions with “df” command root@moca112202:~# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 15014832 1583248 12645820 12% / devtmpfs 1998300 1998300 0% /dev tmpfs 2015580 2015580 0% /dev/shm...
Need help?
Do you have a question about the MOCHABIN-V1 and is the answer not in the manual?
Questions and answers