descriptioneCos for Altera Nios
homepage URLhttp://nioswiki.com/OperatingSystems/ECos
owneroyvind.harboe@zylin.com
last changeTue, 16 Feb 2010 12:21:19 +0000 (16 13:21 +0100)
content tags
add:
readme.txt
Smoketest of nios2ecos repository:
==================================
Install Quartus 9 sp2 or newer. Older versions of
Quartus should work if you tweak nios2env.sh.

nios2ecos comes with a .sof and .ptf for NEEK you can
use for smoke testing the build procedure.

1. If you are running Cygwin, then you may have to run
"sh fixquartus90cygwin.sh" to fix problems with scripts
having Windows line endings, which the latest versions
of bash that ships with Cygwin is incompatible with.
This is necessary with Quartus 9.0 sp2.

2. Install ecos 3.0 in ~/ecos

3. Set up environment variables:

cd nios2ecos
. nios2_env.sh

4. Do a test build:

mkdir /tmp/ecos
cd /tmp/ecos
nios2configgen --ptf=$NIOS_ECOS/../neek/neek.ptf --cpu=cpu
ecosconfig new nios2_neek default
ecosconfig tree
make -s
shortlog
2010-02-16 Edgar Grimbergbootloader: bumped the version to 2.1master
2010-01-25 Laurentiu Cocanubootloader tests: Added a beautified version of bootloa...
2010-01-13 oyvindbootloader: print version 2.0
2010-01-08 oyvindbootloader: Only allow changing the MAC address if...
2010-01-08 oyvindbootloader: After setting the baud rate return to the...
2010-01-08 oyvindbootloader: Verify the pointer returned by a malloc...
2010-01-08 oyvindbootloader: close the file descriptor used by the show...
2010-01-08 oyvindbootloader: Added new options to the advanced menu...
2010-01-08 oyvindbootloader: If the waiting time is 0 then wait forever
2010-01-08 oyvindbootloader: Misspellings and unused variable
2009-12-30 oyvind28f256p30b: use buffered writes
2009-12-30 oyvindbootloader: jffs2 config now comes from ecos.ecc
2009-12-30 oyvindbootloader: use 5 second menu timeout
2009-12-30 oyvindbootloader: add mac erase capability
2009-12-30 oyvindbootloader: add option to set 115200 baud
2009-12-30 oyvindbootloader: use firmwareutil
...
heads
14 years ago master