Altera_Forum
Honored Contributor
20 years agoUBoot
Hi All,
Seems I'm posting every day so apologies and bare with me. Has anyone encountered behaviour with UBoot such that it will boot from SDRAM but not from FLASH? I've downloaded an image file (using dhcp) into SDRAM say at 0x01100000 If I do an iminfo on that memory address it reports back okay, If I do a bootm from that location it loads up (to location 0x01000000) and executes correctly. Now I take the image and program it into flash (protect off/ erase/ cp) and put the image at location 0. When I look it is there fine, a compare says it is identical to the SDRAM copy, yet when I try and execute that version with bootm 0 It just stalls and never enters the code. Short of setting up the debug kernel has anyone any suggestions? Regards, ...