boards: nxp: frdm_mcxn947: use core argument to target CPU0
In future versions of Linkserver, specifying the core argument within the device string will not be supported. Therefore, move the FRDM MCXN947 board to specify the core directly instead of using the device string. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
ff13cb5adc
commit
5f3d584a2f
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
if(CONFIG_SOC_MCXN947_CPU0)
|
||||
board_runner_args(jlink "--device=MCXN947_M33_0" "--reset-after-load")
|
||||
board_runner_args(linkserver "--device=MCXN947:FRDM-MCXN947:cm33_core0")
|
||||
board_runner_args(linkserver "--device=MCXN947:FRDM-MCXN947")
|
||||
board_runner_args(linkserver "--core=cm33_core0")
|
||||
board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXN9xx_S.cfx")
|
||||
board_runner_args(linkserver "--override=/device/memory/1/location=0x10000000")
|
||||
# Linkserver v1.4.85 and earlier do not include the secure regions in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue