Forum Discussion

HPS's avatar
HPS
Icon for New Contributor rankNew Contributor
2 years ago

Agilex - 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 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

5 Replies

  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    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's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,


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


    Regards

    Tiwari


    • HPS's avatar
      HPS
      Icon for New Contributor rankNew Contributor

      Hi,

      Still faceing the same issue.

  • Jeet14's avatar
    Jeet14
    Icon for Frequent Contributor rankFrequent Contributor

    Hi Anbu,


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


    Regards

    Tiwari


    • HPS's avatar
      HPS
      Icon for New Contributor rankNew 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