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 updatesudo apt-get dist-upgradesudo 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_
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_