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
ZedBoard Hardware Design Programming QSPI Without SD card
  • 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 354 subscribers
  • Views 771 views
  • Users 0 members are here
Related

Programming QSPI Without SD card

Former Member
Former Member over 12 years ago

Hi,

I am trying to program the QSPI without using the SD card. I am aware that I can use JTAG and I want to; however, in the boot guide 14.1 doc, it states to still use the SD to load BOOT.BIN.

Programming the QSPI via SD is really simple (fatload then sf write) and all you need is BOOT.BIN, zImage, ramdisk.image.gz, and devicetree.dtb.

Can someone outline how to program the QSPI via JTAG or USB using the same programming approach as SD (not having to use the SDK)?

  • Sign in to reply
  • Cancel
  • bhfletcher
    0 bhfletcher over 12 years ago

    When you say JTAG, are you OK using iMPACT?

    Bryan

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

    I'm not sure what iMPACT is off hand. I'm just looking for an option to program the flash without using SD at all. *If there is one

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bhfletcher
    0 bhfletcher over 12 years ago

    iMPACT is Xilinx' JTAG configuration tool which traditionally was used to configure FPGAs but has now also been adapted to programming Flash attached to Xilinx devices. You get it with an ISE tool install, or you can install the Lab Tools version. Go to this URL and browse down the page for the Lab Tools.

      http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html

     

    SDK can also program the Flash, and this is probably the easiest way to do things in development. You mention in your original post that you don't want to use SDK. Is that right?

     

    Bryan

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

    Basically, I read that to program the QSPI via JTAG you have to use the SDK and the SD card. You only need the SD card to load BOOT.BIN and then once up and running, you can push everything over with JTAG.

    For my situation, I can bring up the board with the SD card once, but then I have to disable the SD slot afterwards -- leaving no way to reprogram the flash. I really like how via the SD slot you can push over the BOOT.BIN, Kernel, FS, and devicetree separately and not have it combined it in a .mcs file because I am constantly changing my filesystem and updating the Zedboard is simple when the objects are separated liked this. I also had to change where the boot loader expects the files located in memory addresses because i had to make more room for my filesystem.

    So assuming I can stop the loader and access the zed-boot menu, I am looking for a way to fatload files into RAM and sf write them into QSPI. Is there a way to push these files individually or is the only option over JTAG by mcs format?

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

    Hi pkaye,

    I just wanted to clear something up that is not clear from the thread here.  Are you running Linux on your ZedBoard?  If so, you can FTP the desired QSPI components to the Root File System and then write those files to the MTD partitions with the flashcp command.  We are doing this today for MicroZed and there is a reference design tutorial posted that covers the MTD write process.

    If you are not running Linux, do you have access to Ethernet?  If so, you can TFTP files into memory first and then "sf write" like you are used to. 

    Take a look at this Wiki page to see how this is done on other Zynq target boards for PL reconfig.

    http://www.wiki.xilinx.com/Zynq+AP+SoC+-+Programmable+Logic+Configuration+via+Ethernet

    Regards,

    -Kevin

    • 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