ZyXEL NSA320 booted from USB...once!

Install Arch Linux ARM on other devices.

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Thu Oct 18, 2012 8:26 pm

Well that figures. I may have to dig out the deep magics if stuff like that wants to keep happening.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby ormiller » Fri Oct 19, 2012 6:25 pm

New Problem.
I did a pacman -Su and updated the system. When I was done I typed in poweroff. In the morning when I powered the NSA325 it would not boot. I pulled the drive and placed it on a usb drive mate connected to my laptop with linux.
(By the way the update did the same to my Pogoplug Series 4, and the superblock on usb stick is trashed also.)
Here is the output from the fsck

# fsck /dev/sdd1
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdd1

The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

_________________________
For my Zyxel I took another hard drive set it up like before ran the script with the modifications for ext2.
Now my box restarts every 32 seconds. Archlinux will get up and running. Now what ever it is, or is not doing it restarts every 32 seconds. If I stop the boot process at the prompt and let it sit doing nothing it will still recycle at the 32 second mark. When makes it to the alarm prompt when it hits the 32 seconds mark no matter what it is doing it restarts.

Is there an environment variable that gets set that can cause it to recycle every 32 seconds ?

I did a run to_stock and it does not have the recycle problem.
ormiller
 
Posts: 16
Joined: Fri Oct 12, 2012 2:48 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Fri Oct 19, 2012 8:43 pm

Sounds like an issue with the watchdog
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby CharlesB » Sat Oct 20, 2012 1:03 am

$this->bbcode_second_pass_quote('WarheadsSE', 'S')ounds like an issue with the watchdog

To take care of a watchdog that comes back every 32 seconds, I normally recommend throwing it a chunk of doctored meat. I think that's on another forum, though.... :lol:
CharlesB
 
Posts: 34
Joined: Fri Sep 14, 2012 3:53 am

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Sat Oct 20, 2012 11:38 am

There is an orion watchdog module, we'll look into what was happening as soon as we get a chance.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Thu Oct 25, 2012 9:23 pm

Alright, on the 320:
We're still hunting this thing down, and getting it to misbehave for me is getting to be really annoying. I have to leave it powered off for 4 days this last time.

What we have found along the way, is merely that when linux has no connection, neither does uboot. So clearly, it's something neither of them is doing.

We have also learned how to set the return from power loss behavior, which I will share below.

