Installing on E02

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Installing on E02

Postby MI95SHO » Sun Feb 10, 2013 11:42 pm

Hello,

I've searched all around here and the web trying to figure out what I am missing. I have a E02 plug and am trying to install archlinux. I have followed the tutorial to a 'T' on here (http://archlinuxarm.org/platforms/armv5 ... 2-pinkgray).

Everything looks like it goes great until I reboot. I reboot the plug and it comes back with an orange light, but I cannot access the unit any more (it has no IP address with the router and cannot be pinged). If I unplug the flash drive it goes right back to plug's OS just fine, but cannot get it to start up archlinux. I have tried multiple flash drives and still no luck. I am at a loss as to what it is hung up on.

Any help would be greatly appreciated! I have some linux knowledge and live CD's if there is anything on that end that would help.

Thanks
MI95SHO
 
Posts: 4
Joined: Sun Feb 10, 2013 11:33 pm

Re: Installing on E02

Postby moonman » Mon Feb 11, 2013 1:20 am

Setup netconsole to see what's going on at boot.

viewtopic.php?f=18&t=3355 scroll down to Activating netconsole
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Installing on E02

Postby MI95SHO » Tue Feb 12, 2013 12:34 am

Well either I am not as in tune with terminal and linux code, or I cannot get netconsole to work by following the instructions on the link you provided :(

I guess is there a better step by step for the E02 unit?

Any other ideas as to what is going on, and how to get my PP running?
MI95SHO
 
Posts: 4
Joined: Sun Feb 10, 2013 11:33 pm

Re: Installing on E02

Postby moonman » Tue Feb 12, 2013 2:20 am

What is there to follow? Just copy paste line by line after you ssh into your pogoplug.

Then bootup a linux machine (or live cd), open terminal and copy paste this (assuming you are connected to the network using ethernet cable):

$this->bbcode_second_pass_code('', 'sudo ifconfig eth0:0 10.10.10.5
sudo ifconfig eth0:1 10.10.10.4
sudo ifconfig eth0:2 10.10.10.2')

Then copy paste this into the same terminal window:
$this->bbcode_second_pass_code('', 'nc -lu 10.10.10.5 6666')

Open another terminal (CTRL + SHIFT + N) and copy paste this:

$this->bbcode_second_pass_code('', 'nc -lu 10.10.10.4 6666')

Keep both terminal windows open and unplug your pogo from power, then plug it back in and those terminals should start showing something. I will need ouput from both
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Installing on E02

Postby MI95SHO » Wed Feb 13, 2013 11:41 pm

It was a router issue stopping me it looks like. Here is what I was able to collect;

Under default PP boot, nothing on 10.10.10.4 or 10.10.10.2:
$this->bbcode_second_pass_code('', 'ubuntu@ubuntu:~$ nc -lu 10.10.10.5 6666

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported

** Invalid boot device **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 129024 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 512 (aligned 512)
UBI: data offset: 2048
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 91 MiB
UBI: number of good PEBs: 727
UBI: number of bad PEBs: 1
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 716
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
** Block device usb 0 not supported
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
** Block device usb 0 not supported
** Block device usb 0 not supported
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS: ......... done.
### JFFS2 load complete: 524288 bytes loaded ')

Under USB archlinux boot, nothing on 10.10.10.2:
10.10.10.5
$this->bbcode_second_pass_code('', 'U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 129024 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 512 (aligned 512)
UBI: data offset: 2048
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 91 MiB
UBI: number of good PEBs: 727
UBI: number of bad PEBs: 1
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 716
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2869588 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.1.10-15-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869524 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

')

10.10.10.4;
$this->bbcode_second_pass_code('', ' nc -lu 10.10.10.4 6666
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-15-ARCH (nobody@panda1) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Marvell SheevaPlug Reference Board
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 252304k/252304k available, 9840k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052edb8 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 2.085261] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 2.175190] pid_max: default: 32768 minimum: 301
[ 2.175318] Security Framework initialized
[ 2.175341] AppArmor: AppArmor disabled by boot time parameter
[ 2.175408] Mount-cache hash table entries: 512
[ 2.175795] Initializing cgroup subsys cpuacct
[ 2.175822] Initializing cgroup subsys memory
[ 2.175859] Initializing cgroup subsys devices
[ 2.175873] Initializing cgroup subsys freezer
[ 2.175883] Initializing cgroup subsys net_cls
[ 2.175893] Initializing cgroup subsys blkio
[ 2.175917] Initializing cgroup subsys perf_event
[ 2.175936] Initializing cgroup subsys bfqio
[ 2.176026] CPU: Testing write buffer coherency: ok
[ 2.177310] devtmpfs: initialized
[ 2.179313] NET: Registered protocol family 16
[ 2.179983] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 2.179998] Feroceon L2: Enabling L2
[ 2.180036] Feroceon L2: Cache support initialised.
[ 2.180560] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 2.180589] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 2.185630] bio: create slab <bio-0> at 0
[ 2.186002] vgaarb: loaded
[ 2.186270] SCSI subsystem initialized
[ 2.186427] libata version 3.00 loaded.
[ 2.186641] usbcore: registered new interface driver usbfs
[ 2.186737] usbcore: registered new interface driver hub
[ 2.186841] usbcore: registered new device driver usb
[ 2.187400] Switching to clocksource orion_clocksource
[ 2.195190] Switched to NOHz mode on CPU #0
[ 2.196483] FS-Cache: Loaded
[ 2.206325] NET: Registered protocol family 2
[ 2.206571] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 2.207291] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 2.207517] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 2.207614] TCP: Hash tables configured (established 8192 bind 8192)
[ 2.207624] TCP reno registered
[ 2.207636] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 2.207659] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 2.207900] NET: Registered protocol family 1
[ 2.207937] PCI: CLS 0 bytes, default 32
[ 2.208524] audit: initializing netlink socket (disabled)
[ 2.208558] type=2000 audit(0.120:1): initialized
[ 2.295616] VFS: Disk quotas dquot_6.5.2
[ 2.295885] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.298191] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 2.299502] aufs 3.1-20111107
[ 2.299524] msgmni has been set to 492
[ 2.300871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 2.300888] io scheduler noop registered
[ 2.300896] io scheduler deadline registered
[ 2.300985] io scheduler cfq registered
[ 2.301062] io scheduler bfq registered (default)
[ 2.301126] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 2.301159] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 2.337482] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 2.377481] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 2.417478] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 2.457477] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 2.462565] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 2.483248] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 3.030498] console [ttyS0] enabled
[ 3.040144] brd: module loaded
[ 3.046228] loop: module loaded
[ 3.050418] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 3.059111] Scanning device for bad blocks
[ 3.109224] Bad eraseblock 618 at 0x000004d40000
[ 3.143983] 4 cmdlinepart partitions found on MTD device orion_nand
[ 3.150294] Creating 4 MTD partitions on "orion_nand":
[ 3.155462] 0x000000000000-0x000000100000 : "u-boot"
[ 3.160813] 0x000000100000-0x000000500000 : "uImage"
[ 3.166103] 0x000000500000-0x000002500000 : "rootfs"
[ 3.171445] 0x000002500000-0x000008000000 : "data"
[ 3.177398] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 3.184349] mv643xx_eth smi: probed
[ 3.189993] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:25:31:00:95:2c
[ 3.198972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.205568] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 3.210935] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 3.247453] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 3.267446] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 3.273997] hub 1-0:1.0: USB hub found
[ 3.277803] hub 1-0:1.0: 1 port detected
[ 3.282241] Initializing USB Mass Storage driver...
[ 3.287225] usbcore: registered new interface driver usb-storage
[ 3.293284] USB Mass Storage support registered.
[ 3.298020] usbcore: registered new interface driver libusual
[ 3.304099] mousedev: PS/2 mouse device common for all mice
[ 3.597450] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 3.749439] hub 1-1:1.0: USB hub found
[ 3.753565] hub 1-1:1.0: 4 ports detected
[ 4.037699] usb 1-1.3: new high speed USB device number 3 using orion-ehci
[ 4.150386] scsi0 : usb-storage 1-1.3:1.0
[ 4.317439] rtc-mv rtc-mv: internal RTC not ticking
[ 4.322505] sdhci: Secure Digital Host Controller Interface driver
[ 4.328736] sdhci: Copyright(c) Pierre Ossman
[ 4.333318] mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
[ 4.341493] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.347313] Registered led device: plug:red:misc
[ 4.352078] Registered led device: status:green:health
[ 4.357332] Registered led device: status:blue:health
[ 4.362637] usbcore: registered new interface driver r8712u
[ 4.372216] GRE over IPv4 demultiplexor driver
[ 4.376638] TCP cubic registered
[ 4.380098] NET: Registered protocol family 17
[ 4.384638] lib80211: common routines for IEEE802.11 drivers
[ 4.390349] lib80211_crypt: registered algorithm 'NULL'
[ 4.395602] Registering the dns_resolver key type
[ 4.400386] Gating clock of unused units
[ 4.404346] before: 0x00dfc3fd
[ 4.407446] after: 0x00c701d9
[ 4.411088] registered taskstats version 1
[ 4.415852] netconsole: local port 6665
[ 4.419739] netconsole: local IP 10.10.10.3
[ 4.423936] netconsole: interface 'eth0'
[ 4.427909] netconsole: remote port 6666
[ 4.431846] netconsole: remote IP 10.10.10.4
[ 4.436137] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 4.442350] netconsole: device eth0 not up yet, forcing it
[ 5.148540] scsi 0:0:0:0: Direct-Access USB Disk 0.00 PQ: 0 ANSI: 4
[ 5.157529] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.163495] sd 0:0:0:0: [sda] 3940352 512-byte logical blocks: (2.01 GB/1.87 GiB)
[ 5.171838] sd 0:0:0:0: [sda] Write Protect is off
[ 5.176651] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 5.182463] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 5.196654] sda: sda1
[ 5.202088] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.777258] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 6.788567] console [netcon0] enabled
[ 6.792260] netconsole: network logging started
[ 6.796894] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 6.803537] Waiting 10sec before mounting root device...
[ 16.819357] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 16.830617] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 16.852854] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 16.860016] VFS: Mounted root (ext2 filesystem) on device 8:1.
[ 16.869770] devtmpfs: mounted
[ 16.873419] Freeing init memory: 172K
[ 16.997542] Kernel panic - not syncing: Attempted to kill init!
[ 17.003564] [<c000d290>] (unwind_backtrace+0x0/0xe0) from [<c03cc5d4>] (panic+0x58/0x198)
[ 17.011845] [<c03cc5d4>] (panic+0x58/0x198) from [<c0021a48>] (do_exit+0x88/0x7a0)
[ 17.019517] [<c0021a48>] (do_exit+0x88/0x7a0) from [<c00224a4>] (do_group_exit+0xb4/0xf8)
[ 17.027770] [<c00224a4>] (do_group_exit+0xb4/0xf8) from [<c00224f8>] (__wake_up_parent+0x0/0x18)
')
MI95SHO
 
Posts: 4
Joined: Sun Feb 10, 2013 11:33 pm

Re: Installing on E02

Postby moonman » Thu Feb 14, 2013 3:20 am

kernel crashes for some reason.

You have several usb devices attached, try with only one.

In ubuntu run e2fsck -f /dev/sdX1 where X is the drive path of your usb stick (find out with "mount" command)

If nothing helps, then reinstall by following the link in my signature.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Installing on E02

Postby sjwoo » Wed Feb 27, 2013 10:21 pm

I'm having a similar as the OP -- same device, a Pogo E02. I've tried multiple flash drives, and they all have the same problem.

Here's my netconsole output:

$this->bbcode_second_pass_code('', '
$ nc -lu 10.10.10.5 6666

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 129024 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 512 (aligned 512)
UBI: data offset: 2048
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 91 MiB
UBI: number of good PEBs: 724
UBI: number of bad PEBs: 4
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 713
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2869588 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.1.10-15-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869524 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...
')

$this->bbcode_second_pass_code('', '
$ nc -lu 10.10.10.4 6666
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-15-ARCH (nobody@panda1) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Marvell SheevaPlug Reference Board
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 252304k/252304k available, 9840k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052edb8 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.930895] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 1.020824] pid_max: default: 32768 minimum: 301
[ 1.020949] Security Framework initialized
[ 1.020971] AppArmor: AppArmor disabled by boot time parameter
[ 1.021038] Mount-cache hash table entries: 512
[ 1.021424] Initializing cgroup subsys cpuacct
[ 1.021451] Initializing cgroup subsys memory
[ 1.021488] Initializing cgroup subsys devices
[ 1.021502] Initializing cgroup subsys freezer
[ 1.021512] Initializing cgroup subsys net_cls
[ 1.021521] Initializing cgroup subsys blkio
[ 1.021544] Initializing cgroup subsys perf_event
[ 1.021563] Initializing cgroup subsys bfqio
[ 1.021653] CPU: Testing write buffer coherency: ok
[ 1.022930] devtmpfs: initialized
[ 1.024938] NET: Registered protocol family 16
[ 1.025607] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 1.025622] Feroceon L2: Enabling L2
[ 1.025660] Feroceon L2: Cache support initialised.
[ 1.026182] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 1.026211] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 1.031248] bio: create slab <bio-0> at 0
[ 1.031617] vgaarb: loaded
[ 1.031889] SCSI subsystem initialized
[ 1.032046] libata version 3.00 loaded.
[ 1.032261] usbcore: registered new interface driver usbfs
[ 1.032357] usbcore: registered new interface driver hub
[ 1.032459] usbcore: registered new device driver usb
[ 1.033018] Switching to clocksource orion_clocksource
[ 1.040825] Switched to NOHz mode on CPU #0
[ 1.042107] FS-Cache: Loaded
[ 1.051950] NET: Registered protocol family 2
[ 1.052195] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 1.052915] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 1.053142] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 1.053238] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.053249] TCP reno registered
[ 1.053260] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 1.053283] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 1.053524] NET: Registered protocol family 1
[ 1.053560] PCI: CLS 0 bytes, default 32
[ 1.054151] audit: initializing netlink socket (disabled)
[ 1.054183] type=2000 audit(0.120:1): initialized
[ 1.141267] VFS: Disk quotas dquot_6.5.2
[ 1.141536] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.143840] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.145149] aufs 3.1-20111107
[ 1.145171] msgmni has been set to 492
[ 1.146524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.146539] io scheduler noop registered
[ 1.146548] io scheduler deadline registered
[ 1.146636] io scheduler cfq registered
[ 1.146715] io scheduler bfq registered (default)
[ 1.146781] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 1.146813] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 1.183100] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 1.223098] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 1.263095] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 1.303094] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 1.308176] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 1.328861] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 1.876110] console [ttyS0] enabled
[ 1.885757] brd: module loaded
[ 1.891834] loop: module loaded
[ 1.896016] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 1.904705] Scanning device for bad blocks
[ 1.936828] Bad eraseblock 376 at 0x000002f00000
[ 1.962246] Bad eraseblock 656 at 0x000005200000
[ 1.973337] Bad eraseblock 743 at 0x000005ce0000
[ 1.981728] Bad eraseblock 794 at 0x000006340000
[ 2.003422] 4 cmdlinepart partitions found on MTD device orion_nand
[ 2.009720] Creating 4 MTD partitions on "orion_nand":
[ 2.014903] 0x000000000000-0x000000100000 : "u-boot"
[ 2.020239] 0x000000100000-0x000000500000 : "uImage"
[ 2.025556] 0x000000500000-0x000002500000 : "rootfs"
[ 2.030865] 0x000002500000-0x000008000000 : "data"
[ 2.036849] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 2.043799] mv643xx_eth smi: probed
[ 2.049425] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:25:31:00:be:44
[ 2.058405] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.065040] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 2.070364] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 2.103070] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 2.123063] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 2.129614] hub 1-0:1.0: USB hub found
[ 2.133416] hub 1-0:1.0: 1 port detected
[ 2.137853] Initializing USB Mass Storage driver...
[ 2.142838] usbcore: registered new interface driver usb-storage
[ 2.148897] USB Mass Storage support registered.
[ 2.153633] usbcore: registered new interface driver libusual
[ 2.159711] mousedev: PS/2 mouse device common for all mice
[ 2.453068] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 2.605087] hub 1-1:1.0: USB hub found
[ 2.609215] hub 1-1:1.0: 4 ports detected
[ 2.893348] usb 1-1.1: new high speed USB device number 3 using orion-ehci
[ 3.011663] scsi0 : usb-storage 1-1.1:1.0
[ 3.173057] rtc-mv rtc-mv: internal RTC not ticking
[ 3.178120] sdhci: Secure Digital Host Controller Interface driver
[ 3.184350] sdhci: Copyright(c) Pierre Ossman
[ 3.188930] mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
[ 3.197036] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.202855] Registered led device: plug:red:misc
[ 3.207687] Registered led device: status:green:health
[ 3.212947] Registered led device: status:blue:health
[ 3.218251] usbcore: registered new interface driver r8712u
[ 3.227833] GRE over IPv4 demultiplexor driver
[ 3.232252] TCP cubic registered
[ 3.235720] NET: Registered protocol family 17
[ 3.240262] lib80211: common routines for IEEE802.11 drivers
[ 3.245971] lib80211_crypt: registered algorithm 'NULL'
[ 3.251225] Registering the dns_resolver key type
[ 3.256043] Gating clock of unused units
[ 3.260001] before: 0x00dfc3fd
[ 3.263102] after: 0x00c701d9
[ 3.266725] registered taskstats version 1
[ 3.271491] netconsole: local port 6665
[ 3.275372] netconsole: local IP 10.10.10.3
[ 3.279576] netconsole: interface 'eth0'
[ 3.283540] netconsole: remote port 6666
[ 3.287478] netconsole: remote IP 10.10.10.4
[ 3.291768] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 3.297907] netconsole: device eth0 not up yet, forcing it
[ 4.015312] scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4
[ 4.024383] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.030634] sd 0:0:0:0: [sda] 16248832 512-byte logical blocks: (8.31 GB/7.74 GiB)
[ 4.039238] sd 0:0:0:0: [sda] Write Protect is off
[ 4.044090] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 4.049988] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.064805] sda: sda1
[ 4.070362] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.302111] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 6.313334] console [netcon0] enabled
[ 6.317030] netconsole: network logging started
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 6.321672] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 6.328297] Waiting 10sec before mounting root device...
[ 16.344756] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[ 16.344756] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[ 16.363078] List of all partitions:
[ 16.366618] 0800 8124416 sda driver: sd
[ 16.371298] 0801 8120826 sda1 00000000-0000-0000-0000-000000000000
[ 16.378434] No filesystem could mount root, tried:
[ 16.383211] Unable to handle kernel paging request at virtual address 00303030
[ 16.390663] pgd = c0004000
[ 16.393402] [00303030] *pgd=00000000
[ 16.397024] Internal error: Oops: 5 [#1] PREEMPT
[ 16.401664] Modules linked in:
[ 16.404743] CPU: 0 Not tainted (3.1.10-15-ARCH #1)
[ 16.409912] PC is at mount_block_root+0x200/0x280
[ 16.414642] LR is at mount_block_root+0x1e0/0x280
[ 16.419369] pc : [<c052fbfc>] lr : [<c052fbdc>] psr: 40000013
[ 16.419374] sp : cf82bf80 ip : 00000000 fp : 00000000
[ 16.430911] r10: c049f440 r9 : 00000000 r8 : 00008000
[ 16.436162] r7 : c086193c r6 : c0551e7c r5 : cf812005 r4 : 00303030
[ 16.442721] r3 : cf82beb0 r2 : cf82bf74 r1 : c049f418 r0 : 00000039
[ 16.449286] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 16.363078] List of all partitions:
[ 16.456636] Control: 0005397f Table: 00004000 DAC: 00000017
[ 16.366618] 0800 8124416 sda [ 16.462408] Process swapper (pid: 1, stack limit = 0xcf82a270)
[ 16.468270] Stack: (0xcf82bf80 to 0xcf82c000)
[ 16.472653] bf80: 00000000 00000000 00006180 cf4a2980 00006000 c00d3508 cf8190a0 cf497300
[ 16.480875] bfa0: c049f440 00000001 c0593380 c0551e91 c000945c 00000013 00000000 00000000
[ 16.489098] bfc0: 00000000 c052ff3c fffffffe 00000002 00000000 c0558ee4 c0558ee4 c052f8c8
[ 16.497321] bfe0: 00000000 00000000 00000000 00000000 c052f7ac c000945c ffffffff efffffff
[ 16.505553] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.515173] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.524366] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
[ 16.533294] Code: e1a00004 ebf3b517 e2800001 e0844000 (e5d43000)
[ 16.539588] ---[ end trace 78096d98b0141e32 ]---
[ 16.544349] Kernel panic - not syncing: Attempted to kill init!
[ 16.550338] [<c000d290>] (unwind_backtrace+0x0/0xe0) from [<c03cc5d4>] (panic+0x58/0x198)
[ 16.497321] bfe0: 00000000 00000000 00000000 00000000 c052f7ac c000945c ffffffff efffffff
[ 16.505553] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.558602] [<c03cc5d4>] (panic+0x58/0x198) from [<c0021a48>] (do_exit+0x88/0x7a0)
[ 16.566252] [<c0021a48>] (do_exit+0x88/0x7a0) from [<c000b8e0>] (die+0x1d4/0x200)
[ 16.573809] [<c000b8e0>] (die+0x1d4/0x200) from [<c03cc4ac>] (__do_kernel_fault.part.2+0x54/0x74)
[ 16.582756] [<c03cc4ac>] (__do_kernel_fault.part.2+0x54/0x74) from [<c03d3c58>] (do_page_fault.part.3+0x274/0x2b0)
[ 16.593194] [<c03d3c58>] (do_page_fault.part.3+0x274/0x2b0) from [<c03d3cc0>] (do_page_fault+0x2c/0x94)
[ 16.602655] [<c03d3cc0>] (do_page_fault+0x2c/0x94) from [<c00083cc>] (do_DataAbort+0x34/0x98)
[ 16.611257] [<c00083cc>] (do_DataAbort+0x34/0x98) from [<c03d2478>] (__dabt_svc+0x38/0x60)
[ 16.619584] Exception stack(0xcf82bf38 to 0xcf82bf80)
[ 16.624686] bf20: 00000039 c049f418
[ 16.632917] bf40: cf82bf74 cf82beb0 00303030 cf812005 c0551e7c c086193c 00008000 00000000
[ 16.641232] bf60: c049f440 00000000 00000000 cf82bf80 c052fbdc c052fbfc 40000013 ffffffff
[ 16.649487] [<c03d2478>] (__dabt_svc+0x38/0x60) from [<c052fbfc>] (mount_block_root+0x200/0x280)
[ 16.573809] [<c000b8e0>] (die+0x1d4/0x200) from [<c03cc4ac>] (__do_kernel_fault.part.2+0x54/0x74)
[ 16.658353] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.667997] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.677206] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
[ 16.677206] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
')
sjwoo
 
Posts: 38
Joined: Thu Dec 15, 2011 2:46 pm

Re: Installing on E02

Postby sjwoo » Wed Feb 27, 2013 11:04 pm

I just tried this again with a USB hard drive -- same exact output. I just bought this unit from Adorama. What else can I do at this point?

$this->bbcode_second_pass_code('', '$ nc -lu 10.10.10.4 6666
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-15-ARCH (nobody@panda1) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Marvell SheevaPlug Reference Board
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 252304k/252304k available, 9840k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052edb8 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.517543] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 0.607472] pid_max: default: 32768 minimum: 301
[ 0.607599] Security Framework initialized
[ 0.607621] AppArmor: AppArmor disabled by boot time parameter
[ 0.607688] Mount-cache hash table entries: 512
[ 0.608075] Initializing cgroup subsys cpuacct
[ 0.608102] Initializing cgroup subsys memory
[ 0.608139] Initializing cgroup subsys devices
[ 0.608152] Initializing cgroup subsys freezer
[ 0.608162] Initializing cgroup subsys net_cls
[ 0.608172] Initializing cgroup subsys blkio
[ 0.608197] Initializing cgroup subsys perf_event
[ 0.608218] Initializing cgroup subsys bfqio
[ 0.608310] CPU: Testing write buffer coherency: ok
[ 0.609598] devtmpfs: initialized
[ 0.611604] NET: Registered protocol family 16
[ 0.612271] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 0.612286] Feroceon L2: Enabling L2
[ 0.612324] Feroceon L2: Cache support initialised.
[ 0.612848] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 0.612877] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 0.617920] bio: create slab <bio-0> at 0
[ 0.618291] vgaarb: loaded
[ 0.618562] SCSI subsystem initialized
[ 0.618720] libata version 3.00 loaded.
[ 0.618936] usbcore: registered new interface driver usbfs
[ 0.619032] usbcore: registered new interface driver hub
[ 0.619137] usbcore: registered new device driver usb
[ 0.619695] Switching to clocksource orion_clocksource
[ 0.627471] Switched to NOHz mode on CPU #0
[ 0.628785] FS-Cache: Loaded
[ 0.638641] NET: Registered protocol family 2
[ 0.638887] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.639606] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.639831] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.639928] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.639938] TCP reno registered
[ 0.639950] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.639973] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.640216] NET: Registered protocol family 1
[ 0.640253] PCI: CLS 0 bytes, default 32
[ 0.640841] audit: initializing netlink socket (disabled)
[ 0.640875] type=2000 audit(0.120:1): initialized
[ 0.727812] VFS: Disk quotas dquot_6.5.2
[ 0.728081] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.730386] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.731697] aufs 3.1-20111107
[ 0.731719] msgmni has been set to 492
[ 0.733069] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.733084] io scheduler noop registered
[ 0.733093] io scheduler deadline registered
[ 0.733182] io scheduler cfq registered
[ 0.733260] io scheduler bfq registered (default)
[ 0.733326] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 0.733358] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 0.769778] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 0.809776] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 0.849772] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 0.889771] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 0.894856] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.915546] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 1.462793] console [ttyS0] enabled
[ 1.472438] brd: module loaded
[ 1.478521] loop: module loaded
[ 1.482706] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 1.491396] Scanning device for bad blocks
[ 1.523519] Bad eraseblock 376 at 0x000002f00000
[ 1.548939] Bad eraseblock 656 at 0x000005200000
[ 1.560029] Bad eraseblock 743 at 0x000005ce0000
[ 1.568420] Bad eraseblock 794 at 0x000006340000
[ 1.590115] 4 cmdlinepart partitions found on MTD device orion_nand
[ 1.596411] Creating 4 MTD partitions on "orion_nand":
[ 1.601594] 0x000000000000-0x000000100000 : "u-boot"
[ 1.606932] 0x000000100000-0x000000500000 : "uImage"
[ 1.612246] 0x000000500000-0x000002500000 : "rootfs"
[ 1.617558] 0x000002500000-0x000008000000 : "data"
[ 1.623536] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 1.630492] mv643xx_eth smi: probed
[ 1.636119] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:25:31:00:be:44
[ 1.645098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.651732] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 1.657057] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 1.689747] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 1.709741] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 1.716289] hub 1-0:1.0: USB hub found
[ 1.720092] hub 1-0:1.0: 1 port detected
[ 1.724532] Initializing USB Mass Storage driver...
[ 1.729521] usbcore: registered new interface driver usb-storage
[ 1.735579] USB Mass Storage support registered.
[ 1.740317] usbcore: registered new interface driver libusual
[ 1.746398] mousedev: PS/2 mouse device common for all mice
[ 2.039745] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 2.191712] hub 1-1:1.0: USB hub found
[ 2.195838] hub 1-1:1.0: 4 ports detected
[ 2.479972] usb 1-1.2: new high speed USB device number 3 using orion-ehci
[ 2.644908] scsi0 : usb-storage 1-1.2:2.0
[ 2.759733] rtc-mv rtc-mv: internal RTC not ticking
[ 2.764809] sdhci: Secure Digital Host Controller Interface driver
[ 2.771042] sdhci: Copyright(c) Pierre Ossman
[ 2.775624] mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
[ 2.783729] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.789537] Registered led device: plug:red:misc
[ 2.794299] Registered led device: status:green:health
[ 2.799548] Registered led device: status:blue:health
[ 2.804855] usbcore: registered new interface driver r8712u
[ 2.814442] GRE over IPv4 demultiplexor driver
[ 2.818865] TCP cubic registered
[ 2.822326] NET: Registered protocol family 17
[ 2.826868] lib80211: common routines for IEEE802.11 drivers
[ 2.832577] lib80211_crypt: registered algorithm 'NULL'
[ 2.837831] Registering the dns_resolver key type
[ 2.842684] Gating clock of unused units
[ 2.846642] before: 0x00dfc3fd
[ 2.849744] after: 0x00c701d9
[ 2.853388] registered taskstats version 1
[ 2.858156] netconsole: local port 6665
[ 2.862038] netconsole: local IP 10.10.10.3
[ 2.866243] netconsole: interface 'eth0'
[ 2.870214] netconsole: remote port 6666
[ 2.874152] netconsole: remote IP 10.10.10.4
[ 2.878443] netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 2.884582] netconsole: device eth0 not up yet, forcing it
[ 3.641683] scsi 0:0:0:0: Direct-Access FUJITSU MHT2040AT 0022 PQ: 0 ANSI: 0 CCS
[ 3.651191] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.656602] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 3.665237] sd 0:0:0:0: [sda] Write Protect is off
[ 3.670092] sd 0:0:0:0: [sda] Mode Sense: 2a 00 00 00
[ 3.675861] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.761483] sda: sda1
[ 3.766611] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.896073] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 5.910808] console [netcon0] enabled
[ 5.914500] netconsole: network logging started
[ 5.919133] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 5.925766] Waiting 10sec before mounting root device...
[ 15.940639] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[ 15.959757] List of all partitions:
[ 15.963303] 0800 39070080 sda driver: sd
[ 15.967984] 0801 39070048 sda1 00000000-0000-0000-0000-000000000000
[ 15.975120] No filesystem could mount root, tried:
[ 15.979897] Unable to handle kernel paging request at virtual address 00303030
[ 15.987344] pgd = c0004000
[ 15.940639] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[ 15.990088] [00303030] *pgd=00000000
[ 15.993711] Internal error: Oops: 5 [#1] PREEMPT
[ 15.998350] Modules linked in:
[ 16.001429] CPU: 0 Not tainted (3.1.10-15-ARCH #1)
[ 16.006596] PC is at mount_block_root+0x200/0x280
[ 16.011326] LR is at mount_block_root+0x1e0/0x280
[ 16.016055] pc : [<c052fbfc>] lr : [<c052fbdc>] psr: 40000013
[ 16.016061] sp : cf82bf80 ip : 00000000 fp : 00000000
[ 16.027597] r10: c049f440 r9 : 00000000 r8 : 00008000
[ 16.032848] r7 : c086193c r6 : c0551e7c r5 : cf812005 r4 : 00303030
[ 16.039408] r3 : cf82beb0 r2 : cf82bf74 r1 : c049f418 r0 : 00000039
[ 16.045972] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 16.053323] Control: 0005397f Table: 00004000 DAC: 00000017
[ 16.059096] Process swapper (pid: 1, stack limit = 0xcf82a270)
[ 16.064955] Stack: (0xcf82bf80 to 0xcf82c000)
[ 16.069338] bf80: 00000000 00000000 00006180 cf4a2980 00006000 c00d3508 cf8190a0 cf497300
[ 16.077561] bfa0: c049f440 00000001 c0593380 c0551e91 c000945c 00000013 00000000 00000000
[ 16.016055] pc : [<c052fbfc>] lr : [<c052fbdc>] psr: 40000013
[ 16.085783] bfc0: 00000000 c052ff3c fffffffe 00000002 00000000 c0558ee4 c0558ee4 c052f8c8
[ 16.027597] r10: c049f440 r9 : 00000000 r8 : 00008000
[ 16.094007] bfe0: 00000000 00000000 00000000 00000000 c052f7ac c000945c ffcbffef edffffff
[ 16.102237] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.111858] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.121044] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
[ 16.129969] Code: e1a00004 ebf3b517 e2800001 e0844000 (e5d43000)
[ 16.136258] ---[ end trace b96cf012c7778172 ]---
[ 16.141015] Kernel panic - not syncing: Attempted to kill init!
[ 16.147004] [<c000d290>] (unwind_backtrace+0x0/0xe0) from [<c03cc5d4>] (panic+0x58/0x198)
[ 16.155269] [<c03cc5d4>] (panic+0x58/0x198) from [<c0021a48>] (do_exit+0x88/0x7a0)
[ 16.162921] [<c0021a48>] (do_exit+0x88/0x7a0) from [<c000b8e0>] (die+0x1d4/0x200)
[ 16.170477] [<c000b8e0>] (die+0x1d4/0x200) from [<c03cc4ac>] (__do_kernel_fault.part.2+0x54/0x74)
[ 16.179423] [<c03cc4ac>] (__do_kernel_fault.part.2+0x54/0x74) from [<c03d3c58>] (do_page_fault.part.3+0x274/0x2b0)
[ 16.111858] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.121044] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
[ 16.189863] [<c03d3c58>] (do_page_fault.part.3+0x274/0x2b0) from [<c03d3cc0>] (do_page_fault+0x2c/0x94)
[ 16.199323] [<c03d3cc0>] (do_page_fault+0x2c/0x94) from [<c00083cc>] (do_DataAbort+0x34/0x98)
[ 16.207924] [<c00083cc>] (do_DataAbort+0x34/0x98) from [<c03d2478>] (__dabt_svc+0x38/0x60)
[ 16.216253] Exception stack(0xcf82bf38 to 0xcf82bf80)
[ 16.221355] bf20: 00000039 c049f418
[ 16.229585] bf40: cf82bf74 cf82beb0 00303030 cf812005 c0551e7c c086193c 00008000 00000000
[ 16.237901] bf60: c049f440 00000000 00000000 cf82bf80 c052fbdc c052fbfc 40000013 ffffffff
[ 16.246154] [<c03d2478>] (__dabt_svc+0x38/0x60) from [<c052fbfc>] (mount_block_root+0x200/0x280)
[ 16.255022] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.264665] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.273872] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
[ 16.207924] [<c00083cc>] (do_DataAbort+0x34/0x98) from [<c03d2478>] (__dabt_svc+0x38/0x60)
[ 16.216253] Exception stack(0xcf82bf38 to 0xcf82bf80)
[ 16.221355] bf20: 00000039 c049f418
[ 16.229585] bf40: cf82bf74 cf82beb0 00303030 cf812005 c0551e7c c086193c 00008000 00000000
[ 16.237901] bf60: c049f440 00000000 00000000 cf82bf80 c052fbdc c052fbfc 40000013 ffffffff
[ 16.246154] [<c03d2478>] (__dabt_svc+0x38/0x60) from [<c052fbfc>] (mount_block_root+0x200/0x280)
[ 16.255022] [<c052fbfc>] (mount_block_root+0x200/0x280) from [<c052ff3c>] (prepare_namespace+0x160/0x1c0)
[ 16.264665] [<c052ff3c>] (prepare_namespace+0x160/0x1c0) from [<c052f8c8>] (kernel_init+0x11c/0x14c)
[ 16.273872] [<c052f8c8>] (kernel_init+0x11c/0x14c) from [<c000945c>] (kernel_thread_exit+0x0/0x8)
')
sjwoo
 
Posts: 38
Joined: Thu Dec 15, 2011 2:46 pm

Re: Installing on E02

Postby sjwoo » Wed Feb 27, 2013 11:07 pm

One more thing -- everything works perfectly fine after the initial reboot post-install. It's only when I unplug the device afterwards that it isn't able to get back into the Arch OS. If I never lost power, I suppose this will work, but that's no way to run a NAS...
sjwoo
 
Posts: 38
Joined: Thu Dec 15, 2011 2:46 pm

Re: Installing on E02

Postby sjwoo » Thu Feb 28, 2013 12:18 pm

Okay, I think I figured it out. If I shut down gracefully, then the system is AOK. It's only if I shut down suddenly. When I take out the USB stick and run "e2fsck -f /dev/sdX1" as moonman suggested on my Linux box then put it back in the Pogo, it starts up OK.

This seems like a very serious problem, though. On the subsequent boot, there are invalid journal entries that the system fixes, but am I going to have to do this every time there's a power failure?
sjwoo
 
Posts: 38
Joined: Thu Dec 15, 2011 2:46 pm

Next

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 4 guests