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 baremetal programming on picozed 7015/7030 (v1)
  • 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
  • Replies 6 replies
  • Subscribers 331 subscribers
  • Views 1310 views
  • Users 0 members are here
Related

baremetal programming on picozed 7015/7030 (v1)

openhacker
openhacker over 6 years ago

I'm following the tutorial in

Tutorial 2 -- First application - Hello world for Vivado 2016.4 (I got vivado 2016.4 so I can follow the tutorial verbatim)

 

It says:

8. Click Browse and select the System_wrapper.hdf file generated during the

Export process from Vivado. This will be included in the archive provided by the

hardware engineer. Or, if you are continuing from the first tutorial, you will find

it in a similar location as here:

C:\Avnet\MicroZed\Projects\MZ_Basic_System\MZ_Basic_System.sdk\

 

I didn't see (or know where to get) the "System_wrapper.hdf file.

 

So I got 2016.04 vivado.

I followed:

Tutorial 01 Build the Zynq Hardware Platform

for 2016.4

(since that's the newest one -- when I get something working, I'll move on to something newer)

 

On page 3, it lists a whole range of picozed boards from em.avnet.com.   I figured the process would be straightforward.

 

But attached is what I see (no picozed).

 

FWIW, I've been doing embedded work for 30 years ;-)   This is new for me (I have a client who wants me to do software work,

not hardware work).

 

I'm interested in getting my jtag adapter working -- but it seems I need a good "board description" to do anything.

 

marty

Attachments:
image
  • Sign in to reply
  • Cancel

Top Replies

  • openhacker
    openhacker over 6 years ago in reply to jafoste4 +1
    I generally don't use windows if I don't have to. I used 2016.4 since the tutorials targeted that (and their screen shots of some of the buttons were backwards) -- but I didn't have to guess and wonder…
Parents
  • jafoste4
    jafoste4 over 6 years ago

    Hi Martin,

     

    You need to install the PicoZed Board Definition Files. (Basically tells Vivado what hardware your targeting).

     

    To do so please follow this guide.

    Utra96-V2-Installing-Board-Definition-Files_v1_0_0.pdf

     


    Thanks,
    Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • openhacker
    openhacker over 6 years ago in reply to jafoste4

    ok, you pointed me in the right direction -- but the bdf you showed me doesn't have the picozed with V1 carrier...

     

    I ended using the board definitions in

    http://zedboard.org/sites/default/files/documentations/Avnet%20Zed%20Board%20Defnition%20Files_0.zip

     

    Followed the 2016.04 tutorials -- (in order to run the Xilinx 2016.4 sdk I had to run it on a ubuntu 14.04

    machine...the 16.04  I was using core dumped their eclipse).

     

    In order to  use the digilent jtag hs3 I had to install special rules in /etc/udev/rules.d (never saw anything about this

    in the docs I read -- found it in a digilent support forum).

     

    Such a complicated process to do very little!!

     

    marty

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jafoste4
    jafoste4 over 6 years ago in reply to openhacker

    Hi Marty,


    Sorry I didn't realize you were targeting the v1 FMC. What do you mean you had to run Xilinx 2016.4 SDK under ubuntu? Were you not able to install the SDK under windows?

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • openhacker
    openhacker over 6 years ago in reply to jafoste4

    I generally don't use windows if I don't have to.

     

    I used 2016.4 since the tutorials targeted that (and their screen shots of some of the buttons were backwards) -- but I didn't have to

    guess and wonder if there was "pilot error".  My next step is to try something more modern.

     

    But the SDK/Vivado wouldn't run on ubuntu 16.04 -- so I had a machine around which ran had ubuntu 14.04 and it ran the Xilinx tools...

     

    No idea what they're doing (they run a script to run a program to run eclipse -- eclipse runs by hand but not out their program [eclipse cored]).

     

    Anyway, I got something working which was my goal.

     

    Marty

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • openhacker
    openhacker over 6 years ago in reply to jafoste4

    I generally don't use windows if I don't have to.

     

    I used 2016.4 since the tutorials targeted that (and their screen shots of some of the buttons were backwards) -- but I didn't have to

    guess and wonder if there was "pilot error".  My next step is to try something more modern.

     

    But the SDK/Vivado wouldn't run on ubuntu 16.04 -- so I had a machine around which ran had ubuntu 14.04 and it ran the Xilinx tools...

     

    No idea what they're doing (they run a script to run a program to run eclipse -- eclipse runs by hand but not out their program [eclipse cored]).

     

    Anyway, I got something working which was my goal.

     

    Marty

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • 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 © 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