中尉
- 注册时间
- 2016-1-10
- 金币
- 404 个
- 威望
- 3 个
- 荣誉
- 1 个
累计签到:37 天 连续签到:0 天 [LV.50]初入江湖
|
RedBoot> fis load -l kernel
Image loaded from 0x80300000-0x8059d086
RedBoot> exec -c "console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mem=64M board=ap96"
Now booting linux kernel:
Base address 0x80050000 Entry 0x80300408
Cmdline : console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mem=64M board=ap96
Linux version 2.6.15 (liulei@localhost) (gcc version 3.4.4) #1 Tue May 7 11:43:47 CST 2013
flash_size passed from bootloader = 16
arg 1: console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mem=64M board=ap96
CPU revision is: 00019374
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
User-defined physical RAM map:
memory: 04000000 @ 00000000 (usable)
Built 1 zonelists
Kernel command line: console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mem=64M board=ap96
Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, linesize 32 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
Cache parity protection disabled
PID hash table entries: 512 (order: 9, 8192 bytes)
Using 340.000 MHz high precision timer.
Console: colour dummy device 80x25
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 59008k/65536k available (2065k kernel code, 6492k reserved, 451k data, 160k init, 0k highmem)
Mount-cache hash table entries: 512
Checking for 'wait' instruction... available.
NET: Registered protocol family 16
AR7100 GPIOC major 0
JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
Initializing Cryptographic API
io scheduler noop registered
io scheduler deadline registered
Serial: 8250/16550 driver $Revision: #1 $ 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0x0 (irq = 19) is a 16550A
RAMDISK driver initialized: 1 RAM disks of 8192K size 1024 blocksize
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
6 cmdlinepart partitions found on MTD device ar7100-nor0
Creating 6 MTD partitions on "ar7100-nor0":
0x00000000-0x00040000 : "RedBoot"
0x00040000-0x00080000 : "config.bin"
0x00080000-0x00180000 : "kernel"
0x00180000-0x00a00000 : "fs-jffs2"
0x00a00000-0x00fc0000 : "ext-jffs2"
0x00fc0000-0x01000000 : "RedBootConfig"
u32 classifier
Netfilter messages via NETLINK v0.30.
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 2, 16384 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
ip_conntrack version 2.4 (512 buckets, 4096 max) - 232 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
ip6_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 17
Ebtables v2.0 registered
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
jffs2: Too few erase blocks (4)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,2) |
|