Ubuntu Zephyr Setup and Basic Usage
Follow the guide given by zephyr here
Build the Blinky with west build
, changing <your-board-name>
appropriately for your board:
cd ~/zephyrproject/zephyr
west build -p auto -b <your-board-name> samples/basic/blinky
Then flash the sample using west flash