Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Jlink #15

Open
jerome-pouiller opened this issue Jul 1, 2024 · 0 comments
Open

Add support for Jlink #15

jerome-pouiller opened this issue Jul 1, 2024 · 0 comments

Comments

@jerome-pouiller
Copy link
Contributor

diff --git i/boards/arm/siwg917_brd4338a/board.cmake w/boards/arm/siwg917_brd4338a/board.cmake
index 745dd50f245..de5ac75cd7f 100644
--- i/boards/arm/siwg917_brd4338a/board.cmake
+++ w/boards/arm/siwg917_brd4338a/board.cmake
@@ -2,5 +2,8 @@
 #
 # SPDX-License-Identifier: Apache-2.0

+board_runner_args(jlink "--device=SI917" "--speed=4000")
+include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
+
 board_runner_args(silabs_commander "--device=SiWG917M612LGTAA")
 include(${ZEPHYR_BASE}/boards/common/silabs_commander.board.cmake)

JLink must contains JLinkDevices.xml from commander

Then west attach will work. However west flash and west debug do not work yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant