Hi,
I can't build petalinux for the MicroZed. I always get this error when it gets to the device tree generation. This error doesn't provide me with any clue as to what is wrong.
Any help would be greatly appreciated.
Thanks!
~F
ERROR: [Common 17-167] Type error
ERROR: [Common 17-39] 'rdi::col_lreplace' failed due to earlier errors.
ERROR: [Hsi 55-1545] Problem running tcl command ::sw_device_tree::post_generate : ERROR: [Common 17-39] 'rdi::col_lreplace' failed due to earlier errors.
while executing
"lreplace $all_drivers $first_occur_pos $first_occur_pos $console_element"
("foreach" body line 12)
invoked from within
"foreach drv_handle $all_drivers {
set alias_str [get_property CONFIG.dtg.alias $drv_handle]
if {[string match -nocase $alias_str "serial"]} {
i..."
(procedure "update_alias" line 25)
invoked from within
"update_alias $os_handle"
(procedure "::sw_device_tree::post_generate" line 3)
invoked from within
"::sw_device_tree::post_generate device_tree"
ERROR: [Hsi 55-1443] Error(s) while running TCL procedure post_generate()
generate_target failed
while executing
"error "generate_target failed""
invoked from within
"if {[catch {hsi generate_target -dir $project} res]} {
error "generate_target failed"
}"
(file "/home/petalinux/TESTPROJECT/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+11f81055d1-r0/dtge..." line 33)
WARNING: /home/petalinux/TESTPROJECT/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+11f81055d1-r0/temp/run.do_configure.17298:1 exit 1 from 'eval xsct /home/petalinux/TESTPROJECT/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+11f81055d1-r0/dtgen.tcl -ws /home/petalinux/TESTPROJECT/build/../components/plnx_workspace -pname device-tree-generation -rp /home/petalinux/TESTPROJECT/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+11f81055d1-r0/git -processor ps7_cortexa9_0 -hdf /home/petalinux/TESTPROJECT/build/tmp/deploy/images/plnx_arm/Xilinx-plnx_arm.hdf -arch 32 ${APP_ARG} ${MISC_ARG}'
ERROR: Function failed: do_configure (log file is located at /home/petalinux/TESTPROJECT/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/device-tree-generation/xilinx+gitAUTOINC+11f81055d1-r0/temp/log.do_configure.17298)