Beaglebone Black support?

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Beaglebone Black support?

    Hello

    Has anyone got a J-Link working with the TI AM3359 B3 (Rev A5A) board?

    I've modified the BeagleBoard script to check the correct ICEPick ID but it then fails with an ICEPICKCODE mismatch in the 'read ICEPICKCODE' section of _InitIcePick().

    Any help much appreciated.

    BR.
  • Hi,

    No need for any script at all...
    Just tell the J-Link DLL to which device you are connected to.
    For J-Link Commander, start it like this:

    Source Code

    1. JLink.exe -device AM3359 -if JTAG -speed 4000


    That's it.


    Best regards
    Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Good to hear.
    Btw: Same applies for GDBServer. All the DLL needs to know is what device it is connecting to.
    Then it can perform the special handling required for this particular device.


    - Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.