foss-for-synopsys-dwc-arc-processors/openocd

question about ARC Tangent-A4 support?

atlanticpasha opened this issue · 2 comments

Hello, Is there ARC Tangent-A4 support? I need an example of a configuration file .

Hello.

As far as I know OSS tools are not supporting A4 cores. So we cannot help you with i210 hacking with free tools :)

BR,
Alexander

@atlanticpasha as @achuykov mentioned there's no official support of ARC processors prior ARC600 & ARC700 (which are the next gen after A4 IIRC) in OpenOCD. Though chances are there're a lot of similarities between ARC600/700 and A4 at least in terms of basic features and register set. So you may try to start from https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/blob/master/tcl/cpu/arc/arcompact.tcl and with trial & error try to see how far you may go.

Sorry for not really helping here much, though.