Created
May 8, 2020 00:17
-
-
Save alpha1125/6d84febe0d23da22cb5b17e8d09e8a9d to your computer and use it in GitHub Desktop.
JLINK, raspbian, raspberry pi. Issue with connecting segger JLINK (clone) to proxmark 3 easy
This file contains hidden or 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
$ sudo ./JLinkExe | |
SEGGER J-Link Commander V6.72b (Compiled May 4 2020 13:50:03) | |
DLL version V6.72b, compiled May 4 2020 13:49:44 | |
Connecting to J-Link via USB...O.K. | |
Firmware: J-Link ARM V8 compiled Dec 1 2009 11:42:48 | |
Hardware version: V8.00 | |
S/N: -1 | |
License(s): RDI,FlashDL,FlashBP,JFlash,GDB | |
VTref=3.267V | |
Type "connect" to establish a target connection, '?' for help | |
J-Link>exec device = AT91SAM7S512 | |
Device "AT91SAM7S512" selected. | |
J-Link>exec EnableFlashDL | |
J-Link>h | |
Target connection not established yet but required for command. | |
Please specify device / core. <Default>: AT91SAM7S512 | |
Type '?' for selection dialog | |
Device> | |
Please specify target interface: | |
J) JTAG (Default) | |
TIF>J | |
Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect | |
JTAGConf> | |
Specify target interface speed [kHz]. <Default>: 4000 kHz | |
Speed> | |
Device "AT91SAM7S512" selected. | |
Connecting to target via JTAG | |
TotalIRLen = ?, IRPrint = 0x..000000000000000000000001 | |
************************** | |
WARNING: RESET (pin 15) high, but should be low. Please check target hardware. | |
************************** | |
TotalIRLen = ?, IRPrint = 0x..000000000000000000000001 | |
TotalIRLen = ?, IRPrint = 0x..000000000000000000000001 | |
************************** | |
WARNING: RESET (pin 15) high, but should be low. Please check target hardware. | |
************************** | |
TotalIRLen = ?, IRPrint = 0x..000000000000000000000001 | |
Cannot connect to target. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment