Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpha1125/6d84febe0d23da22cb5b17e8d09e8a9d to your computer and use it in GitHub Desktop.
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
$ 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