Forum Discussion
HPS
New Contributor
1 year agoAgilex - i series debugging issue
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 tr...
Jeet14
Frequent Contributor
1 year agoHi Anbu,
Can you please share the snapshot of the debug configurations used in ARM DS?
Regards
Tiwari
- HPS1 year ago
New Contributor
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