-
-
Save argrento/73a8ead6f14e236fd9e318f19f2c1c52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⇒ west flash --runner jlink --device NRF52832_XXAA | |
-- west flash: rebuilding | |
ninja: no work to do. | |
-- west flash: using runner jlink | |
WARNING: Runner jlink is not configured for use with nrf52832_mdk, this may not work | |
-- runners.jlink: Flashing file: /home/argz/Development/zephyrproject/zephyr/samples/basic/blinky/build/zephyr/zephyr.bin | |
SEGGER J-Link Commander V6.54c (Compiled Nov 7 2019 17:05:53) | |
DLL version V6.54c, compiled Nov 7 2019 17:05:41 | |
J-Link Command File read successfully. | |
Processing script file... | |
J-Link connection not established yet but required for command. | |
Connecting to J-Link via USB...O.K. | |
Firmware: J-Link V9 compiled Jun 2 2222 22:22:22 | |
Hardware version: V9.40 | |
S/N: 59401308 | |
License(s): GDB, RDI, FlashBP, FlashDL, JFlash, RDDI | |
VTref=3.280V | |
Target connection not established yet but required for command. | |
Device "NRF52832_XXAA" selected. | |
Connecting to target via SWD | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
****** Error: Could not find core in Coresight setup | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
Cannot connect to target. | |
Target connection not established yet but required for command. | |
Device "NRF52832_XXAA" selected. | |
Connecting to target via SWD | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
Cannot connect to target. | |
Target connection not established yet but required for command. | |
Device "NRF52832_XXAA" selected. | |
Connecting to target via SWD | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
InitTarget() start | |
InitTarget() end | |
Found SW-DP with ID 0x2BA01477 | |
Scanning AP map to find all available APs | |
AP[0]: Stopped AP scan as end of AP map has been reached | |
Iterating through AP map to find AHB-AP to use | |
Cannot connect to target. | |
Script processing completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment