Skip to content

Commit

Permalink
boards: npcm400f: fix west flash cannot found image issue
Browse files Browse the repository at this point in the history
fix west flash cannot found image issue.

Signed-off-by: cpchiang <[email protected]>
  • Loading branch information
cpchiang committed Mar 19, 2024
1 parent f9b8495 commit 99d2ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/arm/npcm400f_evb/board.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# SPDX-License-Identifier: Apache-2.0

board_runner_args(jlink "--device=npcm400f" "--speed=4000")
board_runner_args(jlink "--bin-file=./build/zephyr/zephyr_signed.bin")
board_runner_args(jlink "--bin-file=./build/zephyr/${CONFIG_KERNEL_BIN_NAME}_signed.bin")
board_runner_args(jlink "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 comments on commit 99d2ee8

Please sign in to comment.