Bug #117884

【IOVDEV-27117】【IOVISSUE-8700】【内部】【VC1】【0072】【台架】【EE环境】【副屏】长按方控,副屏没有重启

Added by CDTS_Test 吴诗雨 about 2 years ago. Updated over 1 year ago.

Status:CLOSEDStart date:2023-05-11
Priority:NormalDue date:2023-05-16
Assignee:CDTS_Test 吴诗雨% Done:

0%

Category:BSP
Target version:-
Need_Info:-- Found Version:
Resolution:DUPLICATE Degrated:--
Severity:Normal Verified Version:
Reproducibility:Every time Fixed Version:
Test Type:ST Root cause:

Description

环境信息】莱西工厂,实车测试
【问题出现时间】:20230510 17:03
【前提条件】:车机上电
【操作步骤】
1.三屏(中控,仪表,副屏)点亮,长按方控

【实际结果】
1.中控,和仪表重启,副屏没有重启
【期望结果】
1.副屏可以通过长按方控进行重启

【备注】:

云端log根据实车VIN:LJD8BB3F6P0000392

【影响版本】:
【硬件版本号】

方控重启副屏.png (252 KB) CDTS_Test 吴诗雨, 2023-05-11 17:50

FigureV0.1.7-forCanRebootMpu-202305171800.zip (83.8 KB) BSP组-RD3_TSCD 贾顺旺, 2023-05-17 17:31

can_test.png (38 KB) BSP组-RD3_CDTS 陈宙贤, 2023-06-05 20:11

方控重启需求客户需要再次评审-2023.6.9.png (29.7 KB) CDTS_TEST 王成, 2023-06-09 10:29

%e6%96%b9%e6%8e%a7%e9%87%8d%e5%90%af%e5%89%af%e5%b1%8f Can_test %e6%96%b9%e6%8e%a7%e9%87%8d%e5%90%af%e9%9c%80%e6%b1%82%e5%ae%a2%e6%88%b7%e9%9c%80%e8%a6%81%e5%86%8d%e6%ac%a1%e8%af%84%e5%ae%a1-2023.6.9

History

#1 Updated by CD TPM-王祥林 about 2 years ago

  • Category changed from CD-FW to BSP
  • Assignee changed from CD TPM-王祥林 to BSP组-RD3_TSCD 贾顺旺

最新的MCU 0.1.6版本已经临时禁用了CAN。请在正式方案入库后,把提交链接贴到票让测试进行验证。

#2 Updated by BSP组-RD3_TSCD 贾顺旺 about 2 years ago

使用can盒结合代码调试,can重启信令可接收。MPU重启串口信令未发送。更改相关标志位使串口发送命令生效。

#3 Updated by CDTS-TEST 周婷 about 2 years ago

  • Due date set to 2023-05-16

明天解决入库

#5 Updated by BSP组-RD3_TSCD 贾顺旺 about 2 years ago

  • Assignee changed from BSP组-RD3_TSCD 贾顺旺 to 移动测试一组_CDTS 刘强

#6 Updated by IoT scm about 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
200062 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: reboot MPU with CAN
enable reboot MPU uart message send;
Bin version: V0.1.8
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I5a563f9d732c9e8fafe6caed4b4f6c2c6d0102e4

#7 Updated by IoT scm about 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
200540 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: reboot MPU with CAN
enable reboot MPU uart message send;
Bin version: V0.1.8
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I340d945e8c85a5272db795439dd540ef63dda5c5

#8 Updated by BSP组-RD3_TSCD 贾顺旺 about 2 years ago

修正:多次发送重启命令时会重启两次的现象。请用:FigureV0.1.7-forCanRebootMpu-202305171800.zip测试。

#9 Updated by CD BSP-杜磊 about 2 years ago

  • Status changed from New to NEED_INFO

#10 Updated by 移动测试一组_CDTS 刘强 about 2 years ago

  • Assignee changed from 移动测试一组_CDTS 刘强 to BSP组-RD3_TSCD 贾顺旺

修正:多次发送重启命令时会重启两次的现象。请用:FigureV0.1.7-forCanRebootMpu-202305171800.zip测试。

通过烧写mot后执行以下测试:

1. 通can命令反复发送重启命令,持续一小时,10ms一次,正常运行
2. 10ms一次发送干扰can信号,然后手动发送can信号重启,测试20次 正常运行
3. 10ms一次发送干扰can信号,然后手动连续发送多次重启信号,在重启成功之前不再接受新的重启信号,重新成功之后,再次发送can信号成功

#11 Updated by IoT scm about 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
200837 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: reboot MPU with CAN - filter can signal
1)Do not detect CAN reboot messages before MPU completed startup;
2)add can reboot log print and mcu update log print
Bin version: V0.1.9
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: If1b0f9ca7d2e0996280853350590242eb40af6a7

#12 Updated by IoT scm about 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
201835 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: reboot MPU with CAN - filter can signal
1)Do not detect CAN reboot messages before MPU completed startup;
2)add can reboot log print and mcu update log print
Bin version: V0.1.9
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I6ba9eb8b0ef78d66cb1dfc458a18e98237432236

#13 Updated by BSP组-RD3_TSCD 贾顺旺 about 2 years ago

  • Status changed from NEED_INFO to RESOLVED
  • Assignee changed from BSP组-RD3_TSCD 贾顺旺 to 移动测试一组_CDTS 刘强

#14 Updated by 移动测试一组_CDTS 刘强 about 2 years ago

锦江实车测试未通过,怀疑可能是can信号传输有问题,等锦江实车修理后,再次验证

#15 Updated by CDTS_TEST 王成 about 2 years ago

  • Status changed from RESOLVED to ASSIGNED
  • Assignee changed from 移动测试一组_CDTS 刘强 to CD TPM-王祥林

客户实车验证,确认方控重启功能无效,实车上按方控重启之后,中控和仪表重启,副屏无反应

#17 Updated by CD TPM-王祥林 about 2 years ago

  • Assignee changed from CD TPM-王祥林 to BSP组-RD3_CDTS 陈宙贤

宙闲

看看我们mcu的代码里有没有在接收到can信号的时候加日志,如果有加日志是否有发送给mpu记录。
如果都有的话:
1.看看问题出现的时间段,是否有打印相关log。
2.如果没有log可能需要确认我们解析的can重启命令是否和整车发的一样。

#18 Updated by CDTS_TEST 王成 about 2 years ago

  • Subject changed from 【IOVDEV-27117】【内部】【VC1】【0072】【台架】【EE环境】【副屏】长按方控,副屏没有重启 to 【IOVDEV-27117】【IOVISSUE-8700】【内部】【VC1】【0072】【台架】【EE环境】【副屏】长按方控,副屏没有重启

#19 Updated by BSP组-RD3_CDTS 陈宙贤 about 2 years ago

按照这个文档的说明,我们当前的代码目前看是正确的。https://thundersoft.feishu.cn/file/boxcnNXZfsBSCFiXIP6HMaoOCde
当前使用CAN盒子模拟方控信号如附件所示。

#20 Updated by BSP组-RD3_CDTS 陈宙贤 about 2 years ago

已提让客户帮助抓log,看客户实车上发的命令格式与我们解析的命令格式是否一致。

#21 Updated by CDTS_TEST 王成 about 2 years ago

方控重启功能客户需要重新评审

#22 Updated by CD TPM-王祥林 about 2 years ago

  • Status changed from ASSIGNED to RESOLVED
  • Assignee changed from BSP组-RD3_CDTS 陈宙贤 to CDTS_Test 吴诗雨
  • Resolution changed from -- to DUPLICATE

在JIRA上跟踪, 内部关闭此票。

#23 Updated by CDTS_Test 吴诗雨 about 2 years ago

  • Status changed from RESOLVED to VERIFIED

#24 Updated by CDTS_Test 吴诗雨 about 2 years ago

  • Status changed from VERIFIED to CLOSED

#25 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
214835 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Change CAN restart message protocol
1)Change CAN restart message protocol
2)add can message print
3)add time out check
4)add can message recv cnt and time
Bin version: V0.2.1
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I51a2a4cb6bcb4dec1cd3e4f2038d0a9d552ff086

