Commit dd4bd3e
boards: amd: mbv32: update the board cmake to use xsdb runner
Update the board cmake to use xsdb runner, If users would like to
use default xsdb.cfg then need to pass the bitstream via
--bitstream option when using west flash or twister commands.
Usage:
1) west flash --runner xsdb --elf-file mbv32/zephyr/zephyr.elf
--bitstream <path>/system.bit
2) ./scripts/twister -p mbv32 --west-runner xsdb --device-testing
--device-serial /dev/ttyUSB0 --west-flash="--bitstream=<path>/system.bit"
Signed-off-by: Appana Durga Kedareswara rao <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: zephyrproject-rtos/zephyr#80379
State: waiting1 parent 93794b7 commit dd4bd3e
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments