Hi,
for my next project I do have a dual-core processor. The JTag Interface is in daisy chain and both cores are ARM926EJ-S which should be recognized by the JLink. My problem now is that I do not know how to debug the processors using the GDB server. As far as I understood, the jtagconf command should solve this.
Im using jtagconf 0 0 and jtagconf 4 1 as commands in my GDB file (ARM9 does have 4 as IRlen). Connecting to one processor seems to work but what I need is to be connected to both processors at the same time. For a previous project we've been using a ABATRON BDI2000 which supported this by having one port for each processor. Do I have the same possibilities here? Somehow?
Edit:
the ABATRON does have one IP Port for each processor to connect to (from Eclipse) and in the command shell interface you can select the core by using the select statement.
Thx
for my next project I do have a dual-core processor. The JTag Interface is in daisy chain and both cores are ARM926EJ-S which should be recognized by the JLink. My problem now is that I do not know how to debug the processors using the GDB server. As far as I understood, the jtagconf command should solve this.
Im using jtagconf 0 0 and jtagconf 4 1 as commands in my GDB file (ARM9 does have 4 as IRlen). Connecting to one processor seems to work but what I need is to be connected to both processors at the same time. For a previous project we've been using a ABATRON BDI2000 which supported this by having one port for each processor. Do I have the same possibilities here? Somehow?
Edit:
the ABATRON does have one IP Port for each processor to connect to (from Eclipse) and in the command shell interface you can select the core by using the select statement.
Thx
The post was edited 1 time, last by EmbDev ().