Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't get factory bootloader version when running user bootloader #1065

Open
diablodale opened this issue Jul 11, 2024 · 0 comments
Open

can't get factory bootloader version when running user bootloader #1065

diablodale opened this issue Jul 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@diablodale
Copy link
Contributor

From what I can discern, it is not possible to get the factory bootloader version when the device is running the user bootloader.

Setup

  • depthai-core v2.27.0
  • some OAK device that has both a factory bootloader and a user bootloader

repro

  1. boot the user bootloader
  2. run code that attempts to get the version of the factory bootloader.

Result

No APIs exist to get the factory bootloader in this scenario
Nothing on dai::DeviceBootloader
Nothing on dai::Device

Expected

Always able to get all versions (embedded, user, and factory), on all devices, running all "current" bootloaders (embedded, user, or factory)

Related

#1064
#995

@diablodale diablodale added the bug Something isn't working label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant