bootloader: bumped the version to 2.1
[nios2ecos.git] / readme.txt
blobc329a363242f12dc426888a24a49c0a641ae3ff6
1 Smoketest of nios2ecos repository:\r
2 ==================================\r
3 Install Quartus 9 sp2 or newer. Older versions of\r
4 Quartus should work if you tweak nios2env.sh.\r
5 \r
6 nios2ecos comes with a .sof and .ptf for NEEK you can\r
7 use for smoke testing the build procedure.\r
8 \r
9 1. If you are running Cygwin, then you may have to run\r
10 "sh fixquartus90cygwin.sh" to fix problems with scripts\r
11 having Windows line endings, which the latest versions\r
12 of bash that ships with Cygwin is incompatible with.\r
13 This is necessary with Quartus 9.0 sp2.\r
15 2. Install ecos 3.0 in ~/ecos\r
17 3. Set up environment variables:\r
19 cd nios2ecos\r
20 . nios2_env.sh\r
22 4. Do a test build:\r
24 mkdir /tmp/ecos\r
25 cd /tmp/ecos\r
26 nios2configgen --ptf=$NIOS_ECOS/../neek/neek.ptf --cpu=cpu\r
27 ecosconfig new nios2_neek default\r
28 ecosconfig tree\r
29 make -s\r