google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
412 stars 124 forks source link

Unable to Upgrade to Runtime 14 on Google Dev Mini #806

Open ingTutui opened 8 months ago

ingTutui commented 8 months ago

Description

Hi, I have a Google Dev Mini and am trying to upgrade to runtime 14 to use the compiler v16. I followed the instructions on the documentation using the following commands: sudo apt-get update sudo apt-get dist-upgrade sudo reboot now

Unfortunately, when I run: python3 -c "import pycoral.utils.edgetpu; print(pycoral.utils.edgetpu.get_runtime_version())"

I get the output: BuildLabel(COMPILER=6.3.0 20170516,DATE=redacted,TIME=redacted), RuntimeVersion(13)

So it remains at version 13. How can I proceed?

I'm connected to the board with serial connection with WLS2 (Ubuntu) in Windows 11.

Thanks!

Click to expand! ### Issue Type Build/Install ### Operating System _No response_ ### Coral Device Dev Board Mini ### Other Devices _No response_ ### Programming Language Python 3.9 ### Relevant Log Output _No response_