This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
hw:zynq:gpio_interrupt:start [2019/03/29 16:41] jakub.moron |
hw:zynq:gpio_interrupt:start [2019/03/29 16:52] (current) jakub.moron |
||
---|---|---|---|
Line 13: | Line 13: | ||
- Go to **Sources** tab in Vivado and select **Create HDL Wrapper** for top cell | - Go to **Sources** tab in Vivado and select **Create HDL Wrapper** for top cell | ||
- Generate bitstream | - Generate bitstream | ||
- | - After done, select **File->Export->Export Hardware** and make sure that **Include Bitstream** is checked | + | - After bitstream is done, select **File->Export->Export Hardware** and make sure that **Include Bitstream** is checked |
+ | |||
+ | ==== PetaLinux ==== | ||
+ | |||
+ | - Get new hardware description <code> | ||
+ | petalinux-config --get-hw-description <path_to_vivado_project_directory>/<project_name>.sdk/ | ||
+ | </code> | ||
+ | - Do not change anything in the config -- configuration set previously remain unchanged | ||
+ | - Build kernel & boot, create ''BOOT.BIN'' image and copy it to the SD card |