Jump to content
  • 0

How to have configuration boot up automatically in Arty-Z7-20


Antonio Fasano

Question

6 answers to this question

Recommended Posts

Hello @Antonio Fasano,

You can boot up your project from the SD card.  For that, you need to create an .bin file.

To create the .bin file, you need:

1. a BIF file
2. fsbl.elf
3. .bit file (only required if you have a PL logic)
4. your application.elf

To create the boot image, please follow the steps below:


1. In your SDK workspace, select Xilinx Tools > Create Boot Image to open the Create Zynq Boot Image wizard
2. Add the FSBL file. 
3. Add the .bit file 
4. Add the application.elf 
5. Select the output folder and click create image


Make sure you maintain the same order of files as above.

Next, copy the .bin file into the SD card, set the boot mode pins to boot from SD, and power-on the board.  Tour application should start immediately after that.

 

Best Regards,

Bogdan Vanca 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...