Update the AVS Device SDK
If you've already installed a version of the SDK, you can update it when a new version comes out. You should perform a clean build of the SDK each time you must install a later version, because each update might change the hierarchy of files within the SDK repository.
Update instructions
- Stash a copy of the configuration file that was used to authorize the sample app with Alexa. For example, For Raspberry Pi it's named config.json.
- Do a
git pull
from within your avs-device-sdk source directory. - Replace the configuration file with the copy that you stashed in step 1. This way your device doesn't have to go through the authorization process again.
- Rebuild the SDK.
Last updated: Jan 28, 2022