Difference between revisions of "Linuxstamp mx27"
Jump to navigation
Jump to search
Linuxvolts (talk | contribs) (New page: == Main == This is a place holder for the Linuxstamp mx27 board. Details will be posted as they are available. == Redboot == Redboot is based on ecos. A good starting point is [http://eco...) |
Linuxvolts (talk | contribs) |
||
Line 5: | Line 5: | ||
Redboot is based on ecos. A good starting point is [http://ecos.sourceware.org/getstart.html here] | Redboot is based on ecos. A good starting point is [http://ecos.sourceware.org/getstart.html here] | ||
First pull the installer | First pull the installer | ||
− | + | $ wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl | |
Then run it: | Then run it: | ||
− | + | $ ./ecos-install.tcl | |
− | It wants to run ecosenv.sh so set up the environment correctly. It says to stick it in .profile or .login. I think .bashrc will also work | + | It wants to run ecosenv.sh so set up the environment correctly. It says to stick it in .profile or .login. I think .bashrc will also work. |
+ | Install old compat-libstdc | ||
+ | # yum install compat-libstdc++-3 |
Revision as of 12:29, 11 May 2009
Main
This is a place holder for the Linuxstamp mx27 board. Details will be posted as they are available.
Redboot
Redboot is based on ecos. A good starting point is here First pull the installer
$ wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
Then run it:
$ ./ecos-install.tcl
It wants to run ecosenv.sh so set up the environment correctly. It says to stick it in .profile or .login. I think .bashrc will also work. Install old compat-libstdc
# yum install compat-libstdc++-3