Would anyone be able to let me know I'd create a boot image for the basic hello world example?
I'm following this one, if it matters: http://ece-research.unm.edu/jimp/codesign/Vivado/VivadoHelloWorldTutorial.pdf
My understanding is to go to Xiliinx Tools -> Create Boot Image
Set a output path for the BOOT.bin file, upload the application project .elf as the bootloaded, add the .bit for the hardware as a datafile, and create the file.
But when I copy this BOOT.bin file to the SD card, the zedboard will not program. After turning it on, the blue light won't come on. I know it's a problem with my software/boot file as the software that came on the SD card works just fine.