FAQ

Welcome to SINTRONES  FAQ section. Seek answers to the frequently asked questions here.
If you are unable to locate the information you require, please complete our FAQs form, and we shall expeditiously attend to your inquiries.

Search FAQ
Q
VPC-101RB2S Series BSP - JetPack 6.2
A

Model: VPC-101RB2S-OB-P, VPC-101RB2S-OB-G2

Version: IMB-603-LVDS-5.15.148-6.2-ubuntu22.04-R3.00-07

Size: 9.75 GB

Date: 06/09/2026

SHA-256: 4e02b116eb771b708409ee444233d7ae5af1e6a42b8609e8c3ee95afcf05f825

 

Release Note:

  • Initial Release
Q
IBOX-650 Series BSP - JetPack 6.2
A

Model: IBOX-650P-IP66, IBOX-650P-IP66-SE, IBOX-650P-IP66-2S, IBOX-650P-IP66-DIO, IBOX-650P-IP66-T1

Version: IBOX-650-5.15.148-6.2-ubuntu22.04-R3.00-08

Size: 9.72 GB

Date: 04/16/2026

SHA-256: d79a36f36cedaba892e2f58b825d9a8a95b8c234df3bd2ba6a87c9ca0b0c0576

 

Release Note:

  • Initial Release
Q
IBOX-600/601 Series BSP - JetPack 6.2
A

Model: IBOX-600, IBOX-600-M12X, IBOX-600-IP66, IBOX-601-M12X, IBOX-601-G2, IBOX-601-G2-SE

Version: IBOX-600-5.15.148-6.2-ubuntu22.04-R3.00-08-01

Size: 9.75 GB

Date: 07/07/2026

SHA-256: 17661c1f16cb843d7772da2cde008c09e5481dab27350142c085ba62fbbd5ef9

 

Release Note:

  • Initial Release
  • The power mode is 40W for NX 8GB and NX 16GB.
Q
IBOX-602 Series BSP - JetPack 6.2
A

Model: IBOX-602P-IP66, IBOX-602P-IP66-4G2

Version: IBOX-602-5.15.148-6.2-ubuntu22.04-R1.00-05

Size: 6.05 GB

Date: 09/25/2025

SHA-256: 60d6192977ff6626b7c701df1d9c01ab6c1c37143df8dbca26cf459e61d082a4

 

Release Note:

  • Initial Release
Q
IBOX-604 Series BSP - JetPack 6.2
A

Model: IBOX-604-G2, IBOX-604

Version: IBOX-604-5.15.148-6.2-ubuntu22.04-R1.00-01

Size: 6.06 GB

Date: 05/19/2026

SHA-256: e730223684d33e9dc22b58e5ece27edc5514ae281517db907b4e261f2d152be5

 

Release Note:

  • Initial Release
Q
How do I check LTE/5G module status in Linux?
A

You can verify whether the LTE/5G module is detected by the operating system using the following commands.

  • Check USB devices:
lsusb
  • Check PCIe devices (if applicable):
lspci
  • Check modem devices:
ls /dev/ttyUSB*
  • For ModemManager-based systems:
mmcli -L
  • Display modem information:
mmcli -m 0

If the module is detected successfully, modem information such as IMEI, SIM status, and signal information should be available.

 

Notes

  • Verify the SIM card is installed correctly.
  • Verify the antenna is connected properly.
  • Verify the module is supported by the operating system and BSP version.
Q
How do I verify camera detection?
A

For Linux-based systems, camera detection can be verified using V4L2 utilities.

  • List all detected cameras:
v4l2-ctl --list-devices
  • List available video nodes:
ls /dev/video*
  • Display camera information:
v4l2-ctl --all
If the camera is detected successfully, a corresponding video device will appear.

Notes

  • Verify camera power.
  • Verify GMSL cable connection.
  • Verify BSP camera support.
Q
How can I verify GPS signal reception?
A

You can verify GPS reception using the following methods.

  • Method 1: U-Center

Open U-Center and check:

  • Satellite View
  • Signal Strength
  • Fix Status

A valid GPS signal should display multiple satellites and a valid position fix.

  • Method 2: NMEA Output

Open the GPS COM port and verify NMEA messages:

$GPGGA
$GPRMC
$GPGSV

If NMEA data is continuously received, the GPS module is functioning correctly.

Tips

  • Move the antenna outdoors.
  • Verify antenna connection.
  • Confirm antenna type compatibility.
Q
What is the difference between Active and Passive GPS Antennas?
A
  • Active GPS Antenna

Built-in LNA (Low Noise Amplifier)

Better signal reception and long cable support

Requires antenna power from the GPS receiver

  • Passive GPS Antenna

No built-in amplifier

No external power required

Suitable for short cable installations

 

  • SINTRONES Recommendation

Standalone GPS/GNSS Modules (e.g., u-blox, DR modules) → Active GPS Antenna

LTE/5G Combo Modules with integrated GNSS (e.g., Quectel, Telit, Sierra Wireless, Fibocom) → Passive GPS Antenna

Note: Always verify the antenna type recommended in the module datasheet before installation.

Q
Does the VDB-811DR GPS module support G-Sensor (Accelerometer) functionality?
A

Yes. The GPS module integrates a 3-axis G-Sensor that can provide X, Y, and Z axis acceleration data for vehicle motion detection, impact monitoring, and driving behavior analysis.

The G-Sensor can be accessed through the SMBus interface.

 

1. Address Information

Address

Name

Description

0xEFA0

SMB_BASE_ADDR

VMB-3122 SMBus base address

0x3A

G_SENSOR_ADDR

Read: bit0 = 1, Write: bit0 = 0

 

2. Initial G-Sensor Register Definition

Hex

Dec

Name

Type

Description

0x31

49

DATA_FORMAT

R/W

Data format control.

0x2D

45

POWER_CTL

Power-saving features control.

0x2E

46

INT_ENABLE

Interrupt enable control.

 

3.  Calibration Register Definition

Hex

Dec

Name

Type

Description

0x1E

30

OFSX

R/W

X-Axis offset.

0x1F

31

OFSY

Y-Axis offset.

0x20

32

OFSZ

Z-Axis offset.

 

4.  X, Y, Z Data Register Definition

Hex

Dec

Name

Type

Description

0x32

50

DATAX0

R

X-Axis data 0.

0x33

51

DATAX1

X-Axis data 1.

0x34

52

DATAY0

Y-Axis data 0.

0x35

53

DATAY1

Y-Axis data 1.

0x36

54

DATAZ0

Z-Axis data 0.

0x37

55

DATAZ1

Z-Axis data 1.

Processing