Linuxstamp mx27

From OpenCircuits
Jump to navigation Jump to search

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