SPRADT7 July   2026 AWR2188

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2AWR2188+FPDLINK+AGX ORIN System Detailed Description
    1. 2.1 System Architecture
      1. 2.1.1 Hardware Components
      2. 2.1.2 Data Flow Pipeline
      3. 2.1.3 Orin Platform Software Stack
    2. 2.2 AWR2188 Radar Configuration
    3. 2.3 FPD-Link SerDes Configuration
    4. 2.4 NVIDIA Orin Platform Configuration Example
      1. 2.4.1 L4T Version and Setup
      2. 2.4.2 Device Tree Configuration
      3. 2.4.3 Kernel Driver Modifications
      4. 2.4.4 Configuration Verification
    5. 2.5 Complete System Validation Example
      1. 2.5.1 Software and Hardware Boot Sequence
      2. 2.5.2 SerDes Link Verification
      3. 2.5.3 V4L2 Capture Test
    6. 2.6 Troubleshooting Recommendations During System Operation
      1. 2.6.1 No Video Device After Orin Boot
      2. 2.6.2 SerDes Link Check Reports Errors
      3. 2.6.3 V4L2 Capture Shows No Data
  6. 3Summary
  7. 4References

Configuration Verification

After configuration, verify the system setup:

# 检查可用的视频设备
ls /dev/video*

# 列出video0支持的格式
v4l2-ctl --device /dev/video0 --list-formats-ext

# 预期输出应显示:
# [0]: 'RGGB' (8-bit Bayer RGRG/GBGB)
#      Size: Discrete 4096x32
#      Interval: Discrete 0.033s (30.000 fps)
#      Size: Discrete 4096x1536
#      Interval: Discrete 0.033s (30.000 fps)
#      ...

# 检查媒体控制器拓扑
media-ctl -p

# 验证CSI接口
dmesg | grep -i csi

# 测试数据捕获
v4l2-ctl -d /dev/video0 --stream-mmap
# 当雷达传输时应无错误地流式传输