Hi,
Downgrading the OS version on your Avnet Azure Sphere Starter Kit requires several steps. Here are the general steps to follow:
- Identify the desired OS version to downgrade to. You can find a list of available OS versions on the Azure Sphere OS release notes page.
- Download the desired OS version image package from the Azure Sphere OS downloads page. Make sure to select the correct package for your device model and OS version.
- Connect your Avnet Azure Sphere Starter Kit to your computer via USB.
- Put the device in recovery mode by holding down the "SW2" button while pressing and releasing the "Reset" button. Keep holding down SW2 until the device enters recovery mode.
- Open a command prompt or terminal window and navigate to the folder containing the downloaded OS image package.
- Use the
azsphere
CLI tool to flash the device with the desired OS image. The command should look something like this:
azsphere device recover --image <path-to-os-image> --newimage
- Replace
<path-to-os-image>
with the path to the downloaded OS image package. - Wait for the device to complete the flashing process, which can take several minutes. The device will automatically reboot when the process is complete.
- Once the device has rebooted, you may need to perform additional setup steps depending on the changes in the new OS version. For example, you may need to re-provision the device, update application code to be compatible with the new OS version, etc.
Note that downgrading the OS version on your Avnet Azure Sphere Starter Kit may result in loss of data or functionality, and could potentially cause security issues if there are known vulnerabilities in the older OS version. It is generally recommended to keep your devices up-to-date with the latest available OS version.