Hi all,
We are currently trying to program our custom board which is based on the Xilinx ML403 design. In this project, we'd like to program the flash with the application image and then use the bootloader generated by the "Program Flash Memory" dialog to load the image from flash to bram upon power up and run the application. Using the "Program Flash Memory" dialog, we checked the box: automatically convert elf to SREC and we also created the bootloader. After that, we generated linker script for the newly created bootloader project. In the Generate Linker Script dialog we change the sections .text .rodata .data ....from FLASH to plb_bram_if_cntlr_1 because leaving it to FLASH was not even running the bootloader. However, we are unable to get the processor to load the application program stored in the FLASH. Any help would be greatly appreciated. Thank you for your time.