Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 12:32:24 00:32


Login with username, password and session length


Pages: 1 2 3 4 5 6 7 8 [9]
Print
Author Topic: JLink V8  (Read 190085 times)
0 Members and 2 Guests are viewing this topic.
zelea2
Junior Member
**
Offline Offline

Posts: 51

Thank You
-Given: 8
-Receive: 182


« Reply #200 on: May 10, 2023, 09:34:42 09:34 »

You don't need to patch the Jlink PC software. Just put the proper license strings in the probe and use a serial number which isn't banned.
You can read how to do this here: http://uglyduck.vajn.icu/ep/archive/2019/05/Unbricking_a_SEGGER_J_Link_v9_debug_probe.html
Logged
yahoo
Active Member
***
Offline Offline

Posts: 158

Thank You
-Given: 56
-Receive: 98


« Reply #201 on: May 10, 2023, 12:30:27 12:30 »

I don't have yet V9 to experiment but from the upper link I see one huge problem. There is RSA signature of the cpu id (and maybe including the serial number) storred in the firmware which can be verified with a public key in the Segger software, and there is no way to recalculate a new one in the V9 device without knowing the private key used to calculate the signature. So, I prefer to patch the Segger software (taking me no more than 1-2 minutes) instead of trying to guess if the next version will verify this signature or not. Tnx for the link anyway. There is enough information what was done and options to avoid the traps.
Logged
Kombinator
Junior Member
**
Offline Offline

Posts: 82

Thank You
-Given: 38
-Receive: 32



« Reply #202 on: May 10, 2023, 01:34:30 13:34 »

For the latest JLink_Windows_V788a_x86_64.exe the file JLink_x64.dll fix is at offset 0xC81D4: 90 90 90 90 90.
I just ordered V9 clone from aliexpress to replace my old JLINK and it will arrive by the end of the month. Is there somebody using V9 and can confirm this patch is good for V9?
J-Link V9  HVersion: V9.60
Read OK
« Last Edit: May 11, 2023, 02:46:48 02:46 by Kombinator » Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #203 on: May 11, 2023, 03:58:57 15:58 »

lol software updated.
now V788b
offset : xx0c8444
« Last Edit: May 12, 2023, 10:37:58 10:37 by pickit2 » Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
zelea2
Junior Member
**
Offline Offline

Posts: 51

Thank You
-Given: 8
-Receive: 182


« Reply #204 on: May 17, 2023, 04:58:56 16:58 »

I don't have yet V9 to experiment but from the upper link I see one huge problem. There is RSA signature of the cpu id (and maybe including the serial number) storred in the firmware which can be verified with a public key in the Segger software, and there is no way to recalculate a new one in the V9 device without knowing the private key used to calculate the signature.
That is true but the only time the signature is verified is when you alter the license strings in the JLink probe via USB. When you just store them in the STM32 memory via SwD no check is performed and neither the code or the licenses are checksum-ed.
Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #205 on: May 17, 2023, 07:00:56 19:00 »

That is true but the only time the signature is verified is when you alter the license strings in the JLink probe via USB. When you just store them in the STM32 memory via SwD no check is performed and neither the code or the licenses are checksum-ed.
I tried to update the Licence number via usb, on my clone but it failed. put on backburner till my feind returns my genuine Jlink

Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
HULK69
Newbie
*
Offline Offline

Posts: 21

Thank You
-Given: 25
-Receive: 25


« Reply #206 on: July 24, 2023, 08:22:39 20:22 »

Here is a mirror of the Jlink edu keygen
Logged
ur63
Junior Member
**
Offline Offline

Posts: 75

Thank You
-Given: 1534
-Receive: 72


« Reply #207 on: July 25, 2023, 10:40:12 10:40 »

Jlink edu keygen

Is it correctly summarized, that this keygen enables functionalities normally not available with JLink EDU (RDI, FlashBP, Flashdownload, J-Flash)?
« Last Edit: July 25, 2023, 10:47:49 10:47 by ur63 » Logged
HULK69
Newbie
*
Offline Offline

Posts: 21

Thank You
-Given: 25
-Receive: 25


« Reply #208 on: July 25, 2023, 03:56:04 15:56 »



Yes you can do all of that but i personnally only use it for Jflash
Logged
Pegote
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 0
-Receive: 0


« Reply #209 on: September 24, 2023, 06:09:30 18:09 »

Hi Guys,

I just got a Jlink v9 V9.4 ARM from Aliexpress for 23€ but I can not make it work with my target, a Nordic nrf53 CPU.

Jlink PCB is marked as v9.44, Jlink MCU is ARM 32F205

I installed Jlink v7.88a and patched the Jlink_x64.dll @000C81D4 with 90 90 90 90 90.

But after all I get the following error:

Code:
Connecting ...
 - Connecting via USB to probe/ programmer device 0
 - Probe/ Programmer firmware: J-Link V9 compiled May  7 2021 16:26:12
 - Probe/ Programmer S/N: 69------ (hidden on purpose)
 - Device "NRF5340_XXAA_APP" selected.
 - Target interface speed: 500 kHz (Fixed)
 - VTarget = 3.288V
 - ConfigTargetSettings() start
 - ConfigTargetSettings() end - Took 4us
 - InitTarget() start
 - InitTarget() end - Took 98.0ms
 - ConfigTargetSettings() start
 - ConfigTargetSettings() end - Took 5us
 - InitTarget() start
 - InitTarget() end - Took 10.2ms
 - ERROR: Failed to connect.
Could not establish a connection to target.

It is not a config or JTAG cable problem, because I have another original J-link EDU that works just fine.

Could you please help me to make this J-link clone to work?

Thanks in advance


Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #210 on: September 24, 2023, 06:49:20 18:49 »

Why are you using V-788a when there is newer version. ?
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
Pegote
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 0
-Receive: 0


« Reply #211 on: September 24, 2023, 07:02:14 19:02 »

I found the solution to my problem, it was the jumper inside the jlink clone. I put it as the picture, leaving the 3 pins open, and now it works fine.

I just installed the latest jlink v792f and works all fine without patching the dll.

PS: Which are the newest jlink dll patch instructions?

As per this thread, newest is v788b, isn't?

JLink_x64.dll
V788b   0xC8444
V788a   0xC81D4    
v782c   0xB3D6D     e8 7e 85 ff ff  ->  90 90 90 90 90
v770    0xCC238     e8 53 87 ff ff  ->  90 90 90 90 90
« Last Edit: September 24, 2023, 07:24:51 19:24 by Pegote » Logged
Ahmad_k
SCG Moderator
Hero Member
*****
Offline Offline

Posts: 747

Thank You
-Given: 169
-Receive: 1288



« Reply #212 on: September 25, 2023, 06:50:02 06:50 »

Hi Guys,

I just got a Jlink v9 V9.4 ARM from Aliexpress for 23€ but I can not make it work with my target, a Nordic nrf53 CPU.

Jlink PCB is marked as v9.44, Jlink MCU is ARM 32F205


You can convert any v9 clone to genuine without patching jlink dll.

check this http://www.sonsivri.to/forum/index.php?topic=67554.msg206029#msg206029
Logged
avrlover
Active Member
***
Offline Offline

Posts: 114

Thank You
-Given: 50
-Receive: 215


« Reply #213 on: January 25, 2024, 03:46:20 15:46 »

can any one patch  latest j-link  software ie patch  both JLink_x64.dll
JLinkARM.dll 
Logged
Pages: 1 2 3 4 5 6 7 8 [9]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC