Hello,
I'd like to connect to Rockchip RK3288 via J-Link BASE on Firefly RK3288 board, is it possible?
I saw J-Link support Cortex-A17 (after firmware v9.1), and my hardware verion is v9.4
Here is my JLinkGDBServer message in Ubuntu 16.04
Display All
And Here is my JLinkExe message in Ubuntu 16.04
Display All
I have no idea to fix it,
thank you.
I'd like to connect to Rockchip RK3288 via J-Link BASE on Firefly RK3288 board, is it possible?
I saw J-Link support Cortex-A17 (after firmware v9.1), and my hardware verion is v9.4
Here is my JLinkGDBServer message in Ubuntu 16.04
Shell-Script
- JLinkGDBServer -select USB -device Cortex-A17 -if JTAG -speed auto -noreset -noir
- SEGGER J-Link GDB Server V6.22g Command Line Version
- JLinkARM.dll V6.22g (DLL compiled Jan 17 2018 16:40:32)
- Command line: -select USB -device Cortex-A17 -if JTAG -speed auto -noreset -noir
- -----GDB Server start settings-----
- GDBInit file: none
- GDB Server Listening port: 2331
- SWO raw output listening port: 2332
- Terminal I/O port: 2333
- Accept remote connection: yes
- Generate logfile: off
- Verify download: off
- Init regs on start: off
- Silent mode: off
- Single run mode: off
- Target connection timeout: 0 ms
- ------J-Link related settings------
- J-Link Host interface: USB
- J-Link script: none
- J-Link settings file: none
- ------Target related settings------
- Target device: Cortex-A17
- Target interface: JTAG
- Target interface speed: auto
- Target endian: little
- Connecting to J-Link...
- J-Link is connected.
- Firmware: J-Link V9 compiled Jan 11 2018 11:06:30
- Hardware: V9.40
- S/N: 59409020
- Feature(s): RDI, GDB, FlashDL, FlashBP, JFlash
- Checking target voltage...
- Connecting to target failed. Connected correctly?
- GDB Server will be closed...
- Shutting down...
- Could not connect to target.
- Please check power, connection and settings.
And Here is my JLinkExe message in Ubuntu 16.04
Shell-Script
- $ ./JLinkExe
- SEGGER J-Link Commander V6.12j (Compiled Feb 15 2017 18:03:38)
- DLL version V6.12j, compiled Feb 15 2017 18:03:30
- Connecting to J-Link via USB...O.K.
- Firmware: J-Link V9 compiled Jan 11 2018 11:06:30
- Hardware version: V9.40
- S/N: 59409020
- License(s): RDI, GDB, FlashDL, FlashBP, JFlash
- VTref = 3.320V
- Type "connect" to establish a target connection, '?' for help
- J-Link>connect
- Please specify device / core. <Default>: CORTEX-A17
- Type '?' for selection dialog
- Device>
- Please specify target interface:
- J) JTAG (Default)
- S) SWD
- TIF>
- Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect
- JTAGConf>
- Specify target interface speed [kHz]. <Default>: 4000 kHz
- Speed>
- Device "CORTEX-A17" selected.
- TotalIRLen = 4, IRPrint = 0x01
- ARM AP[0]: 0x44770002, APB-AP
- ROMTbl 0 [0]: 00020003, CID: B105100D, PID:04-001BB4AD ROM Table
- ROMTbl 1 [0]: 00010003, CID: B105900D, PID:04-001BBC0D
- ROMTbl 1 [1]: 00011003, CID: B105900D, PID:04-001BB9AD
- ROMTbl 1 [2]: 00012003, CID: B105900D, PID:04-001BBC0D
- ROMTbl 1 [3]: 00013003, CID: B105900D, PID:04-001BB9AD
- ROMTbl 1 [4]: 00014003, CID: B105900D, PID:04-001BBC0D
- ROMTbl 1 [5]: 00015003, CID: B105900D, PID:04-001BB9AD
- ROMTbl 1 [6]: 00016003, CID: B105900D, PID:04-001BBC0D
- ROMTbl 1 [7]: 00017003, CID: B105900D, PID:04-001BB9AD
- ROMTbl 1 [8]: 00018003, CID: B105900D, PID:04-004BB906 ECT / CTI
- ROMTbl 1 [9]: 00019003, CID: B105900D, PID:04-004BB906 ECT / CTI
- ROMTbl 1 [10]: 0001A003, CID: B105900D, PID:04-004BB906 ECT / CTI
- ROMTbl 1 [11]: 0001B003, CID: B105900D, PID:04-004BB906 ECT / CTI
- ROMTbl 1 [12]: 0001C003, CID: B105900D, PID:04-001BB95C
- ROMTbl 1 [13]: 0001D003, CID: B105900D, PID:04-001BB95C
- ROMTbl 1 [14]: 0001E003, CID: B105900D, PID:04-001BB95C
- ROMTbl 1 [15]: 0001F003, CID: B105900D, PID:04-001BB95C
- ROMTbl 0 [4]: 00043003, CID: B105900D, PID:04-002BB908 CSTF
- ROMTbl 0 [5]: 00044003, CID: B105900D, PID:04-004BB906 ECT / CTI
- ROMTbl 0 [6]: 00045003, CID: B105F00D, PID:04-000BB101
- ROMTbl 0 [7]: 00046003, CID: B105900D, PID:04-004BB912 TPIU
- TotalIRLen = 4, IRPrint = 0x01
- ****** Error: Cortex-A/R-JTAG (connect): Could not determine address of core debug registers. Incorrect CoreSight ROM table in device?
- TotalIRLen = 4, IRPrint = 0x01
- TotalIRLen = 4, IRPrint = 0x01
- Cannot connect to target.
- J-Link>
I have no idea to fix it,
thank you.