Stuart Lynne wrote:
> <snip>
>
> I have a fairly small linux called ThinLinux that would be easily
> installed on that platform. It can run from as little as a single
> 1440kb floppy.
>
> Currently we are using the 2.2.13 kernel and the same glibc as RedHat 6.0.
> For more information see www.thinlinux.org.
>
Cool..I'll check it out
>
> I havn't tried the DOC hardware but it does run with various IDE
> Flash solutions and using some Caldera drivers from boards with AMD
> flash and a General Software BIOS.
>
> I just looked at the current M-Systems DOC software. Fairly easy
> to add to our distribution if someone can tell me how to compile
> it :-(
>
No problem..I can send you the files if you like...I patched them by hand, but I
don't know how to create a patch file per-se
I've got this working on 2.2.6, 2.2.9, 2.2.12 and 2.2.13
>
> It seems that IGEL_FLASH_MAJOR needs to be defined. Anyone know
> what the proper major device number for the DOC block driver?
>
in /usr/src/linux/include/linux/major.h set:
#define IGEL_FLASH_MAJOR 62
use this number to create your devices in /dev also:
mknod /dev/fla b 62 0
mknod /dev/fla1 b 62 1
mknod /dev/fla2 b 62.2
mknod /dev/fla3 b 62 3
mknod /dev/fla4 b 62 4
Also, note the DOC drivers still use Binary file only available from M-Systems -
not open source.
Check out the MTD stuff for an open source alternative - I've used it and it works
great..but I
haven't installed it yet on our new system (too much to do!)
Thanks and good luck,
Ralph
>
> >>I am looking for a list of files that will allow the system to boot
> >>(from M-Systems DOC) and run Fvwm2 (or similiar). Also, a minimum
> >>kernel .config file would be useful :-)
<snip>
>
> Stuart Lynne <[EMAIL PROTECTED]> __O
> <http://www.thinlinux.org> _-\<,_ 604-461-7532
> PGP Fingerprint: 28 E2 A0 15 99 62 9A 00 (_)/ (_) 88 EC A3 EE 2D 1C 15 68
>
> --
> To unsubscribe from this list, send a message to [EMAIL PROTECTED]
> with the command "unsubscribe linux-embedded" in the message body.
> For more information, see <http://waste.org/mail/linux-embedded>.
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.