Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BeagleBone Black support #166

Open
gsmcmullin opened this issue Oct 26, 2016 · 1 comment
Open

BeagleBone Black support #166

gsmcmullin opened this issue Oct 26, 2016 · 1 comment
Assignees
Labels
Enhancement General project improvement New Target New debug target
Milestone

Comments

@gsmcmullin
Copy link
Contributor

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.

@gsmcmullin gsmcmullin added the Enhancement General project improvement label Oct 26, 2016
@gsmcmullin
Copy link
Contributor Author

@dragonmux dragonmux added this to the v2.0 release milestone Sep 28, 2023
@dragonmux dragonmux added the New Target New debug target label Sep 28, 2023
@dragonmux dragonmux self-assigned this Oct 31, 2023
@dragonmux dragonmux modified the milestones: v2.0 release, v2.1 release Nov 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Enhancement General project improvement New Target New debug target
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants