Difference between revisions of "FreeRTOS FSBL"
(Created page with "Tested on Xilinx Vivado/SDK 2017.3, Ubuntu 16.04 LTS. This tutorial assumes you have completed the "Creating example project with AXI4 Lite peripheral in Xilinx Vivado"-t...") |
|||
Line 1: | Line 1: | ||
Tested on Xilinx Vivado/SDK 2017.3, Ubuntu 16.04 LTS. | Tested on Xilinx Vivado/SDK 2017.3, Ubuntu 16.04 LTS. | ||
+ | |||
This tutorial assumes you have completed the "[[Creating example project with AXI4 Lite peripheral in Xilinx Vivado]]"-tutorial. | This tutorial assumes you have completed the "[[Creating example project with AXI4 Lite peripheral in Xilinx Vivado]]"-tutorial. | ||
+ | |||
===== Exporting hardware bitstream ===== | ===== Exporting hardware bitstream ===== | ||
+ | |||
+ | After the bitstream was generated in the previous tutorial, it is now possible to export it. | ||
+ | ''Goto: File -> Export -> Export Hardware..'' | ||
+ | Click to include bitstream, and press "OK". | ||
+ | |||
+ | Next, goto: ''File -> Launch SDK''. The following window will appear: | ||
+ | [[File:Launch SDK.png|thumbnail]] | ||
+ | Press "OK". |
Revision as of 15:42, 28 November 2017
Tested on Xilinx Vivado/SDK 2017.3, Ubuntu 16.04 LTS.
This tutorial assumes you have completed the "Creating example project with AXI4 Lite peripheral in Xilinx Vivado"-tutorial.
Exporting hardware bitstream
After the bitstream was generated in the previous tutorial, it is now possible to export it. Goto: File -> Export -> Export Hardware.. Click to include bitstream, and press "OK".
Next, goto: File -> Launch SDK. The following window will appear:
Press "OK".