$this->bbcode_second_pass_code('', '
#!/bin/bash
# power_resume.sh [0/1]
# 0 to disable, 1 to enable.
# enable/disable resume from power loss.

# export both gpios
echo 47 > /sys/class/gpio/export
echo 49 > /sys/class/gpio/export

# 49 out, value 1
echo "out" > /sys/class/gpio/gpio49/direction
echo 1 > /sys/class/gpio/gpio49/value
# 47 out, value 1
echo "out" > /sys/class/gpio/gpio47/direction
echo $1 > /sys/class/gpio/gpio47/value
# set 49 value 0
echo 0 > /sys/class/gpio/gpio49/value
')
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Thu Oct 25, 2012 10:25 pm

Hah. Cheater method.

Apparently, the PHY eth stays happy if you turn resume ON. So, use that script to set it on (./power_resume.sh 1)
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

USB Installer - 2nd attempt

Postby CharlesB » Mon Oct 29, 2012 11:32 pm

Since I have a 2nd device (which I hadn't touched yet) I figured I'd retry the USB install method (this time with the smaller drive that I know works w/ uboot) on the new device, and see if its Ethernet port behaves more like my other one (consistently bad after power-up) or like WarheadsSE's (occasionally bad).

Of course, now that I have the Bus Pirate, I wanted to see what I didn't get to see before. Glad I did; the USB installer still didn't work right, but I got a capture that might be useful at some point.

Updating the NAND went fine, but the installation to the hard drive seemed to have problems.

Here's the capture. I placed a few notes in it that look like this:$this->bbcode_second_pass_quote('', '(')(( This is a note )))

$this->bbcode_second_pass_code('', '
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 2 1 0

NAND read: device 0 offset 0xc80000, size 0xa00000


Reading data from 0xc80000 -- 0% complete.
Reading data from 0xc99800 -- 1% complete.
Reading data from 0xcb3000 -- 2% complete.
Reading data from 0xccc800 -- 3% complete.
Reading data from 0xce6000 -- 4% complete.
Reading data from 0xcff800 -- 5% complete.
Reading data from 0xd19800 -- 6% complete.
Reading data from 0xd33000 -- 7% complete.
Reading data from 0xd4c800 -- 8% complete.
Reading data from 0xd66000 -- 9% complete.
Reading data from 0xd7f800 -- 10% complete.
Reading data from 0xd99800 -- 11% complete.
Reading data from 0xdb3000 -- 12% complete.
Reading data from 0xdcc800 -- 13% complete.
Reading data from 0xde6000 -- 14% complete.
Reading data from 0xdff800 -- 15% complete.
Reading data from 0xe19800 -- 16% complete.
Reading data from 0xe33000 -- 17% complete.
Reading data from 0xe4c800 -- 18% complete.
Reading data from 0xe66000 -- 19% complete.
Reading data from 0xe7f800 -- 20% complete.
Reading data from 0xe99800 -- 21% complete.
Reading data from 0xeb3000 -- 22% complete.
Reading data from 0xecc800 -- 23% complete.
Reading data from 0xee6000 -- 24% complete.
Reading data from 0xeff800 -- 25% complete.
Reading data from 0xf19800 -- 26% complete.
Reading data from 0xf33000 -- 27% complete.
Reading data from 0xf4c800 -- 28% complete.
Reading data from 0xf66000 -- 29% complete.
Reading data from 0xf7f800 -- 30% complete.
Reading data from 0xf99800 -- 31% complete.
Reading data from 0xfb3000 -- 32% complete.
Reading data from 0xfcc800 -- 33% complete.
Reading data from 0xfe6000 -- 34% complete.
Reading data from 0xfff800 -- 35% complete.
Reading data from 0x1019800 -- 36% complete.
Reading data from 0x1033000 -- 37% complete.
Reading data from 0x104c800 -- 38% complete.
Reading data from 0x1066000 -- 39% complete.
Reading data from 0x107f800 -- 40% complete.
Reading data from 0x1099800 -- 41% complete.
Reading data from 0x10b3000 -- 42% complete.
Reading data from 0x10cc800 -- 43% complete.
Reading data from 0x10e6000 -- 44% complete.
Reading data from 0x10ff800 -- 45% complete.
Reading data from 0x1119800 -- 46% complete.
Reading data from 0x1133000 -- 47% complete.
Reading data from 0x114c800 -- 48% complete.
Reading data from 0x1166000 -- 49% complete.
Reading data from 0x117f800 -- 50% complete.
Reading data from 0x1199800 -- 51% complete.
Reading data from 0x11b3000 -- 52% complete.
Reading data from 0x11cc800 -- 53% complete.
Reading data from 0x11e6000 -- 54% complete.
Reading data from 0x11ff800 -- 55% complete.
Reading data from 0x1219800 -- 56% complete.
Reading data from 0x1233000 -- 57% complete.
Reading data from 0x124c800 -- 58% complete.
Reading data from 0x1266000 -- 59% complete.
Reading data from 0x127f800 -- 60% complete.
Reading data from 0x1299800 -- 61% complete.
Reading data from 0x12b3000 -- 62% complete.
Reading data from 0x12cc800 -- 63% complete.
Reading data from 0x12e6000 -- 64% complete.
Reading data from 0x12ff800 -- 65% complete.
Reading data from 0x1319800 -- 66% complete.
Reading data from 0x1333000 -- 67% complete.
Reading data from 0x134c800 -- 68% complete.
Reading data from 0x1366000 -- 69% complete.
Reading data from 0x137f800 -- 70% complete.
Reading data from 0x1399800 -- 71% complete.
Reading data from 0x13b3000 -- 72% complete.
Reading data from 0x13cc800 -- 73% complete.
Reading data from 0x13e6000 -- 74% complete.
Reading data from 0x13ff800 -- 75% complete.
Reading data from 0x1419800 -- 76% complete.
Reading data from 0x1433000 -- 77% complete.
Reading data from 0x144c800 -- 78% complete.
Reading data from 0x1466000 -- 79% complete.
Reading data from 0x147f800 -- 80% complete.
Reading data from 0x1499800 -- 81% complete.
Reading data from 0x14b3000 -- 82% complete.
Reading data from 0x14cc800 -- 83% complete.
Reading data from 0x14e6000 -- 84% complete.
Reading data from 0x14ff800 -- 85% complete.
Reading data from 0x1519800 -- 86% complete.
Reading data from 0x1533000 -- 87% complete.
Reading data from 0x154c800 -- 88% complete.
Reading data from 0x1566000 -- 89% complete.
Reading data from 0x157f800 -- 90% complete.
Reading data from 0x1599800 -- 91% complete.
Reading data from 0x15b3000 -- 92% complete.
Reading data from 0x15cc800 -- 93% complete.
Reading data from 0x15e6000 -- 94% complete.
Reading data from 0x15ff800 -- 95% complete.
Reading data from 0x1619800 -- 96% complete.
Reading data from 0x1633000 -- 97% complete.
Reading data from 0x164c800 -- 98% complete.
Reading data from 0x1666000 -- 99% complete.
Reading data from 0x167f800 -- 100% complete.
10485760 bytes read: OK
## Booting image at 02000000 ...
Image Name: Linux-2.6.31.8
Created: 2012-07-26 6:16:47 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 6095664 Bytes = 5.8 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux......................................................................................................................................................................................................................................................................................... done, booting the kernel.

Linux version 2.6.31.8 (root@Neo) (gcc version 4.3.2 (sdk3.3-ct-ng-1.4.1) ) #2 Thu Jul 26 14:16:23 CST 2012
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off. Total pages: 130048
Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init
PID hash table entries: 2048 (order: 11, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 256MB 256MB = 512MB total
Memory: 506496KB available (5360K code, 302K data, 3164K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1199.30 BogoMIPS (lpj=5996544)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size 1MB
PEX1_MEM ....no such
PEX1_IO ....no such
INTER_REGS ....base f1000000, size 1MB
NFLASH_CS ....base fa000000, size 2MB
SPI_CS ....base f4000000, size 16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size 2MB

Marvell Development Board (LSP Version KW_LSP_5.1.3_patch18)-- RD-88F6281A Soc: 88F6281 A1 LE

Detected Tclk 200000000 and SysClk 400000000
Marvell USB EHCI Host controller #0: d003a740
PEX0 interface detected no Link.
PCI: bus0: Fast back to back transfers enabled
mvPexLocalBusNumSet: ERR. Invalid PEX interface 1
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Calling CRDA to update world regulatory domain
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
NET: Registered protocol family 1
cpufreq: Init kirkwood cpufreq driver
XOR registered 4 channels
XOR 2nd invalidate WA enabled
mvCesaInit: sessions=640, queue=64, pSram=f0000000
Warning: TS unit is powered off.
gpio_dev = fd00000
LED_SET_CTL_IOC_NUM= 6702
High gpio polarity = 50
High gpio polarity = 70
Enable Interrupt
mv88f6281_wdt: Watchdog Timer timeout = 8 sec.
mv88f6281_wdt: HW Watchdog timeout = 15 sec.
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
JFFS2 version 2.2. (NAND) 2001-2006 Red Hat, Inc.
fuse init (API version 7.12)
SGI XFS with security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 989
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
Wake up disk0......
Wake up disk1......
scsi0 : Marvell SCSI to SATA adapter
scsi1 : Marvell SCSI to SATA adapter
scsi 0:0:0:0: Direct-Access WD3200JD-22KLB0 08.0 PQ: 0 ANSI: 5
EnablePowerSaving
PowerSavingTime = 15
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] 0-byte physical blocks
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
Loading Marvell Ethernet Driver:
o Cached descriptors in DRAM
o DRAM SW cache-coherency
o 1 Giga ports supported
o Single RX Queue support - ETH_DEF_RXQ=0
o Single TX Queue support - ETH_DEF_TXQ=0
o TCP segmentation offload (TSO) supported
o Large Receive offload (LRO) supported
o Receive checksum offload supported
o Transmit checksum offload supported
o Network Fast Processing (Routing) supported - (Disabled)
o Driver ERROR statistics enabled
o Proc tool API enabled
o SKB Reuse supported - (Disabled)
o SKB Recycle supported - (Disabled)
o Rx descripors: q0=128
o Tx descripors: q0=532
o Loading network interface(s):
o register under mv88fx_eth platform
o eth0, ifindex = 2, GbE port = 0

mvFpRuleDb (d1110000): 16384 entries, 65536 bytes
Counter=0, opIdx=6, overhead=16
Counter=1, opIdx=2, overhead=0
Counter=2, opIdx=1, overhead=18
Counter=3, opIdx=2, overhead=0
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks
9 cmdlinepart partitions found on MTD device nand_mtd
Using command line partition definition
Creating 9 MTD partitions on "nand_mtd":
0x000000000000-0x000000100000 : "uboot"
0x000000100000-0x000000180000 : "uboot_env"
0x000000180000-0x000000200000 : "key_store"
sda:
0x000000200000-0x000000280000 : "info"
0x000000280000-0x000000c80000 : "etc"
0x000000c80000-0x000001680000 : "kernel_1"
sda1 sda2
0x000001680000-0x000004640000 : "rootfs1"
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
0x000004640000-0x000005040000 : "kernel_2"
0x000005040000-0x000008000000 : "rootfs2"
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-jumpshot
usbcore: registered new interface driver ums-sddr09
usbcore: registered new interface driver ums-sddr55
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
rtc-pcf8563 0-0051: chip found, driver version 0.4.3
rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Mobile IPv6
IPv6 over IPv4 tunneling driver
sit0: Disabled Privacy Extensions
ip6tnl0: Disabled Privacy Extensions
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
rtc-pcf8563 0-0051: setting system clock to 2012-10-29 20:50:32 UTC (1351543832)
Freeing init memory: 3164K
*** Stage 1: Setup system and device drivers ***
usb 1-1: new high speed USB device using ehci_marvell and address 2
In hub_port_init, and number is 0, retry 0, port 1 .....
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
eth0: mac address changed
egiga0: link up, half duplex, speed 10 Mbps
egiga0: started
usb 1-1.2: new high speed USB device using ehci_marvell and address 3
Turn on the auto-negotiation function
base address = 40151000
words[0] = phypoke
words[1] = 0x1
words[2] = 0x4
worIn hub_port_init, and number is 1, retry 0, port 2 .....
ds[3] = 0x1e1
:GbitPhy[0x00000001:0x00000004] <= 0x000001e1
baegiga0: link down
se address = 40151000
words[0] = phypoke
words[1] = 0x1
wordsusb 1-1.2: configuration #1 chosen from 1 choice
[2] = 0x9
wordsscsi2 : SCSI emulation for USB Mass Storage devices
[3] = 0x300
:GbitPhy[0x00000001:0x00000009] <= 0x00000300
base address = 40151000
words[0] = phypoke
words[1] = 0x1
words[2] = 0x0
words[3] = 0x9140
:GbitPhy[0x00000001:0x00000000] <= 0x00009140
*** Stage 2: Prepare the root file system ***
Mount system partition...
yaffs: dev is 32505862 name is "mtdblock6" ro
yaffs: passed flags ""
bsname}: no internal volume available
1
WARNING: No valid partition on HDD or no HDD plugged!
WARNING: No valid partition on HDD or no HDD plugged
Boot from RAM disk
egiga0: link up, full duplex, speed 1 Gbps
scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 3973120 512-byte logical blocks: (2.03 GB/1.89 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
Mount system disk image ...
yaffs: dev is 32505860 name is "mtdblock4" rw
yaffs: passed flags ""
/etc/zyxel/conf exist..
Start rcS2 of ZyXEL style
*** Stage 3: Start services on HDD ***
NTFS driver 2.1.29 [Flags: R/O MODULE].
tntfs: module license 'Commercial. For support email ntfs-support@tuxera.com.' taints kernel.
Disabling lock debugging due to kernel taint
Tuxera NTFS driver 3011.12.23 [Flags: R/W MODULE].
PPP generic driver version 2.4.2
PPP MPPE Compression module registered
PPP Deflate Compression module registered
NET: Registered protocol family 24
PPP BSD Compression module registered
modprobe: module fuse not found in modules.dep
sda
sdb
checking sda
Trying to mount /dev/sda1
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

Fail to mount /dev/sda1
checking sdb
Trying to mount /dev/sdb1
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
cp: '/mnt/parnerkey/usb_key_func.sh' and '/mnt/parnerkey/usb_key_func.sh' are the same file
md5 check ok
Automatic Installation of Arch Linux ARM
- set bootloader
- parition sda

The number of cylinders for this disk is set to 38913.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Building a new DOS disklabel with disk identifier 0xe30ce3e2.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.


The number of cylinders for this disk is set to 38913.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help): Command action
e extended
p primary partition (1-4)
Partition number (1-4): First cylinder (1-38913, default 1): Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-38913, default 38913):
Command (m for help): Command (m for help): Command action
e extended
p primary partition (1-4)
Partition number (1-4): First cylinder (4-38913, default 4): Using default value 4
Last cylinder, +cylinders or +size{K,M,G} (4-38913, default 38913): Using default value 38913

Command (m for help):
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe30ce3e2

Device Boot Start End Blocks Id System
/dev/sda1 1 3 24066 83 Linux
/dev/sda2 4 38913 312544575 83 Linux

Command (m for help): The partition table has been altered!

Calling ioctl() to re-read partition table.
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
sda: sda1 sda2
Syncing disks.
* pause for ioctl to re-sync partitions
- make filesystems
Filesystem label=boot
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
6024 inodes, 24066 blocks
1203 blocks (5%) reserved for the super user
First data block=1
Maximum filesystem blocks=262144
3 block groups
8192 blocks per group, 8192 fragments per group
2008 inodes per group
Superblock backups stored on blocks:
8193
/mnt/parnerkey/usb_key_func.sh.2: line 53: mkfs.ext3: not found
- mount destination
VFS: Can't find ext3 filesystem on dev sda2.
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

- extract rootfs
tar invoked oom-killer: gfp_mask=0x200d2, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04cbcf4>] (pipe_write+0x24c/0x438)
[<c04cbcf4>] (pipe_write+0x24c/0x438) from [<c04c5494>] (do_sync_write+0xac/0xfc)
[<c04c5494>] (do_sync_write+0xac/0xfc) from [<c04c5ef0>] (vfs_write+0xac/0x154)
[<c04c5ef0>] (vfs_write+0xac/0x154) from [<c04c6044>] (sys_write+0x3c/0x68)
[<c04c6044>] (sys_write+0x3c/0x68) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 110
Active_anon:52 active_file:2 inactive_anon:96
inactive_file:22 unevictable:119407 dirty:0 writeback:0 unstable:0
free:1250 slab:5937 mapped:194 pagetables:22 bounce:0
Normal free:5000kB min:5000kB low:6248kB high:7500kB active_anon:208kB inactive_anon:384kB active_file:8kB inactive_file:88kB unevictable:477628kB present:520192kB pages_scanned:1087 all_unreclaimable? yes
lowmem_reserve[]: 0 0
Normal: 2*4kB 2*8kB 3*16kB 0*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5000kB
119432 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1422 free pages
3621 reserved pages
5937 slab pages
839 pages shared
0 pages swap cached
Out of memory: kill process 1311 (usb_key_func.sh) score 64 or a child
Killed process 1340 (tar)



((( multi-minute pause, CPU light flashing )))


***************************************
* HD0 stand by now! *
***************************************

((( hard drive spun down, CPU light flashing )))
((( waited many minutes, finally pressed power button until beep)))

Killed
- prepare boot partition

#######################################
# HD0 awaked by kblockd/0 ! #
#######################################
rbm.sh invoked oom-killer: gfp_mask=0x84d0, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04b3c34>] (__pte_alloc+0x20/0x154)
[<c04b3c34>] (__pte_alloc+0x20/0x154) from [<c04b3dd0>] (handle_mm_fault+0x68/0x588)
[<c04b3dd0>] (handle_mm_fault+0x68/0x588) from [<c04b4430>] (__get_user_pages+0x140/0x264)
[<c04b4430>] (__get_user_pages+0x140/0x264) from [<c04c9710>] (get_arg_page+0x48/0x9c)
[<c04c9710>] (get_arg_page+0x48/0x9c) from [<c04c9940>] (copy_strings+0x100/0x264)
[<c04c9940>] (copy_strings+0x100/0x264) from [<c04c9ad4>] (copy_strings_kernel+0x30/0x64)
[<c04c9ad4>] (copy_strings_kernel+0x30/0x64) from [<c04cab84>] (do_execve+0x100/0x264)
[<c04cab84>] (do_execve+0x100/0x264) from [<c0449698>] (sys_execve+0x34/0x54)
[<c0449698>] (sys_execve+0x34/0x54) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 30
Active_anon:84 active_file:6 inactive_anon:96
inactive_file:5 unevictable:119426 dirty:0 writeback:1 unstable:0
free:1254 slab:5932 mapped:175 pagetables:33 bounce:0
Normal free:5016kB min:5000kB low:6248kB high:7500kB active_anon:336kB inactive_anon:384kB active_file:24kB inactive_file:20kB unevictable:477704kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 2*4kB 6*8kB 2*16kB 0*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5016kB
119438 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1365 free pages
3621 reserved pages
5932 slab pages
1182 pages shared
0 pages swap cached
Out of memory: kill process 1353 (rbm.sh) score 90 or a child
Killed process 1354 (rbm.sh)
tdbbackup invoked oom-killer: gfp_mask=0x201da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8)
[<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8) from [<c04a8f24>] (ra_submit+0x24/0x28)
[<c04a8f24>] (ra_submit+0x24/0x28) from [<c04a2140>] (filemap_fault+0x1b0/0x378)
[<c04a2140>] (filemap_fault+0x1b0/0x378) from [<c04b2d60>] (__do_fault+0x50/0x3bc)
[<c04b2d60>] (__do_fault+0x50/0x3bc) from [<c04b3fb0>] (handle_mm_fault+0x248/0x588)
[<c04b3fb0>] (handle_mm_fault+0x248/0x588) from [<c044cf44>] (do_page_fault+0xe0/0x22c)
[<c044cf44>] (do_page_fault+0xe0/0x22c) from [<c031f1ec>] (do_DataAbort+0x30/0x90)
[<c031f1ec>] (do_DataAbort+0x30/0x90) from [<c032457c>] (ret_from_exception+0x0/0x10)
Exception stack(0xd2ebbfb0 to 0xd2ebbff8)
bfa0: 4014d094 00000000 0000001c 4014d094
bfc0: 4014d0b8 4001ce18 bee3e450 00000002 bee3e438 4014d094 bee3e620 bee3e5a4
bfe0: 00000002 bee3e410 40006a30 40016b9c 20000010 ffffffff
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 80
Active_anon:70 active_file:8 inactive_anon:96
inactive_file:2 unevictable:119426 dirty:0 writeback:1 unstable:0
free:1239 slab:5934 mapped:177 pagetables:27 bounce:0
Normal free:4956kB min:5000kB low:6248kB high:7500kB active_anon:280kB inactive_anon:384kB active_file:32kB inactive_file:8kB unevictable:477704kB present:520192kB pages_scanned:61 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 1*4kB 5*8kB 3*16kB 0*32kB 0*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 4956kB
119437 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1389 free pages
3621 reserved pages
5934 slab pages
990 pages shared
0 pages swap cached
Out of memory: kill process 1030 (linuxrc) score 63 or a child
Killed process 1031 (rcS)
tdbbackup invoked oom-killer: gfp_mask=0x201da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8)
[<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8) from [<c04a8f24>] (ra_submit+0x24/0x28)
[<c04a8f24>] (ra_submit+0x24/0x28) from [<c04a2140>] (filemap_fault+0x1b0/0x378)
[<c04a2140>] (filemap_fault+0x1b0/0x378) from [<c04b2d60>] (__do_fault+0x50/0x3bc)
[<c04b2d60>] (__do_fault+0x50/0x3bc) from [<c04b3fb0>] (handle_mm_fault+0x248/0x588)
[<c04b3fb0>] (handle_mm_fault+0x248/0x588) from [<c044cf44>] (do_page_fault+0xe0/0x22c)
[<c044cf44>] (do_page_fault+0xe0/0x22c) from [<c031f1ec>] (do_DataAbort+0x30/0x90)
[<c031f1ec>] (do_DataAbort+0x30/0x90) from [<c032457c>] (ret_from_exception+0x0/0x10)
Exception stack(0xd2ebbfb0 to 0xd2ebbff8)
bfa0: 4014d094 00000000 0000001c 4014d094
bfc0: 4014d0b8 4001ce18 bee3e450 00000002 bee3e438 4014d094 bee3e620 bee3e5a4
bfe0: 00000002 bee3e410 40006a30 40016b9c 20000010 ffffffff
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 106
Active_anon:70 active_file:8 inactive_anon:73
inactive_file:2 unevictable:119426 dirty:0 writeback:1 unstable:0
free:1245 slab:5934 mapped:181 pagetables:24 bounce:0
Normal free:4980kB min:5000kB low:6248kB high:7500kB active_anon:280kB inactive_anon:292kB active_file:32kB inactive_file:8kB unevictable:477704kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 1*4kB 6*8kB 4*16kB 0*32kB 0*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 4980kB
119437 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1417 free pages
3621 reserved pages
5934 slab pages
865 pages shared
0 pages swap cached
Out of memory: kill process 1222 (rcS2) score 63 or a child
Killed process 1311 (usb_key_func.sh)
Killed
tdbbackup invoked oom-killer: gfp_mask=0x201da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8)
[<c04a8db4>] (__do_page_cache_readahead+0x8c/0x1d8) from [<c04a8f24>] (ra_submit+0x24/0x28)
[<c04a8f24>] (ra_submit+0x24/0x28) from [<c04a2140>] (filemap_fault+0x1b0/0x378)
[<c04a2140>] (filemap_fault+0x1b0/0x378) from [<c04b2d60>] (__do_fault+0x50/0x3bc)
[<c04b2d60>] (__do_fault+0x50/0x3bc) from [<c04b3fb0>] (handle_mm_fault+0x248/0x588)
[<c04b3fb0>] (handle_mm_fault+0x248/0x588) from [<c044cf44>] (do_page_fault+0xe0/0x22c)
[<c044cf44>] (do_page_fault+0xe0/0x22c) from [<c031f1ec>] (do_DataAbort+0x30/0x90)
[<c031f1ec>] (do_DataAbort+0x30/0x90) from [<c032457c>] (ret_from_exception+0x0/0x10)
Exception stack(0xd2ebbfb0 to 0xd2ebbff8)
bfa0: 4014d094 00000000 0000001c 4014d094
bfc0: 4014d0b8 4001ce18 bee3e450 00000002 bee3e438 4014d094 bee3e620 bee3e5a4
bfe0: 00000002 bee3e410 40006a30 40016b9c 20000010 ffffffff
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 131
Active_anon:30 active_file:0 inactive_anon:90
inactive_file:0 unevictable:119426 dirty:0 writeback:1 unstable:0
free:1251 slab:5934 mapped:178 pagetables:21 bounce:0
Normal free:5004kB min:5000kB low:6248kB high:7500kB active_anon:120kB inactive_anon:360kB active_file:0kB inactive_file:0kB unevictable:477704kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 1*4kB 7*8kB 5*16kB 0*32kB 0*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5004kB
119437 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1444 free pages
3621 reserved pages
5934 slab pages
750 pages shared
0 pages swap cached
Out of memory: kill process 1345 (rbm.sh) score 58 or a child
Killed process 1356 (tdbbackup)

