This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| firstexample:first_example_microzed_deploy [2021/12/28 15:14] – ursgraf | firstexample:first_example_microzed_deploy [2022/11/17 15:03] (current) – ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Deploying ====== | ====== Deploying ====== | ||
| <box green 100%> | <box green 100%> | ||
| - | As soon as you are done with your development, | + | As soon as you are done with your development, |
| </ | </ | ||
| - | The application | + | The application |
| ===== Step by Step Instructions ===== | ===== Step by Step Instructions ===== | ||
| - | - Set the jumpers on your MicroZed board as follows \\ {{ jtagboot.png? | ||
| - | - Cycle the power. The settings of the jumpers will be read only at power-on! Hence, make sure to cycle the supply power after changing the jumper settings. A soft reset (through the JTAG or by pressing the reset button on the board will reset the board but will not sample the boot mode pins connected to the jumpers. | ||
| - Create a deep project and setup the project configuration as given in [[first_example_microzed|Hello World on the Avnet MicroZed Board]]. | - Create a deep project and setup the project configuration as given in [[first_example_microzed|Hello World on the Avnet MicroZed Board]]. | ||
| - | - Choose a configuration for the FPGA part to be included into the resulting image. \\ {{ chooseplfile.png? | + | - Choose a configuration for the FPGA part to be included into the resulting image. \\ {{ chooseplfile.png? |
| - When creating the run configuration, | - When creating the run configuration, | ||
| - Running the configuration will create two flash files. Its location is given by the image file setting in the configuration. They carry the names // | - Running the configuration will create two flash files. Its location is given by the image file setting in the configuration. They carry the names // | ||
| - | - You have | + | - Now, you have to choose between using a SD card or the QSPI flash. |
| - | ==== Using the SD card ==== | + | |
| + | ==== Using the SD Card ==== | ||
| + | - Copy the above generated file // | ||
| + | - Set the jumpers on your MicroZed board as follows \\ {{ sdboot.png? | ||
| + | - Cycle the power. The settings of the jumpers will be read only at power-on! Hence, make sure to cycle the supply power after changing the jumper settings. A soft reset (through the JTAG or by pressing the reset button on the board) will reset the board but will not sample the boot mode pins connected to the jumpers. | ||
| - | ==== Using the QSPI flash ==== | + | ==== Using the QSPI Flash ==== |
| + | - Follow the steps given in [[firstexample: | ||
| + | - Set the jumpers on your MicroZed board as follows \\ {{ qspiboot.png? | ||
| + | - Cycle the power. The settings of the jumpers will be read only at power-on! Hence, make sure to cycle the supply power after changing the jumper settings. A soft reset (through the JTAG or by pressing the reset button on the board will reset the board but will not sample the boot mode pins connected to the jumpers. | ||
| - | - Switch the driver for your JTAG-HS3 adapter to //FTDI CDM//, see [[https:// | ||
| - | - The program to download can be found in the binaries of //Vivado// or the //Xilinx SDK//. You have to either install //Vivado// or //Xilinx SDK// which doesn' | ||
| - | - Switch the driver for the JTAG-HS3 back to //WinUSB//, see [[https:// | ||
| ===== How Does the System Boot? ===== | ===== How Does the System Boot? ===== | ||