Commands
onmcu list-boards
List the boards available to your OnMCU account.
Run list-boards to see the board names you can pass to onmcu run:
onmcu list-boardsThe command prints the board part number, MCU part number, and manufacturer for each board available to the authenticated account.
Available Boards:
Board MPN MCU MPN Manufacturer
---------------------------------------------------------------------------
NUCLEO-H743ZI STM32H743ZIT6 STMicroelectronicsPass the value from the Board MPN column to onmcu run --board.
Use an environment credential
export ONMCU_API_KEY='your-api-key'
onmcu list-boards --api-key-from-envTo query another controller, place the global --config option before the command:
onmcu --config ./onmcu.toml list-boardsThe list depends on your account and can change. Run the command instead of copying the list from this page.