#26 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
216893 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-release_sorp
BSP:MCU: Change CAN restart message protocol
1)Change CAN restart message protocol
2)add can message print
3)add time out check
4)add can message recv cnt and time
Bin version: V0.2.1
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I46e4c2341d01275f60ffe8db29fb059005dfbb83

#27 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
216907 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Change CAN restart message protocol
1)Change CAN restart message protocol
2)add can message print
3)add time out check
4)add can message recv cnt and time
Bin version: V0.2.1
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I36a8a7d7516839717a52aebc4e123e0744338220

#28 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
303675 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Disable can message print
disable can message print
Bin version: V0.2.2
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I963d787c2778ad1d698cd39458bd7fadc100cd0c

#29 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
303851 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Disable can message print
disable can message print
Bin version: V0.2.2
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I67c16c9cb01b378e31fbf8d5d395da600b942576

#30 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
303800 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-release_sorp
BSP:MCU: Disable can message print
disable can message print
Bin version: V0.2.2
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I333e1a4b10c7105c683f2fc9f3b5044db86d615d

#31 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
307161 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-release_sorp_mce
BSP:MCU: Disable can reboot
disable can reboot
Bin version: V0.2.0
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I187dfad9d3baf37f34668d886157c3057c513775

#32 Updated by IoT scm almost 2 years ago

Gerrit Merge Information
ID Project Branch Uploader
315999 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU:Backup mot file.
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I670dc3984b7c47e4241035c6c1fab96cb32723f2

#33 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
328110 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU:Backup mot file.
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I48064ee4f8651c4c939acccf5b591957b924e7ec

#34 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
328127 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev_vx1
BSP:MCU: Delete CAN reboot function for vx1.
Rollback mcu to v0.2.0 to avoid VX1 and MCE
reboot without user operation.
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I8ebc8e64cd54b192f4b6c97e311b42ef9555198b

#35 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
342248 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-release_sorp
BSP:MCU: Modify power sequence for LAN-PHY and MAX96755
Forward power on time (LAN-PHY and MAX96755)
Bin version: V0.2.4
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: Id87d82daa835f739ef3759b83975b540bf5b2fcb

#36 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
341249 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Modify power sequence for LAN-PHY and MAX96755
Forward power on time (LAN-PHY and MAX96755)
Bin version: V0.2.4
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I28f98f7b63d4829b48c08a1f7abe65de85bc2d58

#37 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
342384 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU: Modify power sequence for LAN-PHY and MAX96755
Forward power on time (LAN-PHY and MAX96755)
Bin version: V0.2.4
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: Ic44600d685100f160280a8bbf677c471d713ef35

#38 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
350211 Pre_figure/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU:Do not stop power supply if waiting GPIO time out.
Remove stop power supply logic when GPIO time out.
Bin version: V0.2.5
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I3e9088d654caceb9d54b4a2a0c08db6a885b885e

#39 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
350287 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev
BSP:MCU:Do not stop power supply if waiting GPIO time out.
Remove stop power supply logic when GPIO time out.
Bin version: V0.2.5
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: Ic804945c72e56e48ce5f4ade4380f1357cae4f76

#40 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
354555 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-dev_vx1
BSP:MCU:Do not stop power supply if waiting GPIO time out.
Remove stop power supply logic when GPIO time out.
Bin version: V0.2.5
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I3dcce57d1fa800e0f551e513af475e902679aabd

#41 Updated by IoT scm over 1 year ago

Gerrit Merge Information
ID Project Branch Uploader
354230 general/vendor/tc/mcu Pre_figure_turbox-c2130c-la1.1-vendor-release_sorp_vx1
BSP:MCU:Do not stop power supply if waiting GPIO time out.
Remove stop power supply logic when GPIO time out.
Bin version: V0.2.5
TC-RID: 1201-0102704
IssueID: TS-R-BUG-117884
Change-Id: I3dcce57d1fa800e0f551e513af475e902679aabd
(cherry picked from commit 01a0d587f4d29160e9ef4baf59bc99cf5545fe47)

Also available in: Atom PDF