Launch the BSP Assistant
There are numerous ways to launch the BSP Assistant, depending on how you choose to use the various tools in ModusToolbox™ software.
Stand-alone GUI
You can launch the BSP Assistant as a stand-alone GUI by running its executable as applicable for your operating system (for example, select it using the Windows
Start
menu or macOS Finder). By default, it is installed here:
<install_dir>/ModusToolbox/tools_<version>/bsp-assistant-<version>
When you launch the GUI this way, it first loads the technology packs, tools information, and manifest data. Once that's done, the BSP Assistant opens without a BSP. You can then either open an existing BSP or create a new one.

From Dashboard
You can open the BSP Assistant GUI tool in stand-alone mode from the ModusToolbox™ Dashboard. Refer to the
Dashboard user guide
for more details.
GUI command-line options
You can open the BSP Assistant GUI tool in stand-alone mode from the command line using:
$ bsp-assistant
You also have the choice to add optional arguments, for example:
$ bsp-assistant --bsploc <bsp-location>
In this example, the BSP Assistant GUI tool opens with a specified BSP. The
--bsploc
option is used to specify a directory containing an existing BSP to load. For more information about the command-line options, run the executable using the
-h
option.
GUI from application
If you already have a ModusToolbox™ application, you can open its active BSP from a make command or from VS Code and Eclipse.
When you open a BSP from an application, the device-db is locked to the version that was available when the application was created. If you want newer devices not available in the device-db, you will need to update it using the Library Manager.