Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> The "do_bootm_linux" is not completed.
Correct. It is not implemented yet. >Is that not the one that should be used for starting the system??? For starting the operating system, yes. Depending on your linux init code, you may be able to start linux with the "go" command until do_bootm_linux() is implemented -- or you could implement the routine yourself and submit a patch :-) --Scott