Skip to content

nrf53: nrf5340dk_nrf5340_cpunet not executing. #34483

Answered by jfischer-no
Mattemagikern asked this question in Q&A
Discussion options

You must be logged in to vote

You need to build and flash a cpuapp firmware with BOARD_ENABLE_CPUNET enabled:

west build samples/hello_world -b nrf5340dk_nrf5340_cpuapp -- -DCONFIG_BOARD_ENABLE_CPUNET
west flash
rm build -r
west build samples/hello_world -b nrf5340dk_nrf5340_cpunet && west flash

You should see cpuapp output on /dev/ttyACM2 and cpunet output on /dev/ttyACM0.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ioannisg
Comment options

ioannisg May 4, 2021
Collaborator

Answer selected by Mattemagikern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: nRF Nordic nRFx
3 participants
Converted from issue

This discussion was converted from issue #34469 on April 22, 2021 08:15.