- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please let me know if you have any question on this?
Regards
Tiwari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page