Issue releasing OTA firmware

@rajeev thanks for posting! The error you are seeing is because your device is reporting that it is running version 1.0.0 of package main, but you are deploying version 1.0.1 of package vibetrack-001. The Golioth Firmware SDK firmware update functionality uses package main by default (i.e. it looks for main in the manifest for a deployment and uses that as the firmware image artifact). If you want to use vibetrack-001 instead, you can set CONFIG_GOLIOTH_FW_UPDATE_PACKAGE_NAME=vibetrack-001.

1 Like