Please press Enter to activate this console.

BusyBox v1.17.2 (2012-07-26 13:46:10 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/ #
/ #
/ #
/ #
/ #
/ #
/ #
/ #
/ #
/ #
/ #
/ # rm -f /etc/samba/secrets.tdb
samba.sh invoked oom-killer: gfp_mask=0xd0, order=2, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a70a8>] (__get_free_pages+0x10/0x3c)
[<c04a70a8>] (__get_free_pages+0x10/0x3c) from [<c044e278>] (get_pgd_slow+0x14/0xe0)
[<c044e278>] (get_pgd_slow+0x14/0xe0) from [<c0479260>] (mm_init+0x88/0xc8)
[<c0479260>] (mm_init+0x88/0xc8) from [<c04ca95c>] (bprm_mm_init+0xc/0x134)
[<c04ca95c>] (bprm_mm_init+0xc/0x134) from [<c04cab24>] (do_execve+0xa0/0x264)
[<c04cab24>] (do_execve+0xa0/0x264) from [<c0449698>] (sys_execve+0x34/0x54)
[<c0449698>] (sys_execve+0x34/0x54) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 0
Active_anon:67 active_file:4 inactive_anon:89
inactive_file:1 unevictable:119427 dirty:0 writeback:1 unstable:0
free:1317 slab:5941 mapped:194 pagetables:28 bounce:0
Normal free:5268kB min:5000kB low:6248kB high:7500kB active_anon:268kB inactive_anon:356kB active_file:16kB inactive_file:4kB unevictable:477708kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 19*4kB 23*8kB 5*16kB 0*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5268kB
119443 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1388 free pages
3621 reserved pages
5941 slab pages
1082 pages shared
0 pages swap cached
Out of memory: kill process 1345 (rbm.sh) score 71 or a child
Killed process 1371 (samba.sh)
zyshclient invoked oom-killer: gfp_mask=0x201da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a1e30>] (read_cache_page_async+0x48/0x15c)
[<c04a1e30>] (read_cache_page_async+0x48/0x15c) from [<c04a1f4c>] (read_cache_page+0x8/0x4c)
[<c04a1f4c>] (read_cache_page+0x8/0x4c) from [<c054d40c>] (ext2_get_page+0x20/0x28c)
[<c054d40c>] (ext2_get_page+0x20/0x28c) from [<c054e55c>] (ext2_find_entry+0x7c/0x1e8)
[<c054e55c>] (ext2_find_entry+0x7c/0x1e8) from [<c054e6d4>] (ext2_inode_by_name+0xc/0x2c)
[<c054e6d4>] (ext2_inode_by_name+0xc/0x2c) from [<c05519e8>] (ext2_lookup+0x24/0x7c)
[<c05519e8>] (ext2_lookup+0x24/0x7c) from [<c04ccd3c>] (do_lookup+0xbc/0x180)
[<c04ccd3c>] (do_lookup+0xbc/0x180) from [<c04cedec>] (__link_path_walk+0x87c/0xd4c)
[<c04cedec>] (__link_path_walk+0x87c/0xd4c) from [<c04cf44c>] (path_walk+0x44/0x8c)
[<c04cf44c>] (path_walk+0x44/0x8c) from [<c04cf520>] (do_path_lookup+0x24/0x4c)
[<c04cf520>] (do_path_lookup+0x24/0x4c) from [<c04d0040>] (do_filp_open+0xa4/0x7e4)
[<c04d0040>] (do_filp_open+0xa4/0x7e4) from [<c04c34f8>] (do_sys_open+0x58/0x10c)
[<c04c34f8>] (do_sys_open+0x58/0x10c) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 86
Active_anon:73 active_file:6 inactive_anon:89
inactive_file:0 unevictable:119427 dirty:0 writeback:1 unstable:0
free:1226 slab:5942 mapped:196 pagetables:30 bounce:0
Normal free:4904kB min:5000kB low:6248kB high:7500kB active_anon:292kB inactive_anon:356kB active_file:24kB inactive_file:0kB unevictable:477708kB present:520192kB pages_scanned:71 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 2*4kB 4*8kB 2*16kB 1*32kB 1*64kB 1*128kB 2*256kB 2*512kB 1*1024kB 1*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 4904kB
119444 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1382 free pages
3621 reserved pages
5942 slab pages
985 pages shared
0 pages swap cached
Out of memory: kill process 1345 (rbm.sh) score 100 or a child
Killed process 1373 (zyshclient)
led_state_map_addr = 4e
cp invoked oom-killer: gfp_mask=0x200da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90)
[<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90) from [<c04e5578>] (block_write_begin+0x38/0x10c)
[<c04e5578>] (block_write_begin+0x38/0x10c) from [<c0550654>] (__ext2_write_begin+0x30/0x3c)
[<c0550654>] (__ext2_write_begin+0x30/0x3c) from [<c04a2770>] (generic_file_buffered_write+0x100/0x2c8)
[<c04a2770>] (generic_file_buffered_write+0x100/0x2c8) from [<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480)
[<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480) from [<c04a395c>] (generic_file_aio_write+0x70/0xe8)
[<c04a395c>] (generic_file_aio_write+0x70/0xe8) from [<c04c5494>] (do_sync_write+0xac/0xfc)
[<c04c5494>] (do_sync_write+0xac/0xfc) from [<c04c5ef0>] (vfs_write+0xac/0x154)
[<c04c5ef0>] (vfs_write+0xac/0x154) from [<c04c6044>] (sys_write+0x3c/0x68)
[<c04c6044>] (sys_write+0x3c/0x68) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 111
Active_anon:46 active_file:4 inactive_anon:72
inactive_file:0 unevictable:119427 dirty:0 writeback:0 unstable:0
free:1238 slab:5959 mapped:194 pagetables:19 bounce:0
Normal free:4952kB min:5000kB low:6248kB high:7500kB active_anon:184kB inactive_anon:288kB active_file:16kB inactive_file:0kB unevictable:477708kB present:520192kB pages_scanned:286 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 2*4kB 2*8kB 2*16kB 1*32kB 0*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 4952kB
119459 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1409 free pages
3621 reserved pages
5959 slab pages
833 pages shared
0 pages swap cached
Out of memory: kill process 1030 (linuxrc) score 85 or a child
Killed process 1357 (sh)
cp invoked oom-killer: gfp_mask=0x200da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90)
[<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90) from [<c04e5578>] (block_write_begin+0x38/0x10c)
[<c04e5578>] (block_write_begin+0x38/0x10c) from [<c0550654>] (__ext2_write_begin+0x30/0x3c)
[<c0550654>] (__ext2_write_begin+0x30/0x3c) from [<c04a2770>] (generic_file_buffered_write+0x100/0x2c8)
[<c04a2770>] (generic_file_buffered_write+0x100/0x2c8) from [<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480)
[<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480) from [<c04a395c>] (generic_file_aio_write+0x70/0xe8)
[<c04a395c>] (generic_file_aio_write+0x70/0xe8) from [<c04c5494>] (do_sync_write+0xac/0xfc)
[<c04c5494>] (do_sync_write+0xac/0xfc) from [<c04c5ef0>] (vfs_write+0xac/0x154)
[<c04c5ef0>] (vfs_write+0xac/0x154) from [<c04c6044>] (sys_write+0x3c/0x68)
[<c04c6044>] (sys_write+0x3c/0x68) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 164
Active_anon:21 active_file:5 inactive_anon:72
inactive_file:0 unevictable:119427 dirty:0 writeback:0 unstable:0
free:1248 slab:5959 mapped:174 pagetables:15 bounce:0
Normal free:4992kB min:5000kB low:6248kB high:7500kB active_anon:84kB inactive_anon:288kB active_file:20kB inactive_file:0kB unevictable:477708kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 2*4kB 5*8kB 3*16kB 1*32kB 0*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 4992kB
119435 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1466 free pages
3621 reserved pages
5959 slab pages
621 pages shared
0 pages swap cached
Out of memory: kill process 1030 (linuxrc) score 63 or a child
Killed process 1375 (rc.shutdown)
rc.shutdown: page allocation failure. order:1, mode:0xd0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a6ffc>] (__alloc_pages_nodemask+0x484/0x4dc)
[<c04a6ffc>] (__alloc_pages_nodemask+0x484/0x4dc) from [<c04a70a8>] (__get_free_pages+0x10/0x3c)
[<c04a70a8>] (__get_free_pages+0x10/0x3c) from [<c0479b90>] (copy_process+0x88/0xcdc)
[<c0479b90>] (copy_process+0x88/0xcdc) from [<c047a948>] (do_fork+0x164/0x2d0)
[<c047a948>] (do_fork+0x164/0x2d0) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 0
Active_anon:21 active_file:8 inactive_anon:69
inactive_file:127 unevictable:119427 dirty:2 writeback:0 unstable:0
free:1252 slab:5963 mapped:174 pagetables:15 bounce:0
Normal free:5008kB min:5000kB low:6248kB high:7500kB active_anon:84kB inactive_anon:276kB active_file:32kB inactive_file:508kB unevictable:477708kB present:520192kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 2*4kB 3*8kB 3*16kB 0*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5008kB
119586 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1308 free pages
3621 reserved pages
5963 slab pages
796 pages shared
0 pages swap cached

