Forum Discussion
Altera_Forum
Honored Contributor
21 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 downloa...
Altera_Forum
Honored Contributor
21 years ago> when I try and execute that version with bootm 0 It just stalls and
> never enters the code. use the 'go' command -- bootm is for booting a u-boot image file (e.g. linux kernel). So bootm will/should never work. E.g: ==> go 0 Regards, --Scott