Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Agilex - i series debugging issue

HPS
Beginner
1,066 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
5 Replies
Jeet14
Employee
952 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
842 Views

Hi,


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


Regards

Tiwari


0 Kudos
HPS
Beginner
834 Views

Hi,

Still faceing the same issue.

 

0 Kudos
Jeet14
Employee
753 Views

Hi Anbu,


Can you please share the snapshot of the debug configurations used in ARM DS?


Regards

Tiwari


0 Kudos
HPS
Beginner
745 Views

Hi,

Please find the attached image for your reference and also i have mentioned the execute debugger commands below.

 

interrupt
restore "/home/anbu/Agilex-I-series_boot/u-boot-socfpga/spl/u-boot-spl-dtb.bin" binary 0xFFE00000
loadfile "/home/anbu/Agilex-I-series_boot/u-boot-socfpga/spl/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 "/home/anbu/Agilex-I-series_boot/u-boot-socfpga/u-boot.itb" binary 0x2000000
continue

0 Kudos
Reply