* booting process
@ 2006-05-31 19:27 Luís Cargnini
0 siblings, 0 replies; 5+ messages in thread
From: Luís Cargnini @ 2006-05-31 19:27 UTC (permalink / raw)
To: OMAP
Hi i compiled my u-Boot based on git tree, put omn the OSK 5912 board,
compiled my Kernel based on git tree, loaded to the board too.
Now some thisng remain i need to boot it, whe i did "tftp 00100000 uImage" i
download and put uImage there then bootm works, but if after i try to upload
my jffs image nothing works.
How to fix this ?
How to boot automatically ?
my mkfs.jffs2 command: mkfs.jffs2 -U -d filesys/ -o system.jffs2.img
my bootargs: bootargs=mem=32M console=ttyS0,115200n8 noinitrd rw
root=/dev/mtdblock4 rootfstype=jffs2
the error after reloaded the kernel and did bootm
Skipping reset check for DSP domain clock "dspper_ck"
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
No filesystem could mount root, tried: jffs2
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(2,0)
is write protected the flash ?
--
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: booting process
@ 2006-05-31 23:11 Menon, Nishanth
2006-06-01 5:32 ` J Yeh
0 siblings, 1 reply; 5+ messages in thread
From: Menon, Nishanth @ 2006-05-31 23:11 UTC (permalink / raw)
To: lvcargnini, OMAP
Hi Luis,
> After Mr. Luis Ries asked me i published the last e-mails exchanged
> with "Menon, Nishanth" on list
<snip>
> jffs2_scan_eraseblock(): Node at 0x00dc0000 {0x1985, 0x2001,
> 0x00000008) has invalid CRC 0x640620a0 (calculated 0x26b486ed)
> jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at
> 0x00dc0004: 0x0008 instead
> jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00dc0008:
> 0x20a0 instead
To repeat what I suggested:
Try this:
ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.0.0.tar.gz
from http://www.linux-mtd.infradead.org/
u need to cross compile it for arm platform with the kernel path is
properly given.. most probably the mkfs.jffs2 is the wrong version... I
suspect ur using the latest kernel from git tree...
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting process
2006-05-31 23:11 booting process Menon, Nishanth
@ 2006-06-01 5:32 ` J Yeh
2006-06-01 15:25 ` Luís Cargnini
0 siblings, 1 reply; 5+ messages in thread
From: J Yeh @ 2006-06-01 5:32 UTC (permalink / raw)
Cc: OMAP
Were you able to mount /dev/mtdblock4 while using nfs as root file system?
Jason
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: booting process
2006-06-01 5:32 ` J Yeh
@ 2006-06-01 15:25 ` Luís Cargnini
0 siblings, 0 replies; 5+ messages in thread
From: Luís Cargnini @ 2006-06-01 15:25 UTC (permalink / raw)
Cc: OMAP
thanks all for the ASAP answers, now seesm working no error reported
any more using new mtd-tools, but stopped in this
IXME: Clock "tc2_ck" seems unused
Disabling unused clock "tc1_ck"... done
Skipping reset check for DSP domain clock "dsptim_ck"
Skipping reset check for DSP domain clock "dspxor_ck"
Skipping reset check for DSP domain clock "dspper_ck"
VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 108K
and do not boot nothing else, i putted the busybox inside the image.
but i think this is a new subject.
On 6/1/06, J Yeh <jasonyeh0908@gmail.com> wrote:
> Were you able to mount /dev/mtdblock4 while using nfs as root file system?
>
> Jason
>
>
--
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: booting process
@ 2006-06-01 15:33 Menon, Nishanth
0 siblings, 0 replies; 5+ messages in thread
From: Menon, Nishanth @ 2006-06-01 15:33 UTC (permalink / raw)
To: lvcargnini; +Cc: OMAP
Hi Luís,
> VFS: Mounted root (jffs2 filesystem).
> Freeing init memory: 108K
>
> and do not boot nothing else, i putted the busybox inside the image.
> but i think this is a new subject.
Actually the new EBH/Cleanmarker implementation might take a little time to mount up based on ur flash size (some concepts of a garbage collector that I don't want to go into).. I got tricked on this some time back too :). I suggest to wait atleast 1 hr (more than double the actual time), and see if u have a bootup.. If you do have a boot, then from the next time, either make ur jffs2 image the same size as the flash size OR boot from NFS, do a mount and a umount of the flash partition, etc..
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-01 15:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-31 23:11 booting process Menon, Nishanth
2006-06-01 5:32 ` J Yeh
2006-06-01 15:25 ` Luís Cargnini
-- strict thread matches above, loose matches on Subject: below --
2006-06-01 15:33 Menon, Nishanth
2006-05-31 19:27 Luís Cargnini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox