public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Linux installation on DOC / problems / I need your help
@ 2002-12-13 13:12 Alejandro O. Gonzalez
  2002-12-13 16:50 ` Carlos Mateo
  2002-12-13 17:08 ` Henrik Nordstrom
  0 siblings, 2 replies; 3+ messages in thread
From: Alejandro O. Gonzalez @ 2002-12-13 13:12 UTC (permalink / raw)
  To: linux-mtd

I rebuild the kernel. Then I made this

1- run the driver
#modprobe doc2000
#modprobe docprobe

2- format the memory
#nftl_format /dev/mtd0 0 16777216

3- run nftl
#modprobe nftl

4- make a partition
#fdisk /dev/nftla
I make two partition first DOS, and second Linux.

5- make filesystem
#mkfs.msdos /dev/nftla1
#mke2fs /dev/nftla2

6-Install syslinux
#syslinux /dev/nftla1

7-configure boot and reboot

I don´t know if this procedure is correct, but when reboot the bios not
found a valid boot device.
When I format all memory with nftl_format command I delete the TrueFFS bios
of MSYS. This is Ok ?

I try then to overwrite the TrueFFS bios driver

DFORMAT /WIN:E000 /S:DOC512.EXB /NOFORMAT /FIRST

but display an error, can´t write the bios.

I do so that the bios recognize the DOC like a valid device of boot.

I try also to format with MSYS utility, then create a 2MB of DOS partition.
Boot with linux and format the last 14 MB of memory with
nftl_format. But when startup nftl driver says "we don´t support
UnitSizeFactor!=1" and it is not possible to work with a nftl partition.
I will appreciate any commentary, thank you for your time.
Regards,
Alejandro Gonzalez

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux installation on DOC / problems / I need your help
  2002-12-13 13:12 Linux installation on DOC / problems / I need your help Alejandro O. Gonzalez
@ 2002-12-13 16:50 ` Carlos Mateo
  2002-12-13 17:08 ` Henrik Nordstrom
  1 sibling, 0 replies; 3+ messages in thread
From: Carlos Mateo @ 2002-12-13 16:50 UTC (permalink / raw)
  To: Alejandro O. Gonzalez, linux-mtd

The second problem you described (UnitSizeFactor != 1) was solved some time 
ago.  Try the latest CVS code.
I have used it with DFORMAT and grub as bootloader and it works.

Carlos Mateo

El Vie 13 Dic 2002 12:12, Alejandro O. Gonzalez escribió:
> I rebuild the kernel. Then I made this
>
> 1- run the driver
> #modprobe doc2000
> #modprobe docprobe
>
> 2- format the memory
> #nftl_format /dev/mtd0 0 16777216
>
> 3- run nftl
> #modprobe nftl
>
> 4- make a partition
> #fdisk /dev/nftla
> I make two partition first DOS, and second Linux.
>
> 5- make filesystem
> #mkfs.msdos /dev/nftla1
> #mke2fs /dev/nftla2
>
> 6-Install syslinux
> #syslinux /dev/nftla1
>
> 7-configure boot and reboot
>
> I don´t know if this procedure is correct, but when reboot the bios not
> found a valid boot device.
> When I format all memory with nftl_format command I delete the TrueFFS bios
> of MSYS. This is Ok ?
>
> I try then to overwrite the TrueFFS bios driver
>
> DFORMAT /WIN:E000 /S:DOC512.EXB /NOFORMAT /FIRST
>
> but display an error, can´t write the bios.
>
> I do so that the bios recognize the DOC like a valid device of boot.
>
> I try also to format with MSYS utility, then create a 2MB of DOS partition.
> Boot with linux and format the last 14 MB of memory with
> nftl_format. But when startup nftl driver says "we don´t support
> UnitSizeFactor!=1" and it is not possible to work with a nftl partition.
> I will appreciate any commentary, thank you for your time.
> Regards,
> Alejandro Gonzalez
>
>
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux installation on DOC / problems / I need your help
  2002-12-13 13:12 Linux installation on DOC / problems / I need your help Alejandro O. Gonzalez
  2002-12-13 16:50 ` Carlos Mateo
@ 2002-12-13 17:08 ` Henrik Nordstrom
  1 sibling, 0 replies; 3+ messages in thread
From: Henrik Nordstrom @ 2002-12-13 17:08 UTC (permalink / raw)
  To: Alejandro O. Gonzalez; +Cc: linux-mtd

This will as you assume erase the BIOS from the DOC.

If you want to be able to access the DOC from DOS without first booting 
from another media and loading a separate DOS DOC driver you need to use 
the mSYS DOC BIOS, installed by running DFORMAT from DOS.

However, using the mSYS 5.1.5 DOS driver (I think, not entirely sure about 
version but a 5 something) I could not make it function reliably if the 
DOC had been partitioned with more than one partition.. No such problems 
with the Linux driver.

Regards
Henrik


On Fri, 13 Dec 2002, Alejandro O. Gonzalez wrote:

> I rebuild the kernel. Then I made this
> 
> 1- run the driver
> #modprobe doc2000
> #modprobe docprobe
> 
> 2- format the memory
> #nftl_format /dev/mtd0 0 16777216
> 
> 3- run nftl
> #modprobe nftl
> 
> 4- make a partition
> #fdisk /dev/nftla
> I make two partition first DOS, and second Linux.
> 
> 5- make filesystem
> #mkfs.msdos /dev/nftla1
> #mke2fs /dev/nftla2
> 
> 6-Install syslinux
> #syslinux /dev/nftla1
> 
> 7-configure boot and reboot
> 
> I don´t know if this procedure is correct, but when reboot the bios not
> found a valid boot device.
> When I format all memory with nftl_format command I delete the TrueFFS bios
> of MSYS. This is Ok ?
> 
> I try then to overwrite the TrueFFS bios driver
> 
> DFORMAT /WIN:E000 /S:DOC512.EXB /NOFORMAT /FIRST
> 
> but display an error, can´t write the bios.
> 
> I do so that the bios recognize the DOC like a valid device of boot.
> 
> I try also to format with MSYS utility, then create a 2MB of DOS partition.
> Boot with linux and format the last 14 MB of memory with
> nftl_format. But when startup nftl driver says "we don´t support
> UnitSizeFactor!=1" and it is not possible to work with a nftl partition.
> I will appreciate any commentary, thank you for your time.
> Regards,
> Alejandro Gonzalez
> 
> 
> 
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-13 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-13 13:12 Linux installation on DOC / problems / I need your help Alejandro O. Gonzalez
2002-12-13 16:50 ` Carlos Mateo
2002-12-13 17:08 ` Henrik Nordstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox