[SOLVED] Mediatek 6765 board (Cortex A53): "Could not power-up system power domain."

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

  • [SOLVED] Mediatek 6765 board (Cortex A53): "Could not power-up system power domain."

    Dear all,

    Would be grateful to get some insight on this. I'm trying to connect to the development board based on MTK (8xCortex A53) with J-Link EDU V11, getting the following output:

    Source Code

    1. SEGGER J-Link Commander V6.54 (Compiled Oct 28 2019 10:34:47)
    2. DLL version V6.54, compiled Oct 28 2019 10:34:34
    3. Connecting to J-Link via USB...O.K.
    4. Firmware: J-Link V11 compiled Aug 14 2019 16:21:09
    5. Hardware version: V11.00
    6. S/N: 261000881
    7. License(s): FlashBP, GDB
    8. OEM: SEGGER-EDU
    9. VTref=1.806V
    10. Type "connect" to establish a target connection, '?' for help
    11. J-Link>connect
    12. Please specify device / core. <Default>: CORTEX-A53
    13. Type '?' for selection dialog
    14. Device>CORTEX-A53
    15. Please specify target interface:
    16. J) JTAG (Default)
    17. S) SWD
    18. T) cJTAG
    19. TIF>J
    20. Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect
    21. JTAGConf>
    22. Specify target interface speed [kHz]. <Default>: 4000 kHz
    23. Speed>
    24. Device "CORTEX-A53" selected.
    25. Connecting to target via JTAG
    26. TotalIRLen = 4, IRPrint = 0x01
    27. JTAG chain detection found 1 devices:
    28. #0 Id: 0x4BA00477, IRLen: 04, CoreSight JTAG-DP
    29. DAP: Could not power-up system power domain.
    30. Scanning AP map
    31. AP scan stopped (IDR reports 0, end of AP map reached)
    32. TotalIRLen = 4, IRPrint = 0x01
    33. JTAG chain detection found 1 devices:
    34. #0 Id: 0x4BA00477, IRLen: 04, CoreSight JTAG-DP
    35. DAP: Could not power-up system power domain.
    36. Scanning AP map
    37. AP scan stopped (IDR reports 0, end of AP map reached)
    38. ****** Error: Could not determine APB-AP (debugging not possible)
    39. TotalIRLen = 4, IRPrint = 0x01
    40. JTAG chain detection found 1 devices:
    41. #0 Id: 0x4BA00477, IRLen: 04, CoreSight JTAG-DP
    42. DAP: Could not power-up system power domain.
    43. Scanning AP map
    44. AP scan stopped (IDR reports 0, end of AP map reached)
    45. TotalIRLen = 4, IRPrint = 0x01
    46. JTAG chain detection found 1 devices:
    47. #0 Id: 0x4BA00477, IRLen: 04, CoreSight JTAG-DP
    48. DAP: Could not power-up system power domain.
    49. Scanning AP map
    50. AP scan stopped (IDR reports 0, end of AP map reached)
    51. ****** Error: Could not determine APB-AP (debugging not possible)
    Display All



    Thanks in advance!
  • Hello,

    Thank you for your inquiry.
    The Mediatek 6765 is currently not supported by J-Link:
    segger.com/downloads/supported-devices.php

    As such chips are usually not designed to be debugged by a external debug probe but rather to have a Linux running on top of it there are currently no plans to add support for this particular device.
    However you can try to add support yourself. I assume that the error message comes from some targetspecific init steps needed before the core can be accessed.
    This can be done via JLinkScript files for example. How to use and create one is explained in the J-Link user guide UM08001.

    Please understand that we can't provide support in the creation of such a script file.

    Best regards,
    Nino
    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.
  • SEGGER - Nino wrote:

    Hello,

    Thank you for your inquiry.
    The Mediatek 6765 is currently not supported by J-Link:
    segger.com/downloads/supported-devices.php

    As such chips are usually not designed to be debugged by a external debug probe but rather to have a Linux running on top of it there are currently no plans to add support for this particular device.
    However you can try to add support yourself. I assume that the error message comes from some targetspecific init steps needed before the core can be accessed.
    This can be done via JLinkScript files for example. How to use and create one is explained in the J-Link user guide UM08001.

    Please understand that we can't provide support in the creation of such a script file.

    Best regards,
    Nino
    Thanks, that's all I wanted to know. Will look into JLinkScript documentation!