Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

What 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&st=0&p=15977&#entry15977) why this post isn't pinned?)

Now, following "eCos for Nios II" document, I am trying to work with redboot.

I successes to compile redboot (Thanks to graham615 in http://forum.niosforum.com/forum/index.php?showtopic=1895 (http://forum.niosforum.com/forum/index.php?showtopic=1895) When this will fixed?)

Program it in the flash and talking to redboot over nios2_terminal.

Now i tried to upload eCos tutorial program (hello), has compiled according to the first part in the manual.

No reference in the document to this mission (Why?).

After reading "eCos User Guide", and searching in the internet, i guess this should be like:

load -v -r -b %{FREEMEMLO} hello

(Or maybe without "-r" ?)

Using tftp PUT command from windows CMDShell not succeed so I downloaded free SolarWinds TFTP Server.

Now i can upload the file, but whenever i try to run it (go command?) the redboot is crashing and restart.

I guess the entry point i passed to go command (or load command address?) in not good.

Anyone can help me, and write the missing details?

2 Replies