The system is going down NOW!

Sent SIGTERM to all processes
cp invoked oom-killer: gfp_mask=0x200da, order=0, oomkilladj=0
[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c04a41f4>] (oom_kill_process+0x58/0x1b4)
[<c04a41f4>] (oom_kill_process+0x58/0x1b4) from [<c04a4748>] (__out_of_memory+0x160/0x180)
[<c04a4748>] (__out_of_memory+0x160/0x180) from [<c04a47cc>] (out_of_memory+0x64/0x98)
[<c04a47cc>] (out_of_memory+0x64/0x98) from [<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc)
[<c04a6f68>] (__alloc_pages_nodemask+0x3f0/0x4dc) from [<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90)
[<c04a1da8>] (grab_cache_page_write_begin+0x50/0x90) from [<c04e5578>] (block_write_begin+0x38/0x10c)
[<c04e5578>] (block_write_begin+0x38/0x10c) from [<c0550654>] (__ext2_write_begin+0x30/0x3c)
[<c0550654>] (__ext2_write_begin+0x30/0x3c) from [<c04a2770>] (generic_file_buffered_write+0x100/0x2c8)
[<c04a2770>] (generic_file_buffered_write+0x100/0x2c8) from [<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480)
[<c04a2f60>] (__generic_file_aio_write_nolock+0x430/0x480) from [<c04a395c>] (generic_file_aio_write+0x70/0xe8)
[<c04a395c>] (generic_file_aio_write+0x70/0xe8) from [<c04c5494>] (do_sync_write+0xac/0xfc)
[<c04c5494>] (do_sync_write+0xac/0xfc) from [<c04c5ef0>] (vfs_write+0xac/0x154)
[<c04c5ef0>] (vfs_write+0xac/0x154) from [<c04c6044>] (sys_write+0x3c/0x68)
[<c04c6044>] (sys_write+0x3c/0x68) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)
Mem-info:
Normal per-cpu:
CPU 0: hi: 186, btch: 31 usd: 56
Active_anon:4 active_file:9 inactive_anon:52
inactive_file:0 unevictable:119427 dirty:0 writeback:0 unstable:0
free:1410 slab:5959 mapped:167 pagetables:9 bounce:0
Normal free:5640kB min:5000kB low:6248kB high:7500kB active_anon:16kB inactive_anon:208kB active_file:36kB inactive_file:0kB unevictable:477708kB present:520192kB pages_scanned:18 all_unreclaimable? no
lowmem_reserve[]: 0 0
Normal: 68*4kB 31*8kB 12*16kB 0*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB 2*2048kB 0*4096kB 0*8192kB 0*16384kB 0*32768kB 0*65536kB 0*131072kB 0*262144kB 0*524288kB 0*1048576kB = 5640kB
119437 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap = 0kB
Total swap = 0kB
131072 pages of RAM
1512 free pages
3621 reserved pages
5959 slab pages
373 pages shared
0 pages swap cached
Out of memory: kill process 1030 (linuxrc) score 42 or a child
Killed process 1030 (linuxrc)
KilledKernel panic - not syncing: Attempted to kill init!

