This is an old revision of the document!
The ZYBO board (the large circuit board that is mounted on the ECEN board) has a micro-SD card mounted on the backside, near the top, center-point of the board. The ZYBO reference manual has more on information on the micro SD card slot. You can boot the ZYBO board from an SD card if everything is prepared correctly. That way, your board can run without being tethered to a computer. This tutorial will explain what to do.
build directory.build directory.cd to your build directory and execute this command: cmake .. -D SDCARD=1make BOOT.bin ELF_PATH=./lasertag/lasertag.elf.BOOT.bin will be created within the build directory.BOOT.bin to your SD-card using an SD-card reader (see below). If you are using a VM, use the file-sharing feature and copy the BOOT.bin file to a shared directory where you can access the BOOT.bin file outside of the VM.build directory, make a new build directory and execute cmake .. from within the build directory (as you did before).Use the configuration shown directly below to boot from the SD card.
Use the configuration shown directly below to download programs from the PC (default).
The socket for the SD card is mounted on the back side of the ZYBO board.