Blinky App
cd workspace
Activate virtual env
source ./.venv/bin/activate
Build blinky app
cd zephyr/
west build -p always -b nucleo_l476rg ./samples/basic/blinky/
Flash blinky app on HW
west flash
NOTE: To flsh stm32 board, you need STM32_Programmer_CLI tool, install it from https://www.st.com/en/development-tools/stm32cubeprog.html and add STM32_Programmer_CLI bin location to PATH variable.
©2023-2024 rculock.com