This repository contains the following samples for the poodle-toy-v1 board:
- hello
- rgb
- songs
To build the hello sample:
west build --sysbuild -p -b poodle-toy-v1 helloTo build the songs sample:
west build --sysbuild -p -b poodle-toy-v1 songsTo build the rgb sample:
west build --sysbuild -p -b poodle-toy-v1 rgbConnect the board and flash the desired sample using /dev/ttyUSB0.
Note:
- Execute the flash command for the desired sample.
- Press the RESET button on the board to start the firmware update.
- A progress bar will be displayed, indicating the flashing progress.
- Once flashing is complete, press the RESET button again to start the sample.
To flash the hello sample:
west flash --domain hello --port /dev/ttyUSB0To flash the songs sample:
west flash --domain songs --port /dev/ttyUSB0To flash the rgb sample:
west flash --domain rgb --port /dev/ttyUSB0