From: Nethra <nethra_gmit@yahoo.co.in>
To: linuxppc-embedded@ozlabs.org
Subject: Re: [PATCH] jffs2 file system
Date: Sat, 24 Feb 2007 00:38:32 -0800 (PST) [thread overview]
Message-ID: <9132046.post@talk.nabble.com> (raw)
In-Reply-To: <1172144688.2759.0.camel@vader.jdub.homelinux.org>
steps falloed are..
1. erase FF800000 FFDFFFFF
2. tftpboot 0x100000 image.jffs2
3. cp.b 100000 FF800000 4dc874
> printenv
bootdelay=5
baudrate=38400
ethact=FCC2 ETHERNET
ethaddr=00:99:23:44:ad:de
filesize=4dc874
fileaddr=100000
ipaddr=192.168.178.83
serverip=192.168.178.110
bootcmd=tftpboot 0x1000000 jffsenabled;bootm 0x1000000;
stdin=serial
stdout=serial
stderr=serial
bootargs=root=/dev/mtdblock0 rootfstype=jffs2
Environment size: 296/262140 bytes
output of boot messages....
=> run bootcmd
Using FCC2 ETHERNET device
TFTP from server 192.168.178.110; our IP address is 192.168.178.83
Filename 'jffsenabled'.
Load address: 0x1000000
Loading: #################################################################
#################################################################
#################################################################
########
done
Bytes transferred = 1036518 (fd0e6 hex)
## Booting image at 01000000 ...
Image Name: Linux-2.6.10_mvl401-8272ads
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1036454 Bytes = 1012.2 kB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Linux version 2.6.10_mvl401-8272ads (root@em178110) (gcc version 3.4.3
(MontaVis
ta 3.4.3-25.0.70.0501961 2005-12-18)) #11 Thu Feb 15 11:40:04 IST 2007
Motorola PQ2 ADS PowerPC port
Built 1 zonelists
Kernel command line: root=/dev/mtdblock0 rootfstype=jffs2
PID hash table entries: 256 (order: 8, 4096 bytes)
hr_time_init: arch_to_nsec = 83886080, nsec_to_arch = 107374182
Warning: real time clock seems stuck!
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 29952k available (1856k kernel code, 512k data, 92k init, 0k
highmem)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
spawn_desched_task(00000000)
desched cpu_callback 3/00000000
ksoftirqd started up.
desched cpu_callback 2/00000000
desched thread 0 started up.
NET: Registered protocol family 16
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
JFFS version 1.0, (C) 1999, 2000 Axis Communications AB
JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
Initializing Cryptographic API
Serial: CPM driver $Revision: 0.01 $
ttyCPM0 at MMIO 0xf0011a00 (irq = 40) is a CPM UART
ttyCPM1 at MMIO 0xf0011a60 (irq = 43) is a CPM UART
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
loop: loaded (max 8 devices)
fs_enet.c:v1.0 (Aug 8, 2005)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
elevator: using anticipatory as default io scheduler
$Id: ftl.c,v 1.55 2005/01/17 13:47:21 hvr Exp $
physmap flash device: 800000 at ff800000
RedBoot partition parsing not available
Using physmap partition definition
Creating 4 MTD partitions on "phys_mapped_flash":
0x00000000-0x00600000 : "User FS"
mtd: Giving out device 0 to User FS
ftl_cs: FTL header not found.
0x00600000-0x00700000 : "uImage"
mtd: Giving out device 1 to uImage
ftl_cs: FTL header not found.
0x00700000-0x00740000 : "bootloader"
mtd: Giving out device 2 to bootloader
ftl_cs: FTL header not found.
0x00740000-0x00780000 : "bootloader env"
mtd: Giving out device 3 to bootloader env
ftl_cs: FTL header not found.
eth0: FCC ENET Version 0.3, 00:99:23:c4:ad:de
eth1: FCC ENET Version 0.3, 00:99:23:44:ad:de
eth2: FCC ENET Version 0.3, 00:99:23:64:ad:de
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET: Registered protocol family 1
NET: Registered protocol family 17
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000:
0xffff in
....
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x005c0004:
0xffff in
and it display rebooting in 180 seconds
what is the problem?
Nethra
Josh Boyer-2 wrote:
>
> On Thu, 2007-02-22 at 02:16 -0800, Nethra wrote:
>>
>> hi,
>> I m using PQ2FADS-ZU board and montavista kernel 2.6.10.
>> u-boot is u-boot-1.1.1
>>
>> Kernel configuration for MTD and JFFS2 support...
>
> Posting the output of your boot messages will likely get you more help
> than a .config.
>
> josh
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
--
View this message in context: http://www.nabble.com/jffs2-file-system-tf3271928.html#a9132046
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
next prev parent reply other threads:[~2007-02-24 8:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-22 10:16 jffs2 file system Nethra
2007-02-22 10:27 ` Juergen Beisert
2007-02-22 10:58 ` [PATCH] " Nethra
2007-02-22 11:29 ` Juergen Beisert
2007-02-23 4:28 ` Nethra
2007-02-23 14:55 ` Ben Warren
2007-02-24 3:19 ` Nethra
2007-02-24 3:25 ` Ben Warren
2007-02-24 3:38 ` Nethra
2007-02-24 3:45 ` Nethra
2007-02-22 11:44 ` Josh Boyer
2007-02-24 8:38 ` Nethra [this message]
2007-02-24 17:30 ` [PATCH] " Juergen Beisert
2007-02-26 3:28 ` Nethra
2007-02-24 22:15 ` Ben Warren
2007-02-26 3:04 ` Nethra
2007-02-26 9:14 ` Nethra
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=9132046.post@talk.nabble.com \
--to=nethra_gmit@yahoo.co.in \
--cc=linuxppc-embedded@ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.