Broken3Dprinter
Member
Getting errors when I try to flash the bus after getting the id off of DFU mode. I have tried to install it before, but I couldn't get the MCU to show up to put the info in the config file.
I get this error.:
Flashing out/klipper.bin to 0483:df11
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8002000:leave -D out/klipper.bin
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0483:df11
Device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 011a
Device returned transfer size 1024
DfuSe interface name: "Internal Flash "
Downloading element to address = 0x08002000, size = 36440
Erase [=========================] 100% 36440 bytes
Erase done.
Download [=========================] 100% 36440 bytes
Download done.
File downloaded successfully
Submitting leave request...
dfu-util: Error during download get_status
Failed to flash to 0483:df11: Error running dfu-util
Is it possible that it has already been loaded? If so, how do I determine the name of the MCU? Nothing shows up with the id serial lookup command.
Thanks for any help
Joel
I get this error.:
Flashing out/klipper.bin to 0483:df11
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8002000:leave -D out/klipper.bin
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0483:df11
Device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 011a
Device returned transfer size 1024
DfuSe interface name: "Internal Flash "
Downloading element to address = 0x08002000, size = 36440
Erase [=========================] 100% 36440 bytes
Erase done.
Download [=========================] 100% 36440 bytes
Download done.
File downloaded successfully
Submitting leave request...
dfu-util: Error during download get_status
Failed to flash to 0483:df11: Error running dfu-util
Is it possible that it has already been loaded? If so, how do I determine the name of the MCU? Nothing shows up with the id serial lookup command.
Thanks for any help
Joel