Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Extract the newly downloaded BSP in a new directory
  2. Install the repository in the current workspace. Making sure to keep the old one available.
  3. Generate a new BSP for your hardware platform using the File->New->Board Support Package
  4. Go through the various configurations to match the old BSP
  5. Change the BSP referenced by your projects. To do so right click on the project and select "Change Referenced BSP"
  6. Clean and Rebuild the project

Alternative approach

...

A faster but possibly less safe method is to change the current bsp version from the BSP Configuration dialog. It is recommended to save a backup of the current BSP in case you need to revert. After changing the version click the regenerate BSP sources button. Then clean and rebuild the project. If any configuration changed between BSP version they may not have been taken into consideration the first time. To fix this, after regenerating the BSP re-open the configuration dialog to take care of new/changed configurations.

...