Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
Comunicados
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.
573 Discussões

Agilex - i series debugging issue

HPS
Principiante
1.080 Visualizações

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 Respostas
Jeet14
Funcionário
966 Visualizações

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


Jeet14
Funcionário
856 Visualizações

Hi,


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


Regards

Tiwari


HPS
Principiante
848 Visualizações

Hi,

Still faceing the same issue.

 

Jeet14
Funcionário
767 Visualizações

Hi Anbu,


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


Regards

Tiwari


HPS
Principiante
759 Visualizações

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

Responder