[<c044c0e4>] (unwind_backtrace+0x0/0xdc) from [<c032d0a0>] (panic+0x40/0x108)
[<c032d0a0>] (panic+0x40/0x108) from [<c047dd6c>] (do_exit+0x70/0x5a0)
[<c047dd6c>] (do_exit+0x70/0x5a0) from [<c047e328>] (do_group_exit+0x8c/0xc0)
[<c047e328>] (do_group_exit+0x8c/0xc0) from [<c047e36c>] (sys_exit_group+0x10/0x1c)
[<c047e36c>] (sys_exit_group+0x10/0x1c) from [<c03245e0>] (ret_fast_syscall+0x0/0x2c)

((( waited many more minutes )))
((( subsequent medium-length presses of power button produce beep but nothing more )))
((( Held power >10sec, until after 2 beeps )))

Power Off
reg(0, 4) = 21
reg(0, 9) = 0
reg(0, 0) = 1140
reg(0, 18) = 80
reg(17, 16) = 4580
reg(3, 18) = 4985
reg(17, 25) = b2b0
reg(17, 24) = eddc
reg(17, 23) = 6859



((( boot from hard drive )))

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2012.10.29 14:53:45 =~=~=~=~=~=~=~=~=~=~=~=

__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 2 1 0

NAND read: device 0 offset 0xc80000, size 0xa00000


