element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Using Xilinx Tools Forum petalinux-build fails on device tree generation
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 336 subscribers
  • Views 1396 views
  • Users 0 members are here
Related

petalinux-build fails on device tree generation

tico0001
tico0001 over 8 years ago
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)
  • Sign in to reply
  • Cancel
  • jafoste4
    0 jafoste4 over 8 years ago

    Hello Tico,

    Pelase take a look at issues 53-55 http://zedboard.org/content/microzed-chronicles

    Thank you,

    Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • tico0001
    0 tico0001 over 8 years ago in reply to jafoste4

    Thanks, Josh. I have read quite a few of those and It's nice to finally have a link of all the issues.

    Are you implying that the ONLY way to have petalinux running on the MicroZed is to follow the steps described on issue 53-55?

    Has anyone else ran into the error message I'm getting?

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube