From 68b7c7f96c724d6e0812a8b21e158f0292557546 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Sun, 11 Feb 2024 06:06:17 +0000 Subject: [PATCH] update Signed-off-by: Sgr A* VMT <1611902585@qq.com> --- .../Can rate switching And Firmware update.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/English Documents/Can rate switching And Firmware update.md b/English Documents/Can rate switching And Firmware update.md index 6796ac0..20a2bbd 100644 --- a/English Documents/Can rate switching And Firmware update.md +++ b/English Documents/Can rate switching And Firmware update.md @@ -36,4 +36,15 @@ cd ~ The device serial port address refers to the address in the format /dev/serial/by-id/****. Please note that the serial port number for the second time should be different. Re-query it. +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 +``` +sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D +``` +and the command below to upload main firmware +``` +sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8002000:leave -D +``` Fill in your data and remember to remove the `< >` brackets. \ No newline at end of file