element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Yocto BSP
  • 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 13 replies
  • Subscribers 356 subscribers
  • Views 1596 views
  • Users 0 members are here
Related

Yocto BSP

Former Member
Former Member over 13 years ago

Is there any interest in a Yocto BSP for the zedboard? I can probably get a basic one together fairly easily, well if I can ever get a zedboard :)

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 13 years ago

    I see no reason why not ... Increasing hardware support for distro's is never a bad idea in my mind :D

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago

    That would be great.

    Increases options and avoids the need for porting software your self. Means we should be able to use the openembedded angstrom recipes.

    Means all the python code from raspberry pii can be run on a zedboard as a step up. Only problem is the cost (for general hobbiests ).

    Still surprised no one has targeted a programmable logic kit at high schools.If someone wanted to start a project for that I'd be happy to help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago

    Why does the index say there are more replies than I see here?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago

    I'm actually setting it up, so here's an overlay that adds support for Zedboard.

    https://github.com/milosoftware/meta-zynq

    Currently it builds u-boot and BOOT.bin (you'll need to have a FSBL binary to create BOOT.bin) and boots a rootfs from SD card.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    I am working my way through it now.  Are there any zedboard specific instructions/settings?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    Just ask if you have any questions...

    If you build "my-image" on the Zed, and (optionally) build the bitstream for the ADI framebuffer, you get a nice base image that fits in the internal flash.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    This evening I am getting git failures from Xilinx. Specifically U-Boot... Did something change.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    WARNING: Failed to fetch URL git://git.xilinx.com/u-boot-xarm.git;protocol=git, attempting MIRRORS if available
    ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
    Cloning into bare repository '/home/cah/Backup/Code/zedboard/meta-zynq/oe-core/build/downloads/git2/git.xilinx.com.u-boot-xarm.git'...

    fatal: The remote end hung up unexpectedly

    ERROR: Function failed: Fetcher failure for URL: 'git://git.xilinx.com/u-boot-xarm.git;protocol=git'. Unable to fetch URL from any source.
    ERROR: Logfile of failure stored in: /home/cah/Backup/Code/zedboard/meta-zynq/oe-core/build/tmp-eglibc/work/zynq_zc702-oe-linux-gnueabi/u-boot-zynq/xilinx-zc702-r1/temp/log.do_fetch.14282
    ERROR: Task 67 (/home/cah/Backup/Code/zedboard/meta-zynq/oe-core/meta-zynq/recipes-bsp/u-boot/u-boot-zynq_git.bb, do_fetch) failed with exit code '1'

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    It is up and running again.. (for now)
    While I am here your how to has a couple of tweeks I would make

    metz-zynq -> meta-zynq
    MACHINE = "zynq-zc702 -> MACHINE ?= "zynq-zc702
    Now clone the meta-zynq layer in the oe-core directory ->
    Which oe-core directory?  You have them nested.  Can you make it more clear?

    I note your bug on BOOT.BIN and just use ISE.  Can you go through a short procedure of producing the BOOT.BIN?  If nothing else can you link to the Xilinx documentation that spells it out?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Former Member

    Can you give a bit more context, I don't understand any of your questions/suggestions.

    Contact me by e-mail if you like, because it's a pain to post anything on this board, I don't visit it often...

    • 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 © 2026 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