Reading data from 0xc80000 -- 0% complete.
Reading data from 0xc99800 -- 1% complete.
Reading data from 0xcb3000 -- 2% complete.
Reading data from 0xccc800 -- 3% complete.
Reading data from 0xce6000 -- 4% complete.
Reading data from 0xcff800 -- 5% complete.
Reading data from 0xd19800 -- 6% complete.
Reading data from 0xd33000 -- 7% complete.
Reading data from 0xd4c800 -- 8% complete.
Reading data from 0xd66000 -- 9% complete.
Reading data from 0xd7f800 -- 10% complete.
Reading data from 0xd99800 -- 11% complete.
Reading data from 0xdb3000 -- 12% complete.
Reading data from 0xdcc800 -- 13% complete.
Reading data from 0xde6000 -- 14% complete.
Reading data from 0xdff800 -- 15% complete.
Reading data from 0xe19800 -- 16% complete.
Reading data from 0xe33000 -- 17% complete.
Reading data from 0xe4c800 -- 18% complete.
Reading data from 0xe66000 -- 19% complete.
Reading data from 0xe7f800 -- 20% complete.
Reading data from 0xe99800 -- 21% complete.
Reading data from 0xeb3000 -- 22% complete.
Reading data from 0xecc800 -- 23% complete.
Reading data from 0xee6000 -- 24% complete.
Reading data from 0xeff800 -- 25% complete.
Reading data from 0xf19800 -- 26% complete.
Reading data from 0xf33000 -- 27% complete.
Reading data from 0xf4c800 -- 28% complete.
Reading data from 0xf66000 -- 29% complete.
Reading data from 0xf7f800 -- 30% complete.
Reading data from 0xf99800 -- 31% complete.
Reading data from 0xfb3000 -- 32% complete.
Reading data from 0xfcc800 -- 33% complete.
Reading data from 0xfe6000 -- 34% complete.
Reading data from 0xfff800 -- 35% complete.
Reading data from 0x1019800 -- 36% complete.
Reading data from 0x1033000 -- 37% complete.
Reading data from 0x104c800 -- 38% complete.
Reading data from 0x1066000 -- 39% complete.
Reading data from 0x107f800 -- 40% complete.
Reading data from 0x1099800 -- 41% complete.
Reading data from 0x10b3000 -- 42% complete.
Reading data from 0x10cc800 -- 43% complete.
Reading data from 0x10e6000 -- 44% complete.
Reading data from 0x10ff800 -- 45% complete.
Reading data from 0x1119800 -- 46% complete.
Reading data from 0x1133000 -- 47% complete.
Reading data from 0x114c800 -- 48% complete.
Reading data from 0x1166000 -- 49% complete.
Reading data from 0x117f800 -- 50% complete.
Reading data from 0x1199800 -- 51% complete.
Reading data from 0x11b3000 -- 52% complete.
Reading data from 0x11cc800 -- 53% complete.
Reading data from 0x11e6000 -- 54% complete.
Reading data from 0x11ff800 -- 55% complete.
Reading data from 0x1219800 -- 56% complete.
Reading data from 0x1233000 -- 57% complete.
Reading data from 0x124c800 -- 58% complete.
Reading data from 0x1266000 -- 59% complete.
Reading data from 0x127f800 -- 60% complete.
Reading data from 0x1299800 -- 61% complete.
Reading data from 0x12b3000 -- 62% complete.
Reading data from 0x12cc800 -- 63% complete.
Reading data from 0x12e6000 -- 64% complete.
Reading data from 0x12ff800 -- 65% complete.
Reading data from 0x1319800 -- 66% complete.
Reading data from 0x1333000 -- 67% complete.
Reading data from 0x134c800 -- 68% complete.
Reading data from 0x1366000 -- 69% complete.
Reading data from 0x137f800 -- 70% complete.
Reading data from 0x1399800 -- 71% complete.
Reading data from 0x13b3000 -- 72% complete.
Reading data from 0x13cc800 -- 73% complete.
Reading data from 0x13e6000 -- 74% complete.
Reading data from 0x13ff800 -- 75% complete.
Reading data from 0x1419800 -- 76% complete.
Reading data from 0x1433000 -- 77% complete.
Reading data from 0x144c800 -- 78% complete.
Reading data from 0x1466000 -- 79% complete.
Reading data from 0x147f800 -- 80% complete.
Reading data from 0x1499800 -- 81% complete.
Reading data from 0x14b3000 -- 82% complete.
Reading data from 0x14cc800 -- 83% complete.
Reading data from 0x14e6000 -- 84% complete.
Reading data from 0x14ff800 -- 85% complete.
Reading data from 0x1519800 -- 86% complete.
Reading data from 0x1533000 -- 87% complete.
Reading data from 0x154c800 -- 88% complete.
Reading data from 0x1566000 -- 89% complete.
Reading data from 0x157f800 -- 90% complete.
Reading data from 0x1599800 -- 91% complete.
Reading data from 0x15b3000 -- 92% complete.
Reading data from 0x15cc800 -- 93% complete.
Reading data from 0x15e6000 -- 94% complete.
Reading data from 0x15ff800 -- 95% complete.
Reading data from 0x1619800 -- 96% complete.
Reading data from 0x1633000 -- 97% complete.
Reading data from 0x164c800 -- 98% complete.
Reading data from 0x1666000 -- 99% complete.
Reading data from 0x167f800 -- 100% complete.
10485760 bytes read: OK
## Booting image at 02000000 ...
Image Name: Linux-2.6.31.8
Created: 2012-07-26 6:16:47 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 6095664 Bytes = 5.8 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux......................................................................................................................................................................................................................................................................................... done, booting the kernel.

