Linux-like operating system for the Hive
Go to file
Jörg Deckert 888bb06d9e corrction of build scripts 2014-05-05 13:43:38 +02:00
cdemos Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
chess Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
devel Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
filetest Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
lerner Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
manpages Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
pfth Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
scripts Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
src change build scripts for binaries in external dir 2014-03-25 14:38:35 +01:00
vga512 Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
build_bin corrction of build scripts 2014-05-05 13:43:38 +02:00
build_boot corrction of build scripts 2014-05-05 13:43:38 +02:00
build_c build timezone utility 2014-03-25 11:10:00 +01:00
build_spinix corrction of build scripts 2014-05-05 13:43:38 +02:00
build_src corrction of build scripts 2014-05-05 13:43:38 +02:00
license.txt Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00
readme.txt Initial checkin of spinix (original version 1.33) 2014-03-25 10:40:35 +01:00

readme.txt

Spinix is an operating system that provides a linux-like look and feel
to a propeller based board with an SD card.  It takes advantage of the
relocatable nature of Spin programs to run multiple programs at the
same time.  Each program runs on a dedicated propeller cog.

You can install Spinix by writing the boot.binary file to the EEPROM
and copying the files in the root directory to an SD card.

When Spinix boots up for the first time it will request the four pin
numbers of the pins that interface to the SD card.  For a C3 card,
use the pin numbers 10, 11, 9 and 25.

Spinix can be rebuilt by running the build_spinix script.  It uses
BSTC to build Spin programs.

The subdirectories in the file system contain the following programs:

bin       - Spinix utilities
demos     - C and Spin demo programs
devel     - Sample Spin code that can be built under spinix
manpages  - Documentation files displayed by man
tmp       - Temporary file storage
scripts   - Sample shell script files