Jaguar: How do I update the firmware via WiFi?
# help
m
I want to update a container on a device that is a bit remote, but when I try to install the update I get the following message '''Error: got non-OK from device: 406 Device has v2.0.0-alpha.69, jag has v2.0.0-alpha.74''' However when trying to update the flash I get the following response ''' Error: no serial ports detected. Have you installed the driver for the ESP32 you have connected?''' It appears that I have to retrieve the device to update it. Is this true, or is there an over air method to get past this?
k
Your device is running an older version of Jaguar, so you'll need to update it first.
The easiest way to do this is through:
Copy code
jag firmware update
The firmware update is done over-the-air and should bring your device up to a Jaguar version that uses SDK v2.0.0-alpha.74.
Hope that helps and let me know if it works for you!
m
worked perfectly, thank you @kasperl