Products
- +Single board computer
- SBC3588 Idea3588 Idea3588S EM3568 EM3568-AV CAM SBC3566 EM3566 EMT507 EM3326S SBC1108 Idea1126 EM1126 EMH6 EM-IMX8M-MINI EM-MT6737 EM-HI3559V200 EM1808 SBC3399 Idea3399 EM3399 Idea3288 EM3288 EM3188 EMA40i EINK-IMX7 EM6ull EM4418 EM4412 Android210 MINI210S EM210 EM210-III SBC6410 Idea6410 EM2000 EM2416 EM2440 EM2440-III
- +Computer-on-Module
- CM3566 CM3588S CM3588 CM3568 PICO3566 MINI507 CM3326S CM1126 MINI1126 PICO-IMX8M-MINI CM-A40i CM-MT6737 MINI3399 CM3399 PICO3399 CM3288 MINI3288 CMH6 MINI3188 MINI4418 MINI4412 CM3128 CMIMX7 CM6ULL CM210-II CM210-III MINI210-III MINI6410 CM9X35 MINI287 MINI9G25 MINI2416 MINI2416-III MINI2440

* Processor: Freescale i.MX6 UltraLite applications processor with ARM Cortex-A7 core @ 528 MHz
* RAM: 512MB
* Storage: 4GB eMMC flash
* Interface: UART, USB OTG, USB Host, CAN, GPS antenna, GPRS antenna, SIM card slot, Audio I/O, Lithium power in, etc.
* Operating system: Linux3.14.52
* Board size: 95 x 67mm
* Power input: 6V ~ 55V
A vehicle tracking device is an electronic device that is usually installed somewhere around the dashboard in business vehicles. With today’s advanced capabilities in cellular and satellite communication, you can use GPS tracking devices for trucks, vans, vehicles, barges and equipment to better manage your mobile resources, no matter where they are located.
Boardcon Embedded Design offers vehicle tracking solutions customized specifically to your business needs. It is ideal for the companies that have specific reporting requirements and the resource to manage the software.
Boardcon vehicle tracking device is powered by Freescale i.MX6 UltraLite applications processor with 512MB DDL3 RAM and 4GB eMMC flash by default.
The device is comprised of a baseboard and a CPU board. Boardcon provides support for Linux for the board. A wide range of accessories and modules are also offered with the board including serial, USB OTG&Host, GPRS, GPS, WiFi, etc…
Specifications | |
---|---|
CPU | Freescale i.MX6 UltraLite applications processor with a 528MHz ARM® Cortex®-A7 core |
RAM | 512MB DDR3L |
Storage | 4GB eMMC |
Serial Port | 2x UARTs, lead out from CON1 |
CAN | 1x CAN, lead out from CON1 |
ACC | 1x ACC, lead out from CON1 |
USB | 1x USB2.0 OTG, 1x USB2.0 Host |
Audio codec | WM8960G chip; 1x 3.5 mm headset (Black), for calls; 1x 3.5 mm headphone (Green), for Audio output. |
WiFi | On-board WiFi module with Antenna, 802.11 b/g/n |
GPS | On-board GPS module with Antenna |
GPRS & SIM card | On-board GPRS module and standard SIM card slot, supports calls and Internet access |
Others | 1x Boot mode select connector |
Lithium battery | 1x 3pin interface, support 3.7V 1200mA lithium battery |
STM8S003F3 | Debug interface. Lead out from core board, use for debugging watchdog, uart, etc |
Dimension | Baseboard - 95 x 67mm; CPU Board - 66 x 47mm |
Power input | 6V ~ 55V (Typical power adapter: 12V@2A ) |
PCB Dimension
OS | Item | Feature | Description |
---|---|---|---|
Linux3.14.52 | Bootloader | Boot | u-boot 2015.04 |
Boot mode | Boot from eMMC | ||
Download | Download via USB OTG | ||
Kernel | Version | Linux 3.14.52 | |
File system format | Default support ext2, ext3, ext4, fat, jeffs2, UBIFS, nfs, etc. Boardcon only provides ext4, R/W file system. | ||
eMMC | Support | ||
LEDs | Support | ||
Serial | Support | ||
RTC | Support | ||
CAN | Support | ||
USB host | Support | ||
USB OTG | Support | ||
Audio I/O | Support | ||
WiFi | Support | ||
GPRS | Support | ||
GPS | Support | ||
ACC | Support | ||
Relay | Support | ||
IIC | Support | ||
Panico | Support | ||
Acpg | Support | ||
Embedded GUI | Qt/Embedded | QT 5.6.0 | |
Basic | Cross compiler Environment |
gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12.tar.bz2 | |
Debug Tools | SecureCRT, mfgtools.rar, VMware V8 + ubuntu-10.04 |
Datasheet |
|
If you order the development board or any question, please feel free to contact us at market@armdesigner.com
How to use SSH in Vehicle Tracking Device linux system?
A. The board default supports SSH. About details, please refer to the document:
ssh.pdf
Whether the Vehicle Tracking Device support USB OTG interface download?
A. Yes.
How to use GPIO on the Vehicle Tracking Device?
A. User can use the follow command to view the gpio base:
# cd /sys/class/gpio
# for i in gpiochip* ; do echo `cat $i/label`: `cat $i/base` ; done
Then execute follow command to use GPIO.
#OUT_IO_NUMBER=3
#echo ${OUT_IO_NUMBER} > /sys/class/gpio/export
#echo "out" > /sys/class/gpio/gpio${OUT_IO_NUMBER}/direction
or #echo "in" > /sys/class/gpio/gpio${OUT_IO_NUMBER}/direction
#echo 1 > /sys/class/gpio/gpio${OUT_IO_NUMBER}/value
or #echo 0 > /sys/class/gpio/gpio${OUT_IO_NUMBER}/value