|
Hello all, I was trying to put uboot-s.elf into BRAM in EDK and got
this error: =========================================== Initializing Memory... Checking ELFs associated with MICROBLAZE instance
microblaze_0 for overlap... Analyzing file C:/DTA-2300/AvnetDemo/v5lx50_bootloader_edk9_2_01/V5LX50_Bootloader_Design/u-boo t-s.elf... ********************************************** WARNING:MDT - None of the ELF files for MICROBLAZE instance
microblaze_0 start at address 0x00000000 If memory at start address is not initialized
properly, the processor after startup will run arbitrarily ********************************************** FATAL_ERROR:MDT:Portability/export/Port_Main.h:127:1.1.2.7 -
This application ============================================================== I then tried to follow the: http://developer.petalogix.com/wiki/UserGuide/AdvancedTopics/CustomisedUBootConfig to edit the ub.config to make the “start boot address”
equal 0x0 be no success. Any ideas…. Thanks, -A Bose |