luxonis / depthai-python

DepthAI Python Library
MIT License
353 stars 192 forks source link

Bootloader error #953

Closed codesian closed 8 months ago

codesian commented 8 months ago

Using release_v2.24.0, try to burn bootloader with sample code:

https://docs.luxonis.com/projects/api/en/latest/samples/bootloader/flash_bootloader/


[0] 18443010C175CB0F00[X_LINK_USB_VSC] current bootloader: 0.0.26
Which DepthAI device to flash bootloader for [0..0]
0
Warning! Flashing bootloader can potentially soft brick your device and should be done with caution.
Do not unplug your device while the bootloader is flashing.
Type 'y' and press enter to proceed, otherwise exits: y
Booting latest bootloader first, will take a tad longer...
terminate called after throwing an instance of 'dai::XLinkReadError'
  what():  Couldn't read data from stream: '__bootloader' (X_LINK_ERROR)
Aborted (core dumped)

Don´t install bootloader properly, always shows a problem about XLINK, previous version works ok!

moratom commented 8 months ago

Hi @codesian - thanks for the issue report!

We can reproduce the error and are looking into it. I'll ping and close the issue when it's resolved on develop.

moratom commented 8 months ago

@codesian fixed on latest develop.

Thanks again for the report!