public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* DOC problems on PowerPC
@ 2001-05-14 14:13 Felix Radensky
  2001-05-14 14:36 ` Shuh C Chang
  2001-05-16  0:34 ` Ollie Lho
  0 siblings, 2 replies; 3+ messages in thread
From: Felix Radensky @ 2001-05-14 14:13 UTC (permalink / raw)
  To: Linux-mtd

Hi, all

I was able to solve the DOC problems on PowerPC I've reported yesterday.

All I had to do is to run "eraseall /dev/mtd0", then run "nftl_format
/dev/mtd0"
and  then create partitions with fdisk.

Can someone please explain me the difference between eraseall and
nftl_format.
HOWTO says nothing about it.

By the way, the latest mtd code would not compile, at least on my 2.4.2
kernel
unless you add #include <linux/kmod.h> to chipreg.c.  This is because of

a call to request_module() in do_map_probe(), which IMHO should be
under #ifdef CONFIG_KMOD, and not #ifdef CONFIG_MODULES.

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

end of thread, other threads:[~2001-05-16  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-14 14:13 DOC problems on PowerPC Felix Radensky
2001-05-14 14:36 ` Shuh C Chang
2001-05-16  0:34 ` Ollie Lho

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