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
    About the element14 Community
  • 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 Zedboard Newbie
  • 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 6 replies
  • Subscribers 366 subscribers
  • Views 499 views
  • Users 0 members are here
Related

Zedboard Newbie

go_er00
go_er00 over 10 years ago

Dear Sir:

     I am new to the Zedboard system.  I just purchased a Zynq-7000 EPP 7Z020 Zedboard kit, downloaded the ZynqSW_Online_v03 and began to do the labs.

     When I got to lab 5 and I began to do the memory test, I discovered that my program "hangs" when I get to the 8 bit test.

     This is what I see:
 
--Starting Memory Test Application--
NOTE: This application runs with D-Cache disabled.As a result, cacheline requests will not be generated
Testing memory region: ps7_ddr_0
    Memory Controller: ps7_ddr
         Base Address: 0x00100000
                 Size: 0x1ff00000 bytes
          32-bit test: PASSED!
          16-bit test: PASSED!
           8-bit test:

      Lab 4, Experiment 3, steps 5 and 6, mention the 8 bit test but do not go into detail about any changes which need to be made in the program setup. 

      Can someone please provide me with a remedy for this issue?
    

     

     

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

    Not sure what would cause this error if the lab was implemented correctly. You could load the 'solution' for that lab that is included in the archive to verify that your hardware setup is correct.

     

    Just a note. The free webpack version of Vivado 2014.4 has all of the capability of the Design Edition except for the Vivado Analyzer.

     

    -Gary

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

    Dear Gary;

         I found out why the program was "hanging" and I got the program to run correctly.   The source of the problem was memory "allocation"  (Lab 4, Experiment 3, Step 3).

         Although I got the program running, at this stage of development, the "absolute noobie level," one isn't certain whether the software was installed correctly or not.  There was a lot of software to install.  This was the absolute very first program run using I/O and there is a lot of uncertainty when the first program run is made. 

         To test whether the software is installed correctly or not, there were some lab solution files that were provided to the user.   The files were created in the *.LAUNCH format.  However, literature on how to use the *.LAUNCH format is not provided.  Of course, one could "theorize", guess, how to correctly import the file but this is not the same as knowing with certainty how to use the file.  I guessed on how to import the file, however, although the compiler did operate, what I saw on the program output was open to interpretation.  It is important to know how to "formally" use the *.LAUNCH lab solutions within the IDE. I may start a new thread if I encounter another problem.  If you happen to see another discussion about using the *.LAUNCH file, I just wanted you to understand the rationale of why this discussion is relevant.  Also, second question that will follow the how to use the *.LAUNCH file is, what are the limits of this file as a remedy (what pre-conditions are necessary for this file to operate correctly).

         I would like to thank you for your prior technical support.

         - Sincere Regards

                

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

    Dear Gary;

         I found out why the program was "hanging" and I got the program to run correctly.   The source of the problem was memory "allocation"  (Lab 4, Experiment 3, Step 3).

         Although I got the program running, at this stage of development, the "absolute noobie level," one isn't certain whether the software was installed correctly or not.  There was a lot of software to install.  This was the absolute very first program run using I/O and there is a lot of uncertainty when the first program run is made. 

         To test whether the software is installed correctly or not, there were some lab solution files that were provided to the user.   The files were created in the *.LAUNCH format.  However, literature on how to use the *.LAUNCH format is not provided.  Of course, one could "theorize", guess, how to correctly import the file but this is not the same as knowing with certainty how to use the file.  I guessed on how to import the file, however, although the compiler did operate, what I saw on the program output was open to interpretation.  It is important to know how to "formally" use the *.LAUNCH lab solutions within the IDE. I may start a new thread if I encounter another problem.  If you happen to see another discussion about using the *.LAUNCH file, I just wanted you to understand the rationale of why this discussion is relevant.  Also, second question that will follow the how to use the *.LAUNCH file is, what are the limits of this file as a remedy (what pre-conditions are necessary for this file to operate correctly).

         I would like to thank you for your prior technical support.

         - Sincere Regards

                

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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