This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5 Community Edition bare metal debugging ?

Hello,

Is it possible to use Community Edition Licence to connect to developement board, load image and do some bare metal debugging stuff ? (no Linux kernel, just pure application).

Will it work in following enviroment ?

IDE: Intel SoC EDS (DS-5 included)

Toolchain: arm-none-eabi-gcc

Board: DE0 Nano SoC

Connection: USB Blaster

In DS-5 Community Edition Product Overview we can find:

"DS-5 Debugger, a graphical debugger supporting software development on ARM processor-based targets and Fixed Virtual Platform (FVP) targets.. It makes it easy to debug bare-metal and Linux applications with comprehensive and intuitive views, including synchronized source and disassembly, call stack, memory, registers, expressions, variables, threads, and breakpoints. "

Im I right ?

Best,

Ernest

Parents
  • Hi Ernest,

    DS-5 Community Edition is intended as "...This is a lightweight free edition with essential debug and system analysis tools. Ideal for development of C/C++ Linux applications, performance analysis of Linux/Android  applications, and bare-metal C/C++ development using the Armv8-A Foundation Model."

    You can find more about the different DS-5 editions at

    https://developer.arm.com/tools-and-software/embedded/legacy-tools/ds-5-development-studio/editions

    So if you have just downloaded DS-5 Community Edition from Arm then you cannot do what you wish, it is not supported.

    However, if you have an appropriately-licensed version of the Intel SoC EDS DS-5 edn then what you are trying to do may work, as the DE0 Nano SoC is based around a  Cyclone V device which is what the Intel SoC EDS with DS-5 is intended for use with.

    But as it's an Intel-supplied package then you need to contact Intel for support.

    Hope that helps ?

    Regards,

    Stuart

Reply
  • Hi Ernest,

    DS-5 Community Edition is intended as "...This is a lightweight free edition with essential debug and system analysis tools. Ideal for development of C/C++ Linux applications, performance analysis of Linux/Android  applications, and bare-metal C/C++ development using the Armv8-A Foundation Model."

    You can find more about the different DS-5 editions at

    https://developer.arm.com/tools-and-software/embedded/legacy-tools/ds-5-development-studio/editions

    So if you have just downloaded DS-5 Community Edition from Arm then you cannot do what you wish, it is not supported.

    However, if you have an appropriately-licensed version of the Intel SoC EDS DS-5 edn then what you are trying to do may work, as the DE0 Nano SoC is based around a  Cyclone V device which is what the Intel SoC EDS with DS-5 is intended for use with.

    But as it's an Intel-supplied package then you need to contact Intel for support.

    Hope that helps ?

    Regards,

    Stuart

Children