((( frozen )))

(((2nd boot -- after "run to_linux")

__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 2 1 0

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (5)
Device 0 @ 0 0:
Model: WDC WD3200JD-22KLB0 Firm: 08.05J08 Ser#: WD-WCAMR2238476
Type: Hard Disk
Supports 48-bit addressing
Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)


1318912 bytes read
## Booting image at 02000000 ...
Image Name: Linux-3.1.10-13-ARCH
Created: 2012-08-20 15:46:58 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2855952 Bytes = 2.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... Bad Data CRC
NSA320>>
')
It seems like there are quite a few places where oom-killer ends up running. I wouldn't expect that this is by design...

Examination of the hard drive afterwards shows a 23.5MB ext2 and a 298GB "unknown" partition.

I'll wait until tomorrow, then go ahead and manually populate the hard drive (as I did on the other device).
CharlesB
 
Posts: 34
Joined: Fri Sep 14, 2012 3:53 am

Re: ZyXEL NSA320 booted from USB...once!

Postby WarheadsSE » Mon Oct 29, 2012 11:47 pm

I can actually repeatable cause it now. The OOM killer however, doesn't make sense why it is triggering, but it all seems to be down to that happening. The uImage load is down to what appears to be a fault with writing to the disk or a memory issue.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: ZyXEL NSA320 booted from USB...once!

Postby ormiller » Wed Dec 19, 2012 9:13 pm

In response to my possible watchdog error reboot with the NSA325.

I placed a small unformatted drive into bay 1. Went through the Zyxel initialization process. Rebooted the box. The system ran for days. From the serial console I issued a reboot. At the MARVELL> prompt I issued a run to_linux. I quickly pulled drive 1 then quickly inserted the ArchLinux drive and now I have a functioning system once again.

when my system was rebooting every 23 seconds. I did notice once during a reboot that there was is a message

sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms

which is real close to my 23 seconds

If I issue a # poweroff then I get the 23 second reboot again and have to go through the run to_stock insert the Zyxel formatted disk. Wait till it is up and running, then reboot then run to_linux insert the ArchLinux disk to be up and running.
ormiller
 
Posts: 16
Joined: Fri Oct 12, 2012 2:48 pm

PreviousNext

Return to [Please read announcement] Community-Supported Devices

Who is online

Users browsing this forum: No registered users and 2 guests