Signed-off-by: Sgr A* VMT <1611902585@qq.com>
This commit is contained in:
Sgr A* VMT
2024-03-18 04:20:37 +00:00
committed by Gitee
parent b76d7fd326
commit 5fcb8d33b4

View File

@@ -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. Fill in your data and remember to remove the `< >` brackets.
#### via DFU #### via DFU
if you managed to get your idm into dfu mode, 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 <Where The Firmware Is> sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D <Where The Firmware Is>
``` ```
and the command below to upload main firmware and the command below to upload main firmware
``` ```