Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> I have tried looking at the u-boot ....
... snip ... > since the "do_bootm_linux" function has not been completed > I have a hard time seeing how I can use u-boot. I'll try to get that implemented soon. Whether or not it is appropriate for your application is (of course) your call. However, if you would like to use it, but there are 'show stoppers' (like no bootm) please let me know :-) BTW: A few features that may be useful to you: --RS-232 cli (w/kermit & SREC download support) --JTAG uart support --Flash programming (via cli) --Scripting --Linux loader - once bootm is implemented 8-/ --JFFS2, FAT, cramfs support Again, I'll try to get bootm finished & provide instructions for reducing it's size to fit in a single 64KB flash sector. (currently, with the 'extended help' option and full network support it's around 71K). Regards, --Scott