Advertisement

Quick Links

MS14 DEVELOPMENT INSTRUCTION
by DRAGINO TECHNOLOGY CO LIMITED
VERSION: 0.2
2013.Jul.31
Version
Description
0.1
Initiate
0.2
Compile instruction update
ms14 development instruction
www.dragino.com
Date
2013-Jul-31
2013-Oct-14
1 / 10

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MS14 and is the answer not in the manual?

Questions and answers

Summary of Contents for Dragino MS14

  • Page 1 MS14 DEVELOPMENT INSTRUCTION by DRAGINO TECHNOLOGY CO LIMITED VERSION: 0.2 2013.Jul.31 Version Description Date Initiate 2013-Jul-31 Compile instruction update 2013-Oct-14 ms14 development instruction 1 / 10...
  • Page 2: Table Of Contents

    Index: Introduction ....................... 3 Software Development Guide ................3 Access MS14 ..................... 3 2.1.1 via console ..................3 2.1.2 via SSH.................... 3 Compile the firmware ................4 Upgrade firmware ..................5 2.3.1 Upgrade firmware in u-boot ............5 2.3.2 Upgrade firmware in OpenWrt............5 Create your own package................
  • Page 3: Introduction

    Software and hardware development guide for Dragino MS14. 2 Software Development Guide Access MS14 2.1.1 via console Use the UART module to connect the MS14 as below: Configure the serial port with below parameters: Serial: 115200, data: 8bits, Xon/Xoff enable 2.1.2 via SSH Use SSH to access the LAN port via IP 192.168.255.1...
  • Page 4: Compile The Firmware

    Set up build environment, ./set_up_build_enviroment.sh ms14 Build image: ./build_image.sh ms14 to build image for ms14 You should be able to get the firmware in bin directory under image directory. ms14 development instruction 4 / 10...
  • Page 5: Upgrade Firmware

    0x9f040000 +0x100000; cp.b 0x81000000 0x9f040000 $filesize //upgrade rootfs tftp 0x81000000 openwrt-ar71xx-generic-dragino2-root-squashfs.bin; erase 0x9f140000 +0xea0000; cp.b 0x81000000 0x9f140000 $filesize 2.3.2 Upgrade firmware in OpenWrt SCP your firmware to the system and then run root@OpenWrt:~# /sbin/sysupgrade openwrt-ar71xx-generic-dragino2-squashfs-sysupgrade.bin ms14 development instruction 5 / 10...
  • Page 6: Create Your Own Package

    Reference: http://wiki.openwrt.org/doc/devel/feeds MAC and Unique Key MAC address: Each ms14 has been assigned four world-wide unique, continuously MAC address in factory. They are assigned to wifi: MAC eth0: MAC + 2 eth1: MAC +3 The [ MAC+1 ] is reserved for some applications which need two mac in wifi radio.
  • Page 7: Hardware Development Instruction

    3 Hardware Development Instruction Power option MS14 provide variously power option for developers. 3.1.1 Power Input Configuration Power Input Power Source From Default(R155 un-populated, R5 un-populated) 9v ~ 15v DC DC connector R155 un-populated, R5 populated 9v ~ 15v DC...
  • Page 8: Connectors And Pins

    The COLD_RESET pin is in the 2x8 connector and active level of this pin is low. Since MS14 already has a pull up resistor for this pin. In the daughter board design, developer only needs to connect the IO pins from MCU to this COLD_RESET pin directly and control it via daughter board.
  • Page 9: Antenna And Ant Hole

    Antenna and ANT Hole 3.3.1 Antenna MS14 has two radio paths. They are lead to ANT0 and ANT1. The ANT0 radio is the main antenna for RX and TX. The ANT1 radio is the diversity antenna for RX only. By default, MS14 is loaded shipped using 2.5 dB chip antenna. It also provides the option to use external antenna for higher gain/ directional requirement.
  • Page 10: Reference

    For PCB design clearance, please refer the file ms14_components_placement. It includes all components placement and export in 1:1 ratio. Developer can import it to drawing tool such as Adobe Illustrator to get the exactly dimension to design. 4 Reference  Wiki for MS14 http://wiki.dragino.com/index.php?title=Main_Page#Getting_Start_with_Dragin o_v2_--_ms14  MS14 Reference Documents: http://www.dragino.com/downloads/index.php?dir=motherboards/ms14/...

Table of Contents