Forum Discussion
Altera_Forum
Honored Contributor
19 years agoWhat is the program entry address
At last, I success to install eCos, compile programs. (Thank to bigboss25 in http://forum.niosforum.com/forum/index.php...977&#entry15977 (http://forum.niosforum.com/forum/index.php?showtopic=3926...
Altera_Forum
Honored Contributor
19 years agoHi !
Refer to http://ecos.sourceware.org/docs-latest/red...boot-guide.html (http://ecos.sourceware.org/docs-latest/redboot/redboot-guide.html) If program(hello) is ELF file format. No need to use "-v -r -b" options. ELF file has infomations about entry point .... So, only "load hello" and "go" while network environment is OK.