From: Andrew Schultz <alschult@eecs.berkeley.edu>
To: linux-mtd@lists.infradead.org
Subject: Booting Linux 2.6 with DiskOnChip 2000 TSOP (INFTL)
Date: Wed, 29 Jun 2005 11:04:59 -0700 [thread overview]
Message-ID: <42C2E2CB.9030404@eecs.berkeley.edu> (raw)
Hello,
I've spent a few days attempting to get a new 256MB DiskOnChip 2000
TSOP working properly with Linux 2.6.11. I have been using the MTD
drivers that come with the vanilla version of the kernel and so far
I can properly dformat, fdisk, format, and copy the file system so
everything is cool with the kernel driver.
However, all my attempts to get grub/lilo/docboot to work in booting
of the DOC have been in vain. My first question is does the current
grub patch actually have support for the TSOP (and INFTL devices in
general)? I found two previous posts in 2002 and 2003
(http://lists.infradead.org/pipermail/linux-mtd/2003-November/008922.html
and
http://lists.infradead.org/pipermail/linux-mtd/2003-April/007487.html)
which seem to be inconclusive about the current support of INFTL
devices and grub.
Secondly, if grub isn't known to work on these devices, does anyone
have a procedure for getting lilo/docboot to work? I followed the
instructions from M-Systems about getting lilo to work, and while
lilo installs the boot sector to the disk, it simply hangs with no
output at boot. I tried docboot, but that hangs with "Opening
Docboot..." and now I can't boot anything off that chip. Any
experience (or even any success stories) would be greatly appreciated.
Andrew
For reference, here is what I have been doing with grub in case
anyone can point out a problem:
1) In linux booted off a hard drive, dformat the chip (I've also
tried using DOS dformat from a boot CD):
./dformat -winl:0000 -winh:d8000 -s:DOC514.EXB -empty -nodos -y
(the winl/winh stuff is a hack I have to do cause just -win:d8000
causes a segfault)
2) Fdisk drive and dd a copy of my partition
fdisk (create one single linux partition which I have marked as
bootable)
dd if=/dev/hda1 of=/dev/inftla1 bs=512
3) Grab the latest mtd source from CVS, build grub 0.97, copy
stage2/pre_stage2 into mtd/grub, run make
4) Install the "grub_firmware" to the disk on chip (I've also tried
this step first in lieu of step 1)
./dformat -winl:0000 -winh:d8000 -bdkf0:grub_firmware
next reply other threads:[~2005-06-29 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-29 18:04 Andrew Schultz [this message]
2005-06-29 18:50 ` Booting Linux 2.6 with DiskOnChip 2000 TSOP (INFTL) Dan Brown
2005-06-29 19:42 ` Brian O'Dell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42C2E2CB.9030404@eecs.berkeley.edu \
--to=alschult@eecs.berkeley.edu \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox