public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* use "nandwrite" instead of "cp"?
@ 2002-07-31 13:05 ??
  2002-07-31 13:23 ` jffs2 mounting problem ??
  0 siblings, 1 reply; 2+ messages in thread
From: ?? @ 2002-07-31 13:05 UTC (permalink / raw)
  To: linux-mtd

  dear all,
  thanks for your help,
 
 now i try to:
 
1> eraseall /dev/mtd1
2> cp test.img /dev/mtdblock1 
     (should i use "nandwrite" instead of "cp" here?)
3> mount -t jffs2 /dev/mtdblock1 /mnt
 
 then it still report many "magic bitmask not found"
  do i missing something?
  
  thanks in advanced!:)
  
  best regards,
  kevin
 
>  ----following message
> > log------------------------------------------------------
> > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298014:
> > 0xa3dc in
> > stead
> > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298018:
> > 0xccfe in
> > stead
> > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0029801c:
> > 0xd1b5 in
> > stead
> > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298020:
> > 0xf8fd in
> > stead
> > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298024:
> > 0xb452 in
> > stead
> > Further such events for this erase block will not be printed
> > nand_read_ecc: Failed ECC read, page 0x00007fc0
> > nand_read_ecc: Failed ECC read, page 0x00007fc0
> > nand_read_ecc: Failed ECC read, page 0x00007fc1
> > nand_read_ecc: Failed ECC read, page 0x00007fc1
> > nand_read_ecc: Failed ECC read, page 0x00007fc2
> > nand_read_ecc: Failed ECC read, page 0x00007fc2
> > nand_read_ecc: Failed ECC read, page 0x00007fc3
> > nand_read_ecc: Failed ECC read, page 0x00007fc3
> > jffs2_scan_empty(): Read 0x1000 bytes at 0x00df8000 returned -5
> > mount: wrong fs type, bad option, bad superblock on /dev/mtdblock1,
> >        or too many mounted file systems
> > 
> > 
> > ______________________________________________________
> > Linux MTD discussion mailing list
> > http://lists.infradead.org/mailman/listinfo/linux-mtd/
> 

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

* jffs2 mounting problem
  2002-07-31 13:05 use "nandwrite" instead of "cp"? ??
@ 2002-07-31 13:23 ` ??
  0 siblings, 0 replies; 2+ messages in thread
From: ?? @ 2002-07-31 13:23 UTC (permalink / raw)
  To: linux-mtd; +Cc: dwmw2

   dear all,
   thanks for your help,

  now i try to:

 1> eraseall /dev/mtd1
 2> cp test.img /dev/mtdblock1

      test.img is created from:
     mkfs.jffs2 -r rootfs_jffs2 -e 16K -l -o test.img
     nand device is TC58128FT (16MBytes Nand flash)
      (should i use "nandwrite" instead of "cp" here?)

 3> mount -t jffs2 /dev/mtdblock1 /mnt

  then it still report many "magic bitmask not found"
   do i missing something?
   or is it caused by bad-block/ecc-error?

   thanks in advanced!:)

   best regards,
   kevin

> >  ----following message
> > > log------------------------------------------------------
> > > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298014:
> > > 0xa3dc in
> > > stead
> > > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298018:
> > > 0xccfe in
> > > stead
> > > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0029801c:
> > > 0xd1b5 in
> > > stead
> > > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298020:
> > > 0xf8fd in
> > > stead
> > > jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00298024:
> > > 0xb452 in
> > > stead
> > > Further such events for this erase block will not be printed
> > > nand_read_ecc: Failed ECC read, page 0x00007fc0
> > > nand_read_ecc: Failed ECC read, page 0x00007fc0
> > > nand_read_ecc: Failed ECC read, page 0x00007fc1
> > > nand_read_ecc: Failed ECC read, page 0x00007fc1
> > > nand_read_ecc: Failed ECC read, page 0x00007fc2
> > > nand_read_ecc: Failed ECC read, page 0x00007fc2
> > > nand_read_ecc: Failed ECC read, page 0x00007fc3
> > > nand_read_ecc: Failed ECC read, page 0x00007fc3
> > > jffs2_scan_empty(): Read 0x1000 bytes at 0x00df8000 returned -5
> > > mount: wrong fs type, bad option, bad superblock on /dev/mtdblock1,
> > >        or too many mounted file systems
----- following eraseall log -------------------------------
Erasing 16 Kibyte @ dc4000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ dc8000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ dcc000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ dd0000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ dd4000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ dd8000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ ddc000 -- 98 % complete.MTD_ioctl
Erasing 16 Kibyte @ de0000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ de4000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ de8000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ dec000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ df0000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ df4000 -- 99 % complete.MTD_ioctl
Erasing 16 Kibyte @ df8000 -- 99 % complete.MTD_ioctl
nand_erase: attempt to erase a bad block at page 0x00007fc0

./eraseall: /dev/mtd1: MTD Erase failure: Input/output error
Erasing 16 Kibyte @ dfc000 -- 99 % complete.MTD_ioctl
nand_erase: attempt to erase a bad block at page 0x00007fe0

./eraseall: /dev/mtd1: MTD Erase failure: Input/output error
Erased 14336 Kibyte @ 0 -- 100% complete.
MTD_close
-----------------------end of log ----------------------------

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

end of thread, other threads:[~2002-07-31 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-31 13:05 use "nandwrite" instead of "cp"? ??
2002-07-31 13:23 ` jffs2 mounting problem ??

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