You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BeagleBone black is a low cost board based on the TI AM335x Cortex-A8.
The existing support for Cortex-A in BMP should work with this core, except that the ADIv5 JTAG-DP is not directly exposed, it's hidden behind the 'ICEPICK Module'.
To expose the JTAG-DP on the scan chain:
the JTAG chain must be scanned to detect the ICEPICK
the ICEPICK must be configured to connect the JTAG-DP in the scan chain
the chain must be rescanned to detect the JTAG-DP
The fact that the topology of the scan chain changes dynamically is problematic. The current scan code in BMP resets the JTAG logic, which will disconnect the JTAG-DP. Some refactoring around JTAG scanning and reset abstraction will be needed before this support can be added.
The text was updated successfully, but these errors were encountered:
The BeagleBone black is a low cost board based on the TI AM335x Cortex-A8.
The existing support for Cortex-A in BMP should work with this core, except that the ADIv5 JTAG-DP is not directly exposed, it's hidden behind the 'ICEPICK Module'.
To expose the JTAG-DP on the scan chain:
The fact that the topology of the scan chain changes dynamically is problematic. The current scan code in BMP resets the JTAG logic, which will disconnect the JTAG-DP. Some refactoring around JTAG scanning and reset abstraction will be needed before this support can be added.
The text was updated successfully, but these errors were encountered: