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

Agilex - i series debugging issue

HPS
Beginner
307 Views

Hi Intel,

I am currently using the Intel Agilex 7 FPGA I-Series Transceiver-SoC Development Kit with the device number AGIB027R31B1E1V (DK-SI-AGI027FA) for initializing Emmc and Ethernet for data transferring to emmc storage through TFTP

We have used SPL part in U-boot source code for initializing the pheriperals,but while debugging the code it stopped in EL2h mode and it shows error as below

WARNING(CMD452-COR167):

! Breakpoint 1 has benn pended

! No complilation unit matching”/home/anbu/Agilex-I-series_boot/u-boot-socfpga/arch/arm/mach-socfpga/spl_agilex.c” was found

 

WARNING(CMD315):Target is not running

"

Thanks & regards

Anbu

0 Kudos
3 Replies
Jeet14
Employee
193 Views

Hi,


Can you add these below in the Execute Debugger command in the Arm DS debug as config tab


interrupt

restore "u-boot-spl-dtb.bin" binary 0xFFE00000

loadfile "u-boot-spl"

core 1

set $PC = $ENTRYPOINT

core 2

set $PC = $ENTRYPOINT

core 3

set $PC = $ENTRYPOINT

core 0

set $PC = $ENTRYPOINT

thbreak board_boot_order

continue

wait

set spl_boot_list[0]=0

set $PC=$LR

restore "u-boot.itb" binary 0x2000000

continue


Regards

Tiwari


0 Kudos
Jeet14
Employee
83 Views

Hi,


Please let me know if you have any question on this?


Regards

Tiwari


0 Kudos
HPS
Beginner
75 Views

Hi,

Still faceing the same issue.

 

0 Kudos
Reply