Difference between revisions of "Flameman"
(→master index) |
|||
Line 168: | Line 168: | ||
| [[Flameman/atlas]] | | [[Flameman/atlas]] | ||
| early, bareboard | | early, bareboard | ||
+ | |- | ||
+ | | blackfin MMUless OS | ||
+ | | 04 April 2012 | ||
+ | | blackfin-bf537-stamp | ||
+ | | [[Flameman/blackfin-bf537-stamp]] | ||
+ | | early, uclinux 2.6.26 | ||
|} | |} | ||
Revision as of 14:36, 7 April 2012
Contents
- 1 Flameman & Legacy 's projects
- 1.1 master index
- 1.2 who (and why to) runs projects like these ?
- 1.3 using videoram as swap
- 1.4 using gcc
- 1.5 a brief about PowerPC
- 1.6 cross compiling
- 1.7 what is an OS ?
- 1.8 using gcc
- 1.9 tini java embedded processor, written in VHDL
- 1.10 bus
- 1.11 using git
- 1.12 uclibc
- 1.13 linux.2.4 internal
- 1.14 who is flameman ? (how to contact him ?)
- 1.15 what is the book of the day ?
- 1.16 proof
- 1.17 opencores
- 1.18 OE/bitbake
- 1.19 framebuffer
- 1.20 find good code
- 1.21 trasmission line
- 1.22 piratebus
- 1.23 Orphaned pages
Flameman & Legacy 's projects
i run these project in my spare hobby time
master index
target | started | project name | project url | status |
---|---|---|---|---|
spartan3e embedded OSless | 20 October 2009 | spartan3s500e_starter_kit | Flameman/spartan3-3s500e | early vhdl |
m68k bigendian embedded OSless | 2 June 2005 | m68ec0x0IDP-68060 | Flameman/m68ec0x0IDP | early CRT, working with his ucMON, few issues |
m68k bigendian embedded OS, WxWorks in ROM, it needs to be replaced | 23 October 2009 | eltek-2x68060 | Flameman/eltek | early CRT, nothing is working: VME backplane is required |
m68k bigendian embedded OSless | 12 June 2005 | keycomp-68000 | Flameman/magenta-kaycomp-68k | early CRT, working with his ucMON, few issues |
6800, hc11 bigendian embedded OSless | 14 June 2005 | fingerboard-m68hc11 | Flameman/fingerboard | early CRT, working with his ucMON, few issues |
m68k bigendian embedded OSless | 13 June 2006 | tutorm68k-68010 | Flameman/tutorm68k | early CRT, working with his ucMON (motorola tutor), few issues |
m68k bigendian embedded OSless | 16 June 2005 | MRM-m68332 | Flameman/mrm | early CRT, working with his ucMON, few issues, robot application |
ppc bigendian full OS | 21 November 2009 | ppc7410/7445 eval atx board | Flameman/sandpoint3 | very early proof |
ppc bigendian full OS | 8 Feb 2010 | ebony | Flameman/ebony | under dev, few issues |
ppc bigendian full OS | 6 June 2007 | DHT-Walnut-ppc405GP | Flameman/dht-walnut | mature, working with 2.6.15/21, few issues |
ppc bigendian full OS | 24 June 2009 | IBM/AMCC-Walnut-ppc405GP (fork of dht-walnut) | Flameman/walnut | mature, working with 2.6.15/21, few issues |
mips littleendian full OS | 3 December 2007 | RouterBoard-rb532 | Flameman/routerboard-rb532 | mature, working with 2.6.22 (new 2.6.37), few little issues |
m68k bigendian embedded OSless | 14 December 2007 | Palm-m105-m68328 | Flameman/m105 | just ucmon, no working OS, very early status |
m68k bigendian embedded/full OS | 11 January 2009 | mac68k | Flameman/mac68k | not mature, working with 2.6.26, few issues, no working uart, the new bootloader boots directly from the scsi hard drive |
arm littleednian embedded/full OS | 14 April 2009 | zaurus-akita | Flameman/zaurus-akita | mature, working 2.6, hw hack in progress |
mips bigendian embedded/full OS | 16 February 2009 | fonera | Flameman/fonera | early mature, working with 2.6.26, few issues |
hppa1 bigendian embedded/full OS | 15 Dicember 2009 | hp712 | Flameman/hp712 | early mature, working with 2.6.16, few issues, need to be updated |
mips bigendian full OS | 12 February 2009 | gentoo-mips/sgi | Gentoo MIPS SGI Flameman/sgi | early proof version, just opened for reporting ... other info should be merged from my old web side [1] [bootloader http://www.linux-mips.org/wiki/ARCLoad] |
arm7 embedded bareboard | 15 June 2011 | knxlpc2378 (keil and gcc) | Flameman/knxlpc2348 | just bsp, no working OS, very early status: ucOS/2 early ported (pretty working) ... tcp/ip webserver bareboard also ported (and working) |
avr 328 embedded bareboard | 15 June 2011 | arduino | Flameman/arduino | pretty easy apps |
dsp mc56002 bareboard | 15 June 2011 | dsp motorola mc56002 | Flameman/dsp-mc56002 | pretty easy apps |
tinijava java wiring bareboard | 29 June 2011 | dalsemi core'51 max80c390 | Flameman/tinijava-390 | pretty easy apps |
cpld | 29 June 2011 | altera cpld | Flameman/cpld-epm1270 | pretty easy apps |
mips bigendian full OS | 28 August 2011 | ubiquiti-routerstation/pro | Flameman/routerstation-pro | early, 2.6.39+hack |
blackfin + avr bareboard | 02 September 2011 | blackfin+avr | Flameman/blackfin-avr | early, bareboard |
mips bigendian bareboard | 18 January 2012 | atlas board | Flameman/atlas | early, bareboard |
blackfin MMUless OS | 04 April 2012 | blackfin-bf537-stamp | Flameman/blackfin-bf537-stamp | early, uclinux 2.6.26 |
who (and why to) runs projects like these ?
an interesting article http://lwn.net/Articles/222773/
ipaq -> openmoko alternative, see http://openpandora.org/index.php
using videoram as swap
Graphic cards contain a lot of very fast RAM, typically between 64 and 512 MB. it's possible to use it as swap space, or even as RAM disk.
using gcc
- http://gcc.gnu.org/onlinedocs/gcc-3.2.3/gcc/Option-Index.html
- http://www.slac.stanford.edu/comp/unix/gnu-info/gcc_6.html
- Flameman/gcc
a brief about PowerPC
cross compiling
using qemu
using qemu/freedos
http://www.fdos.info/bootdisks/
what is an OS ?
article idea (early proof version)
using gcc
- http://gcc.gnu.org/onlinedocs/gcc-3.2.3/gcc/Option-Index.html
- http://www.slac.stanford.edu/comp/unix/gnu-info/gcc_6.html
- Flameman/gcc
tini java embedded processor, written in VHDL
bus
using git
uclibc
linux.2.4 internal
who is flameman ? (how to contact him ?)
-> Flameman/who
what is the book of the day ?
proof
opencores
-> [[2]]
OE/bitbake
--> Flameman/bitbake
framebuffer
find good code
trasmission line
http://openbookproject.net/electricCircuits/AC/AC_14.html
piratebus
pinout http://dangerousprototypes.com/docs/Bus_Pirate_I/O_Pin_Descriptions
idea from sparkfun http://www.sparkfun.com/products/9544
Orphaned pages
--> http://www.elinux.org/index.php?title=Special:LonelyPages&limit=500&offset=0