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
ZUBoard ZU Board 1CG and Petalinux 2023.2
  • 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 4 replies
  • Subscribers 328 subscribers
  • Views 794 views
  • Users 0 members are here
  • ZU Board 1CG
  • Petalinux 2023.2
Related

ZU Board 1CG and Petalinux 2023.2

FerLara
FerLara over 1 year ago

Dear all,

I have a question regarding Petalinux 2023.2 and ZUBoard 1CG, both are compatible?? I was building a linux image using that petalinux version with the appropiated BSP (version 2023) downloaded from https://avnet.me/zedsupport and .xsa file designed for me with Vivado tool.

Although, an error appeared during petalinux-build command execution, that is, label or path not found: axi_iic_0. It is true that label is not found on my block design in Vivado, that error is provoked due to not define that device?

Thank you in advance.

Best Regard

  • Sign in to reply
  • Cancel
Parents
  • FCNewCo
    0 FCNewCo over 1 year ago

    Hi, I had to comment out the reference to axi_iic_0 in "project-spec/meta-avnet/recipes-bsp/device-tree/files/zub1cg-sbc/system-bsp.dtsi"  to be able to build petalinux.

    .....
    /*
    &axi_iic_0 {
      #address-cells = <1>;
      #size-cells = <0>;
      clock-frequency = <100000>;

      stts22htr: stts22htr@3f {
        compatible = "st,stts22h";
        reg = <0x3f>;
      };
    };
    */
    .....

    Best Regards

    Filippo

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • FCNewCo
    0 FCNewCo over 1 year ago

    Hi, I had to comment out the reference to axi_iic_0 in "project-spec/meta-avnet/recipes-bsp/device-tree/files/zub1cg-sbc/system-bsp.dtsi"  to be able to build petalinux.

    .....
    /*
    &axi_iic_0 {
      #address-cells = <1>;
      #size-cells = <0>;
      clock-frequency = <100000>;

      stts22htr: stts22htr@3f {
        compatible = "st,stts22h";
        reg = <0x3f>;
      };
    };
    */
    .....

    Best Regards

    Filippo

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • FerLara
    0 FerLara over 1 year ago in reply to FCNewCo

    Hi Flippo,

    Thank you for your answer.

    I have another problem which is petalinux-build is executing several hours and never finishes, that is, the build execution is stop when 80-90% progress is comming.

    From my insight, it occurs when open_cv do_compile task is involved, I don't know if this could be the problem but open_cv library is not needed for my project. Although it is not selected with petalinux-config -c rootfs, open_cv keeps on executing.

    Would you know how to unselect open_cv?? it is strange this case.

    Best Regards,

    Fernando

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • FCNewCo
    0 FCNewCo over 1 year ago in reply to FerLara

    Hi Fernando,

    OpenCV building is very demanding in terms of RAM, are you building in a virtual machine ?

    Does it fail due to "fatal error: Killed signal...... "  ?

    I had to give 8GB of ram to the virtual machine to successfully build everything.

    Best Regards

    Filippo

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • FerLara
    0 FerLara over 1 year ago in reply to FCNewCo

    Hi Flippo,

    There is no error while petalinux-build is ongoing, just interrupted the progress around 80-90%. 

    Anyway, I could disable libraries which are not needed for me, like OpenCV through removing from a file regarding BSP when creating the petalinux project (petalinux-create), so that the petalinux-build could successfully terminate.

    On the other side, about RAM memory. I think that it is important to have 8 GB or even more to build everything without problems. Memory RAM assigned to my VM is 7773 MB (7.7 GB) which is almost 8 GB but it is not the case at all.

    Best Regards,

    Flippo

    • 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