Forum Discussion

SDabh1's avatar
SDabh1
Icon for New Contributor rankNew Contributor
6 years ago

Debug server failing with "The script file ( device_browser.py ) failed during execution: See the error log for more information."

Hello All,

I have question regarding debug server on eclipse.

I am trying to run simple "Hello World" for ARM compiler bare-metal. For this I am following the guide "https://people.ece.cornell.edu/land/courses/ece5760/DE1_SOC/ug_soc_eds.pdf"

This pdf has a section for "Getting Started with ARM Compiler Bare-Metal Project Management"

Everything is going well but when I am trying to run debug configuration(debug_server) it fails with errror "The script file ( device_browser.py ) failed during execution: See the error log for more information." It is not able to find the JTAG connection (USB Blaster II). If I run the

"./jtagconfig" command I am able to find the JTAG.

I have attached screenshot.

I would be really grateful if anyone can help me with this error.

Thank you.

2 Replies

  • Hi,

    Is this error pops up after you did the following?:

    • Select target to be Altera > Cyclone V SoC (Dual Core) > Bare Metal Debug > Debug Cortex-A9_0 and Target Connection to be USB-Blaster.
    • Click the Connection > Browse Button to select the connection to the target board.

    Possible solution: Before running eclipse, you must set the system variables QUARTUS_ROOTDIR and LD_LIBRARY_PATH.

    Let me know if you need more help.

    Regards.

  • Hi Team,

    I am working on APOLLO AGILEX SOM BOARD using ARM Development Studio IDE Version: 2024.0, I am trying to develop a bare metal program during the debugger configuration I am facing this issue

    In the environmental path I am missing the LD_LIBRARY_PATH how could I add it