Hello Nikla,
thanks for the explanation.
Official support for this Titan device is very welcome.
So far there were no problems with the internal flash programming.
The question just showed up with J-Link 5.10+ software because our scripts did not give the device in the expected order
and the "Unspecified" -> please select.. appeared, both with MB9DF125 and MB9EF226.
When beeing in
"C:\Program Files\SEGGER\JLink_V510c"
and running
|
Source code
|
1
2
3
4
5
6
|
JLink.exe
-If JTAG
-Speed 25000
-Device MB9DF126
-CommanderScript atlas_l.jlink
-JLinkScriptFile Samples\JFlash\ProjectFiles\Fujitsu\MB9DF126.JLinkScript
|
where the commander script is
|
Source code
|
1
|
loadbin sample.bin,0x01000000
|
This now triggers a IRPre/DRPre question:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SEGGER J-Link Commander V5.10c (Compiled Dec 4 2015 17:25:58)
DLL version V5.10c, compiled Dec 4 2015 17:25:20
Script 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 Ultra Rev.1 compiled Dec 3 2013 14:27:53
Hardware version: V1.00
S/N: 501200383
License(s): RDI, FlashBP, FlashDL, JFlash, GDB
Emulator has Trace capability
VTref = 4.588V
Target connection not established yet but required for command.
Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect
JTAGConf>
|
when adding the [code]Config 0,0[code] in first line of the commander script
i get the Device Selection message "The selected device "UNSPECIFIED" is unknown to this version of the J-Link software..".
What is the correct sequence to automatically conncet here?
Is there some equivalent command line option for the Config command?