Coretex
Jump to navigation
Jump to search
This includes two versions:
- Version 1: original design with 4 ports, CAN, GPS, etc..
- Version 2: the design with reduced ports to save the cost.
Version 1[edit | edit source]
Hardware[edit | edit source]
- LINUX Board Rev 4.4r [Rev B]
- M6e
- 4 ports without mux board
- Wifi
- Console, Serial (UART)
- GPS (Optional)
Customer Specific Configuration[edit | edit source]
Without GPS
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/coretex/coretex-secondrun.sh -O - | sh
With GPS
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/coretex/coretex-gps-secondrun.sh -O - | sh
Version 2[edit | edit source]
Hardware[edit | edit source]
- LINUX Board Rev 4.4r [Rev B]
- M6e Micro
- 2 ports without mux board
- Wifi
- Console, Serial (UART)
Customer Specific Configuration[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/coretex/coretex-v2-secondrun.sh -O - | sh
Others[edit | edit source]
BRI Emulator[edit | edit source]
The briemulator.service is installed to emulate Coretex's BRI at "/opt/briemulator".
Release:
- 09/03/2019 version 1.1 (SVN r4700)
UART Command[edit | edit source]
READ ANT EPCID TAGID REPORT=EVENT READ STOP ATTRIBUTE IDTRIES=1 ANTTRIES=3 TAGTYPE=EPCC1G2 ANTS=1 ANTTIMEOUT=50 IDTIMEOUT=50 FIELDSTRENGTH=30db,30db,30db,30db TIMEOUTMODE=OFF VER RFIDTEST
Manually check UART:
microcom -s 115200 /var/run/vrgpio/uart
Type ctrl-a-z-x to quit.