Skip to end of banner
Go to start of banner

Failed to start OpenOCD

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Q (A Generic Error)

OpenOCD shows an error. Those errors are often cryptic and it is not possible to derive a solution out of the message. This page collects the possible issues behind.

A (Application Core not Running)

The most common issue of OpenOCD error messages originates from the fact, that the application core is not started. The text visible in the OpenOCD console is as follows:

Info : netx90.app: hardware has 0 breakpoints, 0 watchpoints
Info : netx90.comm: hardware has 6 breakpoints, 4 watchpoints

OR:

Info : netx90.app: hardware has 0 breakpoints, 0 watchpoints
Error: timed out while waiting for target halted

The issue, that the application core seems to have 0 breakpoints arises from the fact, that it is was not provided with a core clock signal.

Solution:

  1. Console mode or Alternative Boot Mode is active. The dip switches S400.5 and S400.6 should be in OFF position.
  2. The device has to be flashed properly with a set of binary images that match together. Usually the device has to have the following images flashed.
    HWC, FDL, NXI, NAI
    The HWC has an option under General Configuration where one is able to enable and disable the Application Core.
    The DC19XX and DC18XX chips need different HWCs.
    Optional device files are MWC, MXI, NXE, NAE


A (Device not reachable)

S701.1 Should be in the correct position. In OFF for JTAG via FTDI to USB or in ON for the MIPI20 Connector.

Error: Invalid ACK (7) in DAP response
Error: JTAG-DP STICKY ERROR
Error: Could not initialize the debug port
Error: An error occurred while setting up the scan chain
shutdown command invoked

JTAG connection can be checked via the Flasher tool of netX Studio. If the interface name romloader_jtag_netX90_COM@HXHX_90-JTAG is visible, the board is available.

If there is something readable wit (*MPW*) please contact hilscher support immediately.

A (Reset not working)


A (No Binary or *.elf available)


  • No labels