02-04-2020 12:37 PM
Hello
I am using Petalinux 2019.1 and building a Microblaze application. I am NOT using a BSP, instead I am using my own custom hardwarefor a Kintex7 KC105 Evaluation kit.
When I am building the project and the tasks are executing it throws me an error saying that it is not able to find the do configure function in fs-boot_git.bb and has failed with exit code '1'. When I use the board BSP this problem doesn't show up.
My error is log is as below:
ERROR: fs-boot-2019.1+gitAUTOINC+26c14d9861-r0 do_configure: Function failed: do_configure (log file is located at /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/temp/log.do_configure.3389)
ERROR: Logfile of failure stored in: /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/temp/log.do_configure.3389
Log data follows:
| DEBUG: Executing shell function do_configure
| MISC_ARG is -hdf_type hdf -yamlconf /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/fsboot.yaml
| APP_ARG is -app "mba_fs_boot"
| Using xsct from: /home/elh/Desktop/petalinux/tools/xsct/bin/xsct
| cmd is: xsct -sdx -nodisp /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/fsboot.tcl -ws /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/build -pname fs-boot -rp /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/git -processor microblaze_0 -hdf /home/elh/Desktop/kcdma/build/tmp/deploy/images/plnx-microblazeel/Xilinx-plnx-microblazeel.hdf -arch 32 -app "mba_fs_boot" -hdf_type hdf -yamlconf /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/fsboot.yaml
| INFO: [Hsi 55-1698] elapsed time for repository loading 0 seconds
| /home/elh/Desktop/petalinux/tools/xsct/gnu/microblaze/lin
| ERROR: [Common 17-55] 'get_property' expects at least one object.
| Resolution: If [get_<value>] was used to populate the object, check to make sure this command returns at least one valid object.
| ERROR: [Hsi 55-1545] Problem running tcl command swapp_mba_fs_boot::swapp_generate : ERROR: [Common 17-55] 'get_property' expects at least one object.
| Resolution: If [get_<value>] was used to populate the object, check to make sure this command returns at least one valid object.
|
| while executing
| "common::get_property IP_NAME [get_cells -hier $instance]"
| (procedure "get_ipname" line 2)
| invoked from within
| "get_ipname $mem"
| (procedure "get_eram_config" line 5)
| invoked from within
| "get_eram_config $fid"
| (procedure "swapp_mba_fs_boot::swapp_generate" line 5)
| invoked from within
| "swapp_mba_fs_boot::swapp_generate"
| ERROR: [Hsi 55-1438] Error running generate_app.
| Failed to generate app mba_fs_boot
| while executing
| "error "Failed to generate app $params(app)""
| invoked from within
| "if { [catch {hsi generate_app -dir $project} res] } {
| error "Failed to generate app $params(app)"
| }"
| (file "/home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/fsboot.tcl" line 36)
| WARNING: /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/temp/run.do_configure.3389:1 exit 1 from 'eval xsct -sdx -nodisp /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/fsboot.tcl -ws /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/build -pname fs-boot -rp /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/git -processor microblaze_0 -hdf /home/elh/Desktop/kcdma/build/tmp/deploy/images/plnx-microblazeel/Xilinx-plnx-microblazeel.hdf -arch 32 ${APP_ARG} ${MISC_ARG}'
| ERROR: Function failed: do_configure (log file is located at /home/elh/Desktop/kcdma/build/tmp/work/plnx_microblazeel-xilinx-linux/fs-boot/2019.1+gitAUTOINC+26c14d9861-r0/temp/log.do_configure.3389)
ERROR: Task (/home/elh/Desktop/petalinux/components/yocto/source/microblaze_full/layers/meta-xilinx-tools/recipes-bsp/fsboot/fs-boot_git.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2875 tasks of which 2166 didn't need to be rerun and 1 failed.
Any help would be great!!
Any help would be great!
02-05-2020 03:51 PM
I have solved the problem by reinstalling Petalinux. There are no fsboot or auto-generated errors now.
02-05-2020 03:51 PM
I have solved the problem by reinstalling Petalinux. There are no fsboot or auto-generated errors now.