Project

General

Profile

Bug #884

can分析仪向设备发送数据和设备向can分析仪发送数据冲突,导致设备死机。(同时发送数据导致死机,但是前提条件是需要can分析仪进行发送按钮开关操作会死机。影响产测

Added by 文博 about 1 month ago.

Status:
New
Priority:
Urgent
Assignee:
Category:
Driver
Start date:
03/11/2025
Due date:
% Done:

0%

Estimated time:
型号:
LZ201
CPU:
RK3576
产品:
-
扩展/功能板硬件版本:
-
核心板硬件版本:
01
底板/一体板硬件版本:
01
固件版本:
\\192.168.1.250\01-Public\wilson_test\rk3576\lz201\Linux\2025_03_10
系统:
Ubuntu
内核版本:
Linux LB3576 6.1.84
APP版本:
-
复现概率:
100%
无线网卡:
FD7352S
以太网模组:
YT8521SC
EMMC颗粒:
-

Description

复现步骤
1、
#!/bin/bash -x
ip link set can0 down type can
ip link set can0 type can bitrate 500000 sample-point 0.8 dbitrate 2000000 sample-point 0.8 fd on
ip link set can0 up
echo 4096 > /sys/class/net/can0/tx_queue_len
sleep 0.5
#while true ; do ./ini_test.sh; done重复初始化窗口
2、while true ; do cansend can0 100#01; done #一直发送数据
3、can分析仪发送数据。间隔1秒停止再发送重复几次操作会测试设备死机(发送总10000针、发送周期10ms)
4、3588使用以上操作未发现该问题,但3588can初始化与3576can初始化不一致。3576是带fd的。

No data to display

Also available in: Atom PDF