Hey
I have my software project in SDK
In SDK I generate the linker script (all options set to DDR SDRAM).
From XPS I download the bitstream to the FPGA
Launch XMD and dow the elf file I generated in SDK, run. And I can verify that the program is working.
Super... maybe
but now I'm pretty lost, this is what i have tried:
I open the copyandbuild_boot.bat and change the destination and name of the elf file.
In XPS I select the microblaze_0_bootloop and “update bitstream with software program information”, then I download the bitstream to the FPGA...
Then I run the copyandbuild_boot.bat. and download the generated “firmware.fwu” file with the USBFirmwareUpgradeTool. The download finish, but my program is not working
