Oleg Perelet writes:
> Hi guys, newbee in here.
> Little bit of background:
> We are building embedded computer for data acquisition, CPU board
> has AMD Elan sc4000 processor (one of embedded 486 flavors),
> 16MB dram, 2mb sram, 2mb flash, Crystal Ethernet chip and misc.
> stuff on it, no video, no BIOS.
> Currently it is running QNX, I was under impression that going with
> QNX will make things smooth ... not for us, I ended up writing
> complete bootstrap, file system drivers etc, support from QNX just
> sucks and for that $$$ that they ask and all problems that we have
> with them, screw it!
> Anyway I looked at lunix and already started to mess up startup.S and
> boot related files, but then I discovered this list, so my first question
> is:
> I'm sure bunch of people already done this, is there any canonical place
> where you guys share embedded changes for LINUX? I'll just hate to repeat
> what was done zillions of times.
>
Hopefully, some people can give you more details on handling the flash
and other requirements....
One thing you might want to look at until you can get the flash stuff
operable is the linux router project :
http://www.psychosis.com/linux-router/
It allows you to make a machine with a 1.44Mbyte drive act as a router
(Its a way of running a minimal linux).
Also :
http://luz.cs.nmt.edu/~rtlinux/
Which allows linux to run "hard" real time tasks (linux exists as
a subtask to the real time system).
Some of the howto's describe how to run Linux from a serial
console....
(Has this been changed in later kernels ? ).
good luck,
wes
> Thanx.
> Oleg.
>
>
>