Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
reference:programmable-logic:eclypse-z7:developing-software [2020/01/08 10:34] – [2.2. Environment Setup] Ana-Maria-Eliza Balasreference:programmable-logic:eclypse-z7:developing-software [2020/01/08 12:45] – [Developing User Space Software for Eclypse] Vicentiu Neagoe
Line 1: Line 1:
 ====== Developing User Space Software for Eclypse ====== ====== Developing User Space Software for Eclypse ======
- 
-//The flow that we will use for this is still under development. What is known about it is will be placed here as a placeholder.// 
  
 The demo that provided for the Zmods can be run from within SDK and maybe (as yet undecided) will be loaded into the image as a binary file in the intramfs. The following assumes that Xilinx SDK 2019.1 is used to run the demo. The demo that provided for the Zmods can be run from within SDK and maybe (as yet undecided) will be loaded into the image as a binary file in the intramfs. The following assumes that Xilinx SDK 2019.1 is used to run the demo.
Line 46: Line 44:
 === 2.2.1. Download the library === === 2.2.1. Download the library ===
   * Download (clone) the [[#delivery_structure|delivered sources]] to a specific location. This will be later used as Vivado SDK workspace location.   * Download (clone) the [[#delivery_structure|delivered sources]] to a specific location. This will be later used as Vivado SDK workspace location.
- +FIXME  
-<code>git clone https://git.digilentinc.com/digilent/eclypse_z7/eclypse_z7_sw.git -b demos/next</code>+<code>git clone --recursive https://git.digilentinc.com/digilent/eclypse_z7/eclypse_z7_sw.git -b demos/next</code>