unable to debug uboot in arria10 soc
Hello
We tried using board design example available "A10_FPGA_to_HPS_Bridge_Design_Example" from "https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/soc/fpga-to-hps-bridges-design-example.html?language=en_US". As per the procedure we programmed the .sof file and opened the embedded command shell to open "eclipse". while building the project we got error stating that few headers are missing and thus we created header files using the embedded command shell using instruction "sopc-create-header-files hps_system.sopcinfo". After building again, we proceeded to debug the uboot as per the procedure. we came across the following error
WARNING(CMD399-COR168):
# in C:\Users\Badri_5745\Desktop\15jan\A10_FPGA_to_HPS_Bridge_Design_Example\A10_FPGA_to_HPS_Bridge_Design_Example\software\uboot_bsp_ext_cfg\uboot.ds:23 while executing: start
! Failed to start the target
! No function named "main" could be found
WARNING(CMD407): Trying the entry point insteadshould we have compiled the entire design and created the uboot from the handoff before using?please tell us what we are doing wrong. all the help is appriciated.