Signed-off-by: Sgr A* VMT <1611902585@qq.com>
This commit is contained in:
Sgr A* VMT
2024-03-20 06:10:07 +00:00
committed by Gitee
parent 8ed666e139
commit 1e9373dbf8

View File

@@ -35,8 +35,8 @@ cd ~
#### 通过dfu上传固件 #### 通过dfu上传固件
如果你通过短接boot0再上电的方式使得你的idm进入了dfu模式 如果你通过短接boot0再上电的方式使得你的idm进入了dfu模式
可以通过下方指令上传canboot 可以通过下方指令上传canboot
如果你在试图刷入CAN通讯的canboot请勿使用这个指令请使用第二条指令刷入0x08002000地址并重启设备 如果你在试图刷入CAN通讯的canboot请勿使用这个指令请使用第二条指令刷入0x08002000地址并重启设备
``` ```
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D <文件路径> sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D <文件路径>
``` ```