RuntimeError: An error occured. Device Status: (11, 10, 0, 0)

Hello Everyone.

I have a problem.I need help, Can anyone help me ?

power details
– 28v
–00.02 A **???
–00.54 W

error messages:

ODrive control utility v0.5.2.post0
Waiting for ODrive…
Traceback (most recent call last):
File “/home/mustafa/.local/bin/odrivetool”, line 148, in
odrive.dfu.launch_dfu(args, logger, app_shutdown_token)
File “/home/mustafa/.local/lib/python3.9/site-packages/odrive/dfu.py”, line 471, in launch_dfu
update_device(device, firmware, logger, cancellation_token)
File “/home/mustafa/.local/lib/python3.9/site-packages/odrive/dfu.py”, line 277, in update_device
otp_data = dfudev.read_sector(otp_sector)
File “/home/mustafa/.local/lib/python3.9/site-packages/odrive/dfuse/DfuDevice.py”, line 210, in read_sector
self.set_address_safe(sector[‘addr’])
File “/home/mustafa/.local/lib/python3.9/site-packages/odrive/dfuse/DfuDevice.py”, line 174, in set_address_safe
raise RuntimeError(“An error occured. Device Status: {!r}”.format(status))
RuntimeError: An error occured. Device Status: (11, 10, 0, 0)

1 Like

Hi Mustafa, I’m going to ask someone to look at this for you.

TY. Wetmeleon , I am waiting

This might be because the flash got locked for some reason.

If that’s the case you can unlock it with

sudo pip3 install --pre --no-cache-dir --upgrade odrive
odrivetool unlock

The ODrive must be in DFU mode for this (You can force this by flipping the DFU switch to “DFU” and power cycling the board).

Ty Samuel, ODrive was worked after updated firmware with St-Link. it’s probably like you said

2 Likes