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
Software Application Development compiling freeRTOS for microZed
  • 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 5 replies
  • Subscribers 329 subscribers
  • Views 565 views
  • Users 0 members are here
Related

compiling freeRTOS for microZed

Former Member
Former Member over 10 years ago

I can't find any starting point for compiling freeRTOS for microzed.

I have been working on ZYNQ for more than a year, but first time trying to get FreeRTOS on microZed. Is there any starting point/tutorial/documentation for FreeRTOS on microZed?

Thanks
BlueHatSoft Dev.

  • Sign in to reply
  • Cancel
  • zedhed
    0 zedhed over 10 years ago

    Hi bluehatsoft,

    I did some searching and have found that others are running FreeRTOS on ZedBoard so the steps to get that working should be very similar for MicroZed.

    http://forums.xilinx.com/t5/Embedded-Development-Tools/Where-is-Xilinx-FreeRTOS-for-Zynq-using-SDK-2014/td-p/535503

    Here are some additional resources that may be useful:

    http://www.wiki.xilinx.com/FreeRTOS

    http://www.freertos.org/RTOS-Xilinx-Zynq.html

    If you get this working, please share your results back with the community.

    Regards,

    -Kevin

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

    The main Zynq project in the FreeRTOS download uses the Xilinx SDK and comprises three projects - the hardware definition, the BSP generated from the hardware definition, and the application - so the application is decoupled from the hardware.  To move the application to a different hardware platform then you 'just' need to get the SDK to generate a BSP for that hardware platform, then link the application to the new BSP.  You may need to change the IO ports for the new hardware - for example, which IO an LED is connected to etc.

    In addition to the link already posted, the following link shows you how to get the SDK itself to generate a simply blinky demo for the Zynq (although the full demo on the previously posted link provides a more comprehensive example):
    http://www.freertos.org/RTOS-Xilinx-SDK-BSP.html

    Further, in about a week (hopefully less) or so we will be releasing a full FreeRTOS+TCP (http://www.FreeRTOS.org/tcp) and FreeRTOS+FAT (http://www.FreeRTOS.org/fat) demo for the Zynq.  This has FTP and basic HTTP functionality, and has been developed by my colleague on a microZed board, and I have been testing it on a ZC702 - so it is shipping with both hardware definitions.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 10 years ago

    Hi bluehatsoft,

    I almost forgot to mention that Adam Taylor had a few parts of the MicroZed Chronicles that showed how to get a simple FreeRTOS application up and running on MicroZed:

    http://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-MicroZed-Chronicles-Part-44-MicroZed-Operating/ba-p/499282

    Regards,

    -Kevin

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

    The FreeRTOS+TCP and FreeRTOS+FAT project for the Zynq has now been published.  It contains hardware designs for microZed as well as ZC702.

    http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCPIP_FAT_Examples_Xilinx_Zynq.html

    Support is available on the link below.  The same link can be used to provide constructive feedback - which is always gratefully received.
    http://www.freertos.org/FreeRTOS_Support_Forum_Archive/freertos_support_forum_archive_index.html

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

    I got the application working following the tutorial. 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