00/09/28 20:34:46, Alex Holden <[EMAIL PROTECTED]> wrote:

>On Thu, 28 Sep 2000, Luc Hermans wrote:
>> I use (Msystems) DiskOnChip flash but would like to reply also
>> I use use the MSDOS filesystem and boot with SYSLINUX a
>> ram disk rootfs. Then I mount the msdos flash.
>
>What did you do to get that working? I've just spent several days 
>trying to do pretty much the same thing.

I don't load any firmware into the flash
I boot from floppy DOS 3.30 use fdisk and format /s the DOC.
Then I copy loadlin and all the files for linux.
and create an autoexec.bat which starts loadlin.(with ramdisk)
Then reboot I and linux is started. In my startup script I
mount the DOS DOC on my /dos mount point with 
  mount -t msdos /dev/fla1 /dos
Of cource for this last step I've applied the kernel patch
from MSystems to support the /dev/fla DOC

You can download my demo floppy disk image at 
<http://www.dobit.com/emblin/pub/emblin.img>
then use rawrite <http://www.dobit.com/emblin/pub/rawrite3.com>
to create a bootable floppy.

You can put this onto your DOS formatted flash 
just change in syslinux.cfg
 EMBDEV=/dev/fd0 into EMBDEV=/dev/fla1
or use loadlin zEmblin initrd=fsroot.gz root=/dev/ram 
EMBDEV=/dev/fla1 EMBTYP=msdos EMBDIR=/emblin

More detail at <http://www.dobit.com/emblin/embhowto.htm>

Best regards,
Luc Hermans
<http://www.dobit.com/emblin/>







--
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>.

Reply via email to