Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems

DS5 Linux Debugging not working

AJama4
Beginner
850 Views

I have a licensed version of DS5. I am currently working on debugging a linux application on the De1-SoC board (Cortex A9). Although I am following the tutorial video (https://www.youtube.com/watch?v=ZcGQEjkYWOc ) but still when I press the debug button in the debug configuration window after filling all the required information: It says, 

" Unable to connect to Linux.

Reason:

Falied target configuration:

gdbserver excited unexpectedly, see the App Console for further information"

 

In the app console window; following appears;

Preparing the debug session

# cd "/home/root"

# export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"

# gdbserver :5001 "./Linux_test_program" 

gdbserver: command not found

#

 

It should be mentioned that I have an active remote connection via ssh to the board. The board has a running linux image with gdb server installed. Does anybody know where is the problem?

 

0 Kudos
1 Solution
EBERLAZARE_I_Intel
544 Views

Hi,

 

Firstly, I would recommend to do the debug locally without using SSH, meaning to use USB cable connection directly to your laptop/PC and the board?

 

Also just to check, are you using the 30-days license?

 

Regards.

View solution in original post

0 Kudos
1 Reply
EBERLAZARE_I_Intel
545 Views

Hi,

 

Firstly, I would recommend to do the debug locally without using SSH, meaning to use USB cable connection directly to your laptop/PC and the board?

 

Also just to check, are you using the 30-days license?

 

Regards.

0 Kudos
Reply