From 5fcb8d33b42452ee2f5c8b328fbee86c43d64036 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Mon, 18 Mar 2024 04:20:37 +0000 Subject: [PATCH] up Signed-off-by: Sgr A* VMT <1611902585@qq.com> --- English Documents/Can rate switching And Firmware update.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/English Documents/Can rate switching And Firmware update.md b/English Documents/Can rate switching And Firmware update.md index fc606b0..49cdf46 100644 --- a/English Documents/Can rate switching And Firmware update.md +++ b/English Documents/Can rate switching And Firmware update.md @@ -39,9 +39,11 @@ The device serial port address refers to the address in the format /dev/serial/b Fill in your data and remember to remove the `< >` brackets. #### via DFU if you managed to get your idm into dfu mode, -you can use the command below to upload canboot +you can use the command below to upload canboot, +please note that this method is only applicable to canboot with usb communication. +if you are trying to upload canboot for CAN version,please use the second one(the command for main Firmware). ``` -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 ``` and the command below to upload main firmware ```