I'm trying to transfer my boot image to the flash on the zedboard without using the SD Card (my board won't have an SD slot), but u-boot is not recognizing the flash. I'm following this tutorial: http://www.wiki.xilinx.com/Zc702+Boot+From+Flash#x--Make%20a%20Linux%20bootable%20Image%20for%20QSPI , I start u-boot, but when I type sf "probe 0 0 0" (or just "sf probe") I get the error:
zed-boot> sf probe
SF: Unsupported manufacturer 01
Failed to initialize SPI flash at 0:0
Does anyone have any ideas on what my problem is?
Also, if you know of any other way to transfer the boot image to flash without using the SD Card that would be great too. I've tried using the Program Flash utility in Xilinx SDK 14.4 but it did not seem to work, as it does not boot when I restart after I've finished.
Thanks