Another way to open tools and configurators and update the application is to use the modus-shell bash terminal. Open this tool from the installation directory or by typing "modus-shell" in the Windows

Search

box.

As described in the

ModusToolbox™ tools package user guide

"ModusToolbox™ build system'' chapter, you can run numerous make commands in the application directory. These include launching tools and configurators. In the modus-shell terminal, navigate to the application or project directory containing the

Makefile

, and run a

make [tool-name]

command. For example:

cd mtw/example/Hello_World

make library-manager

For consistency, the

[tool-name]

is always the name of the tool file name on disk, such as library-manager, bsp-assistant, device-configurator, etc. You can view tool/configurator names by using the

make help

command.

When you open tools and configurators this way, they are opened in context with your application.