Forrest logo
back to the pio tool

pio-boards:tldr:dfbb2

pio-boards: List only boards from installed platforms.
$ pio boards --installed
try on your machine

The command "pio boards --installed" is used in PlatformIO, an open-source ecosystem for IoT development. The command is used to list the installed development boards in the system.

When you execute the command "pio boards --installed" in the command-line interface, it will display a list of all the development boards that have been installed and are available for use in PlatformIO.

This command can be helpful if you want to check the available development boards in your system or if you need to choose a specific board for a project. It provides you with a convenient way to see the supported boards and their details, such as the board name, platform, and framework.

By running this command, you can easily identify the boards that are accessible in PlatformIO, enabling you to select the appropriate board for your IoT project.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool