Welcome! Log In Create A New Profile

Advanced

2017.07-2023.04 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320, NSA310S, NSA320S, NSA310, HP T5325, Dreamplug

Posted by bodhi 
Thanks for the response.
fw_printenv
ethact=egiga0
bootdelay=3
baudrate=115200
mainlineLinux=yes
console=ttyS0,115200
led_init=green blinking
led_exit=green off
led_error=orange blinking
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
mtdids=nand0=orion_nand
partition=nand0,2
stdin=serial
stdout=serial
stderr=serial
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_list=1 2 3 4
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_init=run usb_scan
usb_device=0:1
usb_root=/dev/sda1
usb_rootfstype=ext2
usb_rootdelay=10
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
ethaddr=00:10:75:1A:5C:5E
arcNumber=2097
serverip=192.168.1.5
ipaddr=192.168.1.82
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole
dmesg
Linux version 2.6.37-dockstar (root@debian) (gcc version 4.4.5 (Debian 4.4.5-4) ) #6 Mon Jan 17 01:55:44 CET 2011
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Seagate Dockstar Board
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 32768
free_area_init_node: node 0, pgdat c0559fa4, node_mem_map c0588000
  Normal zone: 256 pages used for memmap
  Normal zone: 0 pages reserved
  Normal zone: 32512 pages, LIFO batch:7
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
PID hash table entries: 512 (order: -1, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 128MB = 128MB total
Memory: 124248k/124248k available, 6824k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    vmalloc : 0xc8800000 - 0xfe800000   ( 864 MB)
    lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .init : 0xc0008000 - 0xc0030000   ( 160 kB)
      .text : 0xc0030000 - 0xc0525000   (5076 kB)
      .data : 0xc0526000 - 0xc055b680   ( 214 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:114
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
regulator: core version 0.5
regulator: dummy:
NET: Registered protocol family 16
i2c-core: driver [dummy] registered
Kirkwood: MV88F6281-A0, TCLK=200000000.
Feroceon L2: Cache support initialised.
initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
  final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
bio: create slab <bio-0> at 0
vgaarb: loaded
i2c-core: driver [88PM860x] registered
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Switching to clocksource orion_clocksource
FS-Cache: Loaded
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
PCI: CLS 0 bytes, default 32
FS-Cache: Netfs 'nfs' registered for caching
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
fuse init (API version 7.15)
msgmni has been set to 242
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
physmap-flash.0: failed to claim resource 0
ONFI flash detected
ONFI param page 0 valid
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit)
Scanning device for bad blocks
Bad eraseblock 857 at 0x000006b20000
4 cmdlinepart partitions found on MTD device orion_nand
Creating 4 MTD partitions on "orion_nand":
0x000000000000-0x000000100000 : "u-boot"
0x000000100000-0x000000500000 : "uImage"
0x000000500000-0x000002500000 : "rootfs"
0x000002500000-0x000010000000 : "data"
MV-643xx 10/100/1000 ethernet driver version 1.4
mv643xx_eth smi: probed
net eth0: port 0 with MAC address 00:10:75:1a:5c:5e
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
orion-ehci orion-ehci.0: Marvell Orion EHCI
orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
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
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
i2c-core: driver [dev_driver] registered
lirc_dev: IR Remote Control driver registered, major 253
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR RC5 (streamzap) protocol handler initialized
IR LIRC bridge handler initialized
Orion Watchdog Timer: Initial timeout 21 sec
cpuidle: using governor ladder
cpuidle: using governor menu
mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
Registered led device: dockstar:green:health
Registered led device: dockstar:orange:health
Driver for HIFN 795x crypto accelerator chip has been successfully registered.
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
zram: num_devices not specified. Using default: 1
zram: Creating 1 devices ...
oprofile: hardware counters not available
oprofile: using timer interrupt.
TCP cubic registered
NET: Registered protocol family 17
Gating clock of unused units
before: 0x00dfc3fd
 after: 0x00c701d9
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Waiting 10sec before mounting root device...
usb 1-1: new high speed USB device using orion-ehci and address 2
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usb 1-1.4: new high speed USB device using orion-ehci and address 3
scsi0 : usb-storage 1-1.4:1.0
scsi 0:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 2
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1 sda2
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Attached SCSI removable disk
VFS: Mounted root (ext2 filesystem) on device 8:1.
Freeing init memory: 160K
rtc-mv rtc-mv: internal RTC not ticking
eth0: link up, 100 Mb/s, full duplex, flow control disabled
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period
sshd (1349): /proc/1349/oom_adj is deprecated, please use /proc/1349/oom_score_adj instead.
How do I get the u-boot version number from user space?

I tried

cat /dev/mtd0 | hexdump -C > /tmp/mtd0_dump

But couldn't find any plain text version number.
lyzby,

You already got netconsole set up! you can connect with netconsole and capture the U-Boot banner.
serverip=192.168.1.5
ipaddr=192.168.1.82
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole

And while you at it, please make sure you can interrupt netconsole and execute some U-Boot commands such as printenv, help,… It will come in handy if you can do this in the future.

Also please get output of
cat /etc/fw_env.config

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 3 time(s). Last edit at 05/06/2014 06:59PM by bodhi.
Re: 2013.10 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02
May 07, 2014 03:29AM
any luck for the NSA-320?
Re: 2013.10 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02
May 07, 2014 04:38AM
@gaogao,

WarheadsSE has been working on it. I believe it's done, all we need is to merge his works to u-boot-kirwood.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
>You already got netconsole set up

Well, I'd never used netconsole before. How nice. Here's the starting output:
U-Boot 2010.09 (Oct 23 2010 - 11:49:22)
Marvell-Dockstar/Pogoplug by Jeff Doozan
Hit any key to stop autoboot: 0

Here's cat /etc/fw_env.config
# MTD device name Device offset Env. size Flash sector size Number of sectors
/dev/mtd0 0xc0000 0x20000 0x20000

I do have a serial cable I can hook up to provide console if need be.
Lyzby,

Everything looks good. Your U-Boot 2010.09 is by Jeff, your env location is at 0xc0000, so it should work without problem. After you flashed the u-boot image, fw_printenv should give exactly the same envs as before.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Ok--all worked well for u-boot:

U-Boot 2014.01-tld-1 (Mar 17 2014 - 22:04:15)
Seagate FreeAgent DockStar

Thanks
@Val532,

So did you test the U-Boot for Lacie D2Net_V2 that I've uploaded?
http://forum.doozan.com/read.php?3,12381,15828#msg-15828

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Ok, I'll try it here.
I want to upgrade the u-boot on my Pogoplug V1. Which U-Boot I have to use? The Dockstar?

My current u-boot from 2012 is made for the Dockstar:

U-Boot 2011.12 (Feb 12 2012 - 21:33:07)
Seagate FreeAgent DockStar

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
u-boot>>
u-boot>>
u-boot>>
u-boot>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>> U-Boot 2011.3>>>
theliquid,

Yes, the latest Dockstar U-Boot one should work fine.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Ok, thanks it worked!
When I want to change my rootfs to ext4 (instead of ext2), I just have to chance usb_rootfstype=ext2 to usb_rootfstype=ext4, right? (I already reformatted the usb device to ext4).
Yes, usb_rootfstype needs to macth the file system type of your rootfs. OTOH, with later kernel (don't remember when it's been possible), you can also obmit this variable altogether and initrd will figure out the file system type. So either matching the type, or don't define it in U-Boot env.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Thank you for the reply, bodhi!

Just to be sure I set usb_rootfstype=ext4 and all worked fine.
Hi Bodhi
I flashed you latest uboot to my goflex net and there were no errors after flash.I am using latest archlinuxarm build and tying to boot from usb.The machine boots up and the LED is solid green but I do not get any ip address from goflex.I tried different Usb sticks and I had similar problem before that the machine will boot from some usb sticks and not others. I followed directions to do netconsole but I do not get a a connection to machine. I do not have a serial cable.Any suggestions.
Thanks
farsheed,

Use a new USB stick and put the latest Debian rootfs on it. Download this rootfs from:
http://forum.doozan.com/read.php?2,12096

Boot with this rootfs to see if you can. After that, check u-boot envs to see if the current settings was the reason it did not boot Arch. Once you can boot this Debian rootfs, it is easier to recheck netconsole settings to get it working.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
I followed your directions and built new debian rootfs.The system is booting but is not connecting to network.I found a serial cable and was able to get following output through serial.It seems there is some issue with my network setting getting ip address. What should I do.Is there a command that I can give via serial cable that can fix my network setting or apply an ethernet address the goflex.Any help will be appreciated.

▒▒▒ 0
(Re)start USB..▒▒A▒▒EHCI timed out on TD - token=0xbe008d80
▒EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80


U-Boot 2014.01-tld-1 (Mar 17 2014 - 21:50:38)
Seagate GoFlex Net

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
Warning: failed to set MAC address

88E1116 Initialized on egiga0
*** ERROR: `ethaddr' not set
ping failed; host 10.10.10.3 is not alive
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0x800d8d80
READ_CAP ERROR
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
2 Storage Device(s) found
** File not found /rescueme **
** Unrecognized filesystem type **
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: 219 MiB
UBI: number of good PEBs: 1751
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: 1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22
UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22!

ubifsmount - mount UBIFS volume

Usage:
ubifsmount <volume-name>
- mount 'volume-name' volume
1 bytes read in 295 ms (0 Bytes/s)
Found bootable drive on usb 0:1
2461416 bytes read in 326 ms (7.2 MiB/s)
6362802 bytes read in 415 ms (14.6 MiB/s)
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.14.0-kirkwood-tld-1
Created: 2014-04-06 20:44:27 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2461352 Bytes = 2.3 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: initramfs-3.14.0-kirkwood-tld-1
Created: 2014-04-06 20:44:41 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 6362738 Bytes = 6.1 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.14.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Net
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] free_area_init_node: node 0, pgdat c06d7f18, node_mem_map c7efb000
[ 0.000000] DMA zone: 256 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 32768 pages, LIFO batch:7
[ 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: 32512
[ 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: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 116240K/131072K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 14832K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc064df14 (6424 kB)
[ 0.000000] .init : 0xc064e000 - 0xc0683444 ( 214 kB)
[ 0.000000] .data : 0xc0684000 - 0xc06dc3c4 ( 353 kB)
[ 0.000000] .bss : 0xc06dc3c4 - 0xc074665c ( 425 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[ 14.069419] Console: colour dummy device 80x30
[ 14.069450] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 14.159193] pid_max: default: 32768 minimum: 301
[ 14.159303] Security Framework initialized
[ 14.159366] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 14.159385] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 14.159971] Initializing cgroup subsys devices
[ 14.159995] Initializing cgroup subsys freezer
[ 14.160009] Initializing cgroup subsys net_cls
[ 14.160019] Initializing cgroup subsys blkio
[ 14.160096] CPU: Testing write buffer coherency: ok
[ 14.160489] Setting up static identity map for 0x485fa0 - 0x485fdc
[ 14.162599] devtmpfs: initialized
[ 14.165275] prandom: seed boundary self test passed
[ 14.169374] prandom: 100 self tests passed
[ 14.169390] pinctrl core: initialized pinctrl subsystem
[ 14.169772] regulator-dummy: no parameters
[ 14.170107] NET: Registered protocol family 16
[ 14.170572] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 14.171354] cpuidle: using governor ladder
[ 14.171371] cpuidle: using governor menu
[ 14.171523] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 14.171544] Feroceon L2: Enabling L2
[ 14.171583] Feroceon L2: Cache support initialised.
[ 14.171991] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 14.172020] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 14.176876] bio: create slab <bio-0> at 0
[ 14.177334] vgaarb: loaded
[ 14.177627] usbcore: registered new interface driver usbfs
[ 14.177704] usbcore: registered new interface driver hub
[ 14.177822] usbcore: registered new device driver usb
[ 14.178590] Switched to clocksource orion_clocksource
[ 14.203307] NET: Registered protocol family 2
[ 14.203958] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 14.203985] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 14.204005] TCP: Hash tables configured (established 1024 bind 1024)
[ 14.204080] TCP: reno registered
[ 14.204093] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 14.204115] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 14.204307] NET: Registered protocol family 1
[ 14.204622] RPC: Registered named UNIX socket transport module.
[ 14.204634] RPC: Registered udp transport module.
[ 14.204641] RPC: Registered tcp transport module.
[ 14.204648] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.204660] PCI: CLS 0 bytes, default 32
[ 14.204907] Unpacking initramfs...
[ 14.734292] Freeing initrd memory: 6208K (c1101000 - c1711000)
[ 14.734440] NetWinder Floating Point Emulator V0.97 (double precision)
[ 14.734994] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 14.735147] audit: initializing netlink subsys (disabled)
[ 14.735204] audit: type=2000 audit(0.650:1): initialized
[ 14.735874] bounce pool size: 64 pages
[ 14.735942] zbud: loaded
[ 14.736125] VFS: Disk quotas dquot_6.5.2
[ 14.736179] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 14.736481] NFS: Registering the id_resolver key type
[ 14.736551] Key type id_resolver registered
[ 14.736561] Key type id_legacy registered
[ 14.736579] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 14.736588] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 14.736745] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 14.737028] msgmni has been set to 239
[ 14.737148] Key type big_key registered
[ 14.739019] alg: No test for stdrng (krng)
[ 14.739113] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 14.739124] io scheduler noop registered
[ 14.739132] io scheduler deadline registered
[ 14.739167] io scheduler cfq registered (default)
[ 14.739421] mv_xor mv_xor.0: Marvell shared XOR driver
[ 14.778654] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 14.818647] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 14.818774] mv_xor mv_xor.1: Marvell shared XOR driver
[ 14.858654] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 14.898653] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 14.898951] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 14.919603] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[ 15.530662] console [ttyS0] enabled
[ 15.535236] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[ 15.541644] nand: Micron MT29F2G08AAD
[ 15.545324] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[ 15.551027] Scanning device for bad blocks
[ 15.588691] Bad eraseblock 318 at 0x0000027c0000
[ 15.775375] 4 cmdlinepart partitions found on MTD device orion_nand
[ 15.781686] Creating 4 MTD partitions on "orion_nand":
[ 15.786855] 0x000000000000-0x000000100000 : "u-boot"
[ 15.792148] 0x000000100000-0x000000500000 : "uImage"
[ 15.797390] 0x000000500000-0x000002500000 : "rootfs"
[ 15.802697] 0x000002500000-0x000010000000 : "data"
[ 15.808567] libphy: Fixed MDIO Bus: probed
[ 15.824542] libphy: orion_mdio_bus: probed
[ 15.828803] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 16.909513] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:00:00:00:00:00
[ 16.918442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.925027] ehci-pci: EHCI PCI platform driver
[ 16.929565] ehci-orion: EHCI orion driver
[ 16.933657] orion-ehci orion-ehci.0: EHCI Host Controller
[ 16.939128] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 16.946848] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 16.968624] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 16.974737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 16.981575] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.988848] usb usb1: Product: EHCI Host Controller
[ 16.993753] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[ 17.000497] usb usb1: SerialNumber: orion-ehci.0
[ 17.005693] hub 1-0:1.0: USB hub found
[ 17.009524] hub 1-0:1.0: 1 port detected
[ 17.014012] mousedev: PS/2 mouse device common for all mice
[ 17.328647] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 17.760109] usb 1-1: New USB device found, idVendor=1058, idProduct=071a
[ 17.766853] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 17.774045] usb 1-1: Product: My Passport 071A
[ 17.778508] usb 1-1: Manufacturer: Western Digital
[ 17.783336] usb 1-1: SerialNumber: 575836314133315936373937
[ 18.028620] rtc-mv rtc-mv: internal RTC not ticking
[ 18.033633] i2c /dev entries driver
[ 18.038337] hidraw: raw HID events driver (C) Jiri Kosina
[ 18.044074] drop_monitor: Initializing network drop monitor service
[ 18.050579] TCP: cubic registered
[ 18.053912] NET: Registered protocol family 17
[ 18.058482] Key type dns_resolver registered
[ 18.063316] registered taskstats version 1
[ 18.067914] regulator-dummy: incomplete constraints, leaving on
[ 18.074225] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 18.082197] Freeing unused kernel memory: 212K (c064e000 - c0683000)
Loading, please wait...
[ 18.159349] udevd[54]: starting version 175
[ 18.358412] SCSI subsystem initialized
[ 18.387426] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 18.393815] libata version 3.00 loaded.
[ 18.415871] sata_mv sata_mv.0: version 1.28
[ 18.439839] sata_mv sata_mv.0: cannot get optional clkdev
[ 18.445371] sata_mv sata_mv.0: slots 32 ports 2
[ 18.453598] scsi0 : usb-storage 1-1:1.0
[ 18.466225] usbcore: registered new interface driver usb-storage
[ 18.508706] scsi1 : sata_mv
[ 18.521698] scsi2 : sata_mv
[ 18.524753] ata1: SATA max UDMA/133 irq 21
[ 18.539025] ata2: SATA max UDMA/133 irq 21
[ 18.888631] ata1: SATA link down (SStatus 0 SControl F300)
[ 19.258623] ata2: SATA link down (SStatus 0 SControl F300)
[ 19.451213] scsi 0:0:0:0: Direct-Access WD My Passport 071A 2019 PQ: 0 ANSI: 4
[ 19.461557] scsi 0:0:0:1: Enclosure WD SES Device 2019 PQ: 0 ANSI: 4
[ 19.514670] sd 0:0:0:0: [sda] 488341504 512-byte logical blocks: (250 GB/232 GiB)
[ 19.522877] ses 0:0:0:1: Attached Enclosure device
[ 19.529666] sd 0:0:0:0: [sda] Write Protect is off
[ 19.534494] sd 0:0:0:0: [sda] Mode Sense: 2b 00 10 08
[ 19.549905] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 19.555566] sd 0:0:0:0: [sda] No Caching mode page found
[ 19.561205] ses 0:0:0:1: Attached scsi generic sg1 type 13
[ 19.567387] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 19.584017] sd 0:0:0:0: [sda] No Caching mode page found
[ 19.589474] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 22.878692] sda: sda1
[ 22.887138] sd 0:0:0:0: [sda] No Caching mode page found
[ 22.892528] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 22.898719] sd 0:0:0:0: [sda] Attached SCSI disk
Begin: Loading essential drivers ... done.
[ 29.327728] netpoll: netconsole: local port 6665
[ 29.332458] netpoll: netconsole: local IPv4 address 10.10.10.3
[ 29.338313] netpoll: netconsole: interface 'eth0'
[ 29.343078] netpoll: netconsole: remote port 6666
[ 29.347802] netpoll: netconsole: remote IPv4 address 10.10.10.4
[ 29.353813] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 29.360755] netpoll: netconsole: device eth0 not up yet, forcing it
[ 29.367053] netpoll: netconsole: failed to open eth0
[ 29.372067] netconsole: cleaning up
modprobe: can't load module netconsole (kernel/drivers/net/netconsole.ko): Cannot assign requested address
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[ 29.458531] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[ 31.329375] udevd[249]: starting version 175
. ok
[ ok ] Synthesizing the initial hotplug events...done.
[....] Waiting for /dev to be fully populated...[ 31.856139] alg: hash: Test 1 failed for mv-hmac-sha1
[ 31.864533] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
[ 31.878718] 00000010: b7 c3 16 0c
[ 31.885490] orion_wdt: Initial timeout 21 sec
[ 32.294624] random: nonblocking pool is initialized
done.
[ ok ] Activating swap...done.
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs was not cleanly unmounted, check forced.
rootfs: 13128/256000 files (0.1% non-contiguous), 129276/1024000 blocks
fsck died with exit status 1
failed (code 1).
[ ok ] Loading kernel modules...done.
[ ok ] Cleaning up temporary files... /tmp /lib/init/rw.
[ ok ] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.20.1
done.
[ ok ] Mounting local filesystems...done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...[ 47.592108] NET: Registered protocol family 10
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

RTNETLINK answers: Cannot assign requested address
Listening on LPF/eth0/00:00:00:00:00:00
Sending on LPF/eth0/00:00:00:00:00:00
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
send_packet: Network is down
receive_packet failed on eth0: Network is down
DHCPREQUEST on eth0 to 255.255.255.255 port 67
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
send_packet: Network is down
No DHCPOFFERS received.
Trying recorded lease 192.168.0.15
connect: Network is unreachable
No working leases in persistent database - sleeping.
done.
[ ok ] Starting rpcbind daemon....
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1713 (syslogd)
. ok
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting rpcbind daemon...[....] Already running..
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
1711 (klogd)
. ok
[ ok ] Starting OpenBSD Secure Shell server: sshd.

Debian GNU/Linux 7 debian ttyS0

debian login: root
Password:
Last login: Tue Apr 15 17:03:23 PDT 2014 from 192.168.0.100 on pts/0
Linux debian 3.14.0-kirkwood-tld-1 #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian:~#
This is fw_printenv.Is there any thing to be fixed in env.

root@debian:~# fw_printenv
ethact=egiga0
bootdelay=3
baudrate=115200
mainlineLinux=yes
console=ttyS0,115200
led_init=green blinking
led_exit=green off
led_error=orange blinking
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
mtdids=nand0=orion_nand
partition=nand0,2
stdin=serial
stdout=serial
stderr=serial
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_list=1 2 3 4
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_init=run usb_scan
usb_device=0:1
usb_root=/dev/sda1
usb_rootfstype=ext2
usb_rootdelay=10
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
arcNumber=3089
sata_device=0:1
sata_root=/dev/sda1
sata_rootfstype=ext3
sata_rootdelay=10
sata_set_bootargs=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params
sata_boot=ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
sata_bootcmd=run sata_set_bootargs; run sata_boot
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset
ncip=10.10.10.5
ncipk=10.10.10.4
serverip=10.10.10.3
nc_test=ping $ncip
nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version
usb_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
sata_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/
ipaddr=192.168.3.101
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole
root@debian:~#
Hi boodhi.
I was able to fix mac address through serial cable and now getting network on debian and on an old Arch build.However,the new latestArch build does not boot and give kernel panic.Please see the log below. Do I need to fix anything in kernel or file system.Also,Please see my two previous posts about fw_printenv and uboot.What can fix in env to make sure netconsole is working in future and fix any otherboot issue. Also how can I install rescue in my nand.
Thanks



U-Boot 2014.01-tld-1 (Mar 17 2014 - 21:50:38)
Seagate GoFlex Net

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Using egiga0 device
ping failed; host 10.10.10.3 is not alive
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0x800d8d80
READ_CAP ERROR
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
EHCI timed out on TD - token=0xbe008d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x800d8d80
3 Storage Device(s) found
** File not found /rescueme **
** Unrecognized filesystem type **
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: 219 MiB
UBI: number of good PEBs: 1751
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: 1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22
UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22!

ubifsmount - mount UBIFS volume

Usage:
ubifsmount <volume-name>
- mount 'volume-name' volume
1 bytes read in 163 ms (0 Bytes/s)
Found bootable drive on usb 0:1
3965136 bytes read in 270 ms (14 MiB/s)
** File not found /boot/uInitrd **
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.14.4-1-ARCH
Created: 2014-05-16 1:38:34 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3965072 Bytes = 3.8 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.14.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Thu May 15 19:38:21 MDT 2014
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Net
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] free_area_init_node: node 0, pgdat c07a690c, node_mem_map c7efb000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32768 pages, LIFO batch:7
[ 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: 32512
[ 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: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 121212K/131072K available (5541K kernel code, 336K rwdata, 1688K rodata, 258K init, 829K bss, 9860K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc071776c (7230 kB)
[ 0.000000] .init : 0xc0718000 - 0xc07589b4 ( 259 kB)
[ 0.000000] .data : 0xc075a000 - 0xc07ae16c ( 337 kB)
[ 0.000000] .bss : 0xc07ae16c - 0xc087d804 ( 830 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[ 5.960735] Console: colour dummy device 80x30
[ 5.960764] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 6.050611] pid_max: default: 32768 minimum: 301
[ 6.050724] Security Framework initialized
[ 6.050750] AppArmor: AppArmor disabled by boot time parameter
[ 6.050816] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 6.050834] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 6.051409] Initializing cgroup subsys devices
[ 6.051433] Initializing cgroup subsys freezer
[ 6.051445] Initializing cgroup subsys net_cls
[ 6.051454] Initializing cgroup subsys blkio
[ 6.051462] Initializing cgroup subsys bfqio
[ 6.051471] Initializing cgroup subsys perf_event
[ 6.051567] CPU: Testing write buffer coherency: ok
[ 6.051947] Setting up static identity map for 0x546360 - 0x5463b8
[ 6.053710] devtmpfs: initialized
[ 6.056899] pinctrl core: initialized pinctrl subsystem
[ 6.057193] NET: Registered protocol family 16
[ 6.057664] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 6.058588] cpuidle: using governor ladder
[ 6.058606] cpuidle: using governor menu
[ 6.058765] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 6.058786] Feroceon L2: Enabling L2
[ 6.058823] Feroceon L2: Cache support initialised.
[ 6.059452] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 6.059478] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 6.067212] bio: create slab <bio-0> at 0
[ 6.067686] vgaarb: loaded
[ 6.067996] SCSI subsystem initialized
[ 6.068154] libata version 3.00 loaded.
[ 6.068441] usbcore: registered new interface driver usbfs
[ 6.068509] usbcore: registered new interface driver hub
[ 6.068618] usbcore: registered new device driver usb
[ 6.068745] pps_core: LinuxPPS API ver. 1 registered
[ 6.068753] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 6.068780] PTP clock support registered
[ 6.069641] Switched to clocksource orion_clocksource
[ 6.087246] FS-Cache: Loaded
[ 6.099153] NET: Registered protocol family 2
[ 6.099811] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 6.099838] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 6.099857] TCP: Hash tables configured (established 1024 bind 1024)
[ 6.099925] TCP: reno registered
[ 6.099938] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 6.099958] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 6.100172] NET: Registered protocol family 1
[ 6.100207] PCI: CLS 0 bytes, default 32
[ 6.101548] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 6.101698] audit: initializing netlink subsys (disabled)
[ 6.101757] audit: type=2000 audit(0.130:1): initialized
[ 6.209301] VFS: Disk quotas dquot_6.5.2
[ 6.209576] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 6.211923] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 6.213406] aufs 3.14-20140512
[ 6.213432] msgmni has been set to 236
[ 6.215239] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 6.215252] io scheduler noop registered
[ 6.215260] io scheduler deadline registered
[ 6.215670] io scheduler cfq registered
[ 6.215708] io scheduler bfq registered (default)
[ 6.215715] BFQ I/O-scheduler version: v7r3
[ 6.215875] mv_xor mv_xor.0: Marvell shared XOR driver
[ 6.249777] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 6.289711] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 6.289894] mv_xor mv_xor.1: Marvell shared XOR driver
[ 6.329717] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 6.369713] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 6.374804] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 6.395764] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[ 6.977174] console [ttyS0] enabled
[ 6.989032] brd: module loaded
[ 6.996349] loop: module loaded
[ 6.999821] sata_mv sata_mv.0: version 1.28
[ 7.004086] sata_mv sata_mv.0: cannot get optional clkdev
[ 7.009610] sata_mv sata_mv.0: slots 32 ports 2
[ 7.017117] scsi0 : sata_mv
[ 7.020634] scsi1 : sata_mv
[ 7.023732] ata1: SATA max UDMA/133 irq 21
[ 7.027849] ata2: SATA max UDMA/133 irq 21
[ 7.033044] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[ 7.039428] nand: Micron MT29F2G08AAD
[ 7.043324] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[ 7.049022] Scanning device for bad blocks
[ 7.086590] Bad eraseblock 318 at 0x0000027c0000
[ 7.272608] 4 cmdlinepart partitions found on MTD device orion_nand
[ 7.278906] Creating 4 MTD partitions on "orion_nand":
[ 7.284088] 0x000000000000-0x000000100000 : "u-boot"
[ 7.289487] 0x000000100000-0x000000500000 : "uImage"
[ 7.294889] 0x000000500000-0x000002500000 : "rootfs"
[ 7.300286] 0x000002500000-0x000010000000 : "data"
[ 7.312386] libphy: orion_mdio_bus: probed
[ 7.316589] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 7.389671] ata1: SATA link down (SStatus 0 SControl F300)
[ 7.759660] ata2: SATA link down (SStatus 0 SControl F300)
[ 8.406205] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:43:35
[ 8.415097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 8.421670] ehci-pci: EHCI PCI platform driver
[ 8.426195] ehci-orion: EHCI orion driver
[ 8.430309] orion-ehci orion-ehci.0: EHCI Host Controller
[ 8.435759] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 8.443502] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 8.459675] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 8.466517] hub 1-0:1.0: USB hub found
[ 8.470347] hub 1-0:1.0: 1 port detected
[ 8.474920] usbcore: registered new interface driver usb-storage
[ 8.481376] mousedev: PS/2 mouse device common for all mice
[ 8.789689] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 8.941841] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 8.948247] scsi2 : usb-storage 1-1:1.0
[ 9.489666] rtc-mv rtc-mv: internal RTC not ticking
[ 9.494683] i2c /dev entries driver
[ 9.498665] orion_wdt: Initial timeout 21 sec
[ 9.503367] sdhci: Secure Digital Host Controller Interface driver
[ 9.509575] sdhci: Copyright(c) Pierre Ossman
[ 9.514012] sdhci-pltfm: SDHCI platform and OF driver helper
[ 9.521129] ledtrig-cpu: registered to indicate activity on CPUs
[ 9.527286] usbcore: registered new interface driver r8712u
[ 9.533311] gre: GRE over IPv4 demultiplexor driver
[ 9.538222] TCP: cubic registered
[ 9.541569] NET: Registered protocol family 17
[ 9.546156] Key type dns_resolver registered
[ 9.551176] registered taskstats version 1
[ 9.556353] netpoll: netconsole: local port 6665
[ 9.561044] netpoll: netconsole: local IPv4 address 10.10.10.3
[ 9.566903] netpoll: netconsole: interface 'eth0'
[ 9.571658] netpoll: netconsole: remote port 6666
[ 9.576382] netpoll: netconsole: remote IPv4 address 10.10.10.4
[ 9.582360] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 9.589262] netpoll: netconsole: device eth0 not up yet, forcing it
[ 9.950855] scsi 2:0:0:0: Direct-Access WD My Book 1110 2003 PQ: 0 ANSI: 4
[ 9.960292] sd 2:0:0:0: [sda] 1952151552 512-byte logical blocks: (999 GB/930 GiB)
[ 9.979661] sd 2:0:0:0: [sda] Write Protect is off
[ 9.984497] sd 2:0:0:0: [sda] Mode Sense: 23 00 10 00
[ 9.990027] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 9.996573] scsi 2:0:0:1: CD-ROM WD Virtual CD 1110 2003 PQ: 0 ANSI: 4
[ 10.009684] sd 2:0:0:0: [sda] No Caching mode page found
[ 10.015042] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 10.030267] scsi 2:0:0:1: Attached scsi generic sg1 type 5
[ 10.040592] scsi 2:0:0:2: Enclosure WD SES Device 2003 PQ: 0 ANSI: 4
[ 10.053156] sd 2:0:0:0: [sda] No Caching mode page found
[ 10.058507] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 10.069765] scsi 2:0:0:2: Attached scsi generic sg2 type 13
[ 10.080604] sda: sda1 sda2
[ 10.094533] sd 2:0:0:0: [sda] No Caching mode page found
[ 10.109670] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 10.115798] sd 2:0:0:0: [sda] Attached SCSI disk
[ 13.846163] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 13.858292] console [netcon0] enabled
[ 13.862018] netconsole: network logging started
[ 13.866656] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 13.873954] Waiting 10 sec before mounting root device...
[ 23.880562] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (4)
[ 23.889396] List of all partitions:
[ 23.893047] 0800 976075776 sda driver: sd
[ 23.897801] 0801 9566676 sda1 0002ae3f-01
[ 23.902796] 0802 966509068 sda2 0002ae3f-02
[ 23.907741] No filesystem could mount root, tried: ext2
[ 23.913176] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
[ 23.921489] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.4-1-ARCH #1
[ 23.927903] [<c000ef64>] (unwind_backtrace) from [<c000c4b8>] (show_stack+0x10/0x14)
[ 23.935692] [<c000c4b8>] (show_stack) from [<c0539188>] (panic+0x8c/0x1d8)
[ 23.942616] [<c0539188>] (panic) from [<c071906c>] (mount_block_root+0x288/0x2cc)
[ 23.950155] [<c071906c>] (mount_block_root) from [<c0719374>] (prepare_namespace+0x160/0x1c0)
[ 23.958733] [<c0719374>] (prepare_namespace) from [<c0718c90>] (kernel_init_freeable+0x1f8/0x240)
[ 23.967657] [<c0718c90>] (kernel_init_freeable) from [<c0537924>] (kernel_init+0x8/0xec)
[ 23.975793] [<c0537924>] (kernel_init) from [<c00094f0>] (ret_from_fork+0x14/0x24)


U-Boot 2014.01-tld-1 (Mar 17 2014 - 21:50:38)
Seagate GoFlex Net

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Using egiga0 device
ping failed; host 10.10.10.3 is not alive
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
** File not found /rescueme **
** Unrecognized filesystem type **
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: 219 MiB
UBI: number of good PEBs: 1751
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: 1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22
UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22!

ubifsmount - mount UBIFS volume

Usage:
ubifsmount <volume-name>
- mount 'volume-name' volume
1 bytes read in 145 ms (0 Bytes/s)
Found bootable drive on usb 0:1
3965136 bytes read in 370 ms (10.2 MiB/s)
** File not found /boot/uInitrd **
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.14.4-1-ARCH
Created: 2014-05-16 1:38:34 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3965072 Bytes = 3.8 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.14.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Thu May 15 19:38:21 MDT 2014
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Net
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] free_area_init_node: node 0, pgdat c07a690c, node_mem_map c7efb000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32768 pages, LIFO batch:7
[ 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: 32512
[ 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: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 121212K/131072K available (5541K kernel code, 336K rwdata, 1688K rodata, 258K init, 829K bss, 9860K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc071776c (7230 kB)
[ 0.000000] .init : 0xc0718000 - 0xc07589b4 ( 259 kB)
[ 0.000000] .data : 0xc075a000 - 0xc07ae16c ( 337 kB)
[ 0.000000] .bss : 0xc07ae16c - 0xc087d804 ( 830 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[ 20.853237] Console: colour dummy device 80x30
[ 20.853265] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 20.943113] pid_max: default: 32768 minimum: 301
[ 20.943225] Security Framework initialized
[ 20.943250] AppArmor: AppArmor disabled by boot time parameter
[ 20.943316] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 20.943332] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 20.943908] Initializing cgroup subsys devices
[ 20.943931] Initializing cgroup subsys freezer
[ 20.943942] Initializing cgroup subsys net_cls
[ 20.943952] Initializing cgroup subsys blkio
[ 20.943959] Initializing cgroup subsys bfqio
[ 20.943968] Initializing cgroup subsys perf_event
[ 20.944066] CPU: Testing write buffer coherency: ok
[ 20.944446] Setting up static identity map for 0x546360 - 0x5463b8
[ 20.946211] devtmpfs: initialized
[ 20.949375] pinctrl core: initialized pinctrl subsystem
[ 20.949669] NET: Registered protocol family 16
[ 20.950137] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 20.951052] cpuidle: using governor ladder
[ 20.951071] cpuidle: using governor menu
[ 20.951230] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 20.951251] Feroceon L2: Enabling L2
[ 20.951288] Feroceon L2: Cache support initialised.
[ 20.951916] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 20.951942] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 20.959676] bio: create slab <bio-0> at 0
[ 20.960149] vgaarb: loaded
[ 20.960460] SCSI subsystem initialized
[ 20.960619] libata version 3.00 loaded.
[ 20.960901] usbcore: registered new interface driver usbfs
[ 20.960970] usbcore: registered new interface driver hub
[ 20.961078] usbcore: registered new device driver usb
[ 20.961205] pps_core: LinuxPPS API ver. 1 registered
[ 20.961214] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 20.961240] PTP clock support registered
[ 20.962102] Switched to clocksource orion_clocksource
[ 20.979699] FS-Cache: Loaded
[ 20.991588] NET: Registered protocol family 2
[ 20.992248] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 20.992274] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 20.992294] TCP: Hash tables configured (established 1024 bind 1024)
[ 20.992361] TCP: reno registered
[ 20.992375] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 20.992395] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 20.992608] NET: Registered protocol family 1
[ 20.992642] PCI: CLS 0 bytes, default 32
[ 20.993984] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 20.994134] audit: initializing netlink subsys (disabled)
[ 20.994192] audit: type=2000 audit(0.130:1): initialized
[ 21.101660] VFS: Disk quotas dquot_6.5.2
[ 21.101934] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 21.104289] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 21.105771] aufs 3.14-20140512
[ 21.105797] msgmni has been set to 236
[ 21.107602] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 21.107616] io scheduler noop registered
[ 21.107624] io scheduler deadline registered
[ 21.108032] io scheduler cfq registered
[ 21.108070] io scheduler bfq registered (default)
[ 21.108078] BFQ I/O-scheduler version: v7r3
[ 21.108239] mv_xor mv_xor.0: Marvell shared XOR driver
[ 21.142239] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 21.182171] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 21.182354] mv_xor mv_xor.1: Marvell shared XOR driver
[ 21.222176] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 21.262173] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 21.267264] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 21.288224] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[ 21.869636] console [ttyS0] enabled
[ 21.881491] brd: module loaded
[ 21.888810] loop: module loaded
[ 21.892281] sata_mv sata_mv.0: version 1.28
[ 21.896546] sata_mv sata_mv.0: cannot get optional clkdev
[ 21.902071] sata_mv sata_mv.0: slots 32 ports 2
[ 21.909580] scsi0 : sata_mv
[ 21.913106] scsi1 : sata_mv
[ 21.916202] ata1: SATA max UDMA/133 irq 21
[ 21.920319] ata2: SATA max UDMA/133 irq 21
[ 21.925515] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[ 21.931897] nand: Micron MT29F2G08AAD
[ 21.935795] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[ 21.941492] Scanning device for bad blocks
[ 21.979061] Bad eraseblock 318 at 0x0000027c0000
[ 22.165079] 4 cmdlinepart partitions found on MTD device orion_nand
[ 22.171375] Creating 4 MTD partitions on "orion_nand":
[ 22.176559] 0x000000000000-0x000000100000 : "u-boot"
[ 22.181957] 0x000000100000-0x000000500000 : "uImage"
[ 22.187358] 0x000000500000-0x000002500000 : "rootfs"
[ 22.192754] 0x000002500000-0x000010000000 : "data"
[ 22.204806] libphy: orion_mdio_bus: probed
[ 22.209006] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 22.282131] ata1: SATA link down (SStatus 0 SControl F300)
[ 22.652121] ata2: SATA link down (SStatus 0 SControl F300)
[ 23.298673] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:43:35
[ 23.307567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 23.314140] ehci-pci: EHCI PCI platform driver
[ 23.318665] ehci-orion: EHCI orion driver
[ 23.322778] orion-ehci orion-ehci.0: EHCI Host Controller
[ 23.328229] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 23.335970] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 23.352136] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 23.358973] hub 1-0:1.0: USB hub found
[ 23.362798] hub 1-0:1.0: 1 port detected
[ 23.367372] usbcore: registered new interface driver usb-storage
[ 23.373833] mousedev: PS/2 mouse device common for all mice
[ 23.682150] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 23.833808] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 23.840209] scsi2 : usb-storage 1-1:1.0
[ 24.382126] rtc-mv rtc-mv: internal RTC not ticking
[ 24.387145] i2c /dev entries driver
[ 24.391126] orion_wdt: Initial timeout 21 sec
[ 24.395827] sdhci: Secure Digital Host Controller Interface driver
[ 24.402028] sdhci: Copyright(c) Pierre Ossman
[ 24.406463] sdhci-pltfm: SDHCI platform and OF driver helper
[ 24.413582] ledtrig-cpu: registered to indicate activity on CPUs
[ 24.419737] usbcore: registered new interface driver r8712u
[ 24.425756] gre: GRE over IPv4 demultiplexor driver
[ 24.430665] TCP: cubic registered
[ 24.434011] NET: Registered protocol family 17
[ 24.438584] Key type dns_resolver registered
[ 24.443601] registered taskstats version 1
[ 24.448789] netpoll: netconsole: local port 6665
[ 24.453481] netpoll: netconsole: local IPv4 address 10.10.10.3
[ 24.459337] netpoll: netconsole: interface 'eth0'
[ 24.464092] netpoll: netconsole: remote port 6666
[ 24.468817] netpoll: netconsole: remote IPv4 address 10.10.10.4
[ 24.474795] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 24.481697] netpoll: netconsole: device eth0 not up yet, forcing it
[ 24.842948] scsi 2:0:0:0: Direct-Access SanDisk Cruzer 1.00 PQ: 0 ANSI: 2
[ 24.852389] sd 2:0:0:0: [sda] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 24.872122] sd 2:0:0:0: [sda] Write Protect is off
[ 24.876952] sd 2:0:0:0: [sda] Mode Sense: 03 00 00 00
[ 24.882560] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 24.892144] sd 2:0:0:0: [sda] No Caching mode page found
[ 24.897502] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 24.925500] sd 2:0:0:0: [sda] No Caching mode page found
[ 24.930850] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 24.953694] sda: sda1
[ 24.958876] sd 2:0:0:0: [sda] No Caching mode page found
[ 24.972133] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 24.978277] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 28.685925] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 28.698014] console [netcon0] enabled
[ 28.701699] netconsole: network logging started
[ 28.706365] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 28.713663] Waiting 10 sec before mounting root device...
[ 38.723393] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (4)
[ 38.732418] List of all partitions:
[ 38.735965] 0800 7812608 sda driver: sd
[ 38.740650] 0801 7807558 sda1 00000000-01
[ 38.745681] No filesystem could mount root, tried: ext2
[ 38.751085] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
[ 38.759397] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.4-1-ARCH #1
[ 38.765812] [<c000ef64>] (unwind_backtrace) from [<c000c4b8>] (show_stack+0x10/0x14)
[ 38.773600] [<c000c4b8>] (show_stack) from [<c0539188>] (panic+0x8c/0x1d8)
[ 38.780525] [<c0539188>] (panic) from [<c071906c>] (mount_block_root+0x288/0x2cc)
[ 38.788065] [<c071906c>] (mount_block_root) from [<c0719374>] (prepare_namespace+0x160/0x1c0)
[ 38.796641] [<c0719374>] (prepare_namespace) from [<c0718c90>] (kernel_init_freeable+0x1f8/0x240)
[ 38.805566] [<c0718c90>] (kernel_init_freeable) from [<c0537924>] (kernel_init+0x8/0xec)
[ 38.813700] [<c0537924>] (kernel_init) from [<c00094f0>] (ret_from_fork+0x14/0x24)
farsheed,

Please put the log in code, it's very hard to read as regular text.

And follow my recommendation to boot with the Debian rootfs. Once you are in Linux command line, fixing neconsole is easy. I can't help you before you do that.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 06/06/2014 03:25AM by bodhi.
a,

At Linux command line
root@debian:~#

fw_setenv ethaddr 'xx:xx:xx:xx:xx:xx'

where 'xx:xx:xx:xx:xx:xx' is the MAC address that is on the sticker on bottom of the GF Net.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
I am able to debian roofts but the new Arch built is not booting. I will try to put the in code
U-Boot 2014.01-tld-1 (Mar 17 2014 - 21:50:38) 
 Seagate GoFlex Net 

 SoC: Kirkwood 88F6281_A1 
 DRAM: 128 MiB 
 WARNING: Caches not enabled 
 NAND: 256 MiB 
 In: serial 
 Out: serial 
 Err: serial 
 Net: egiga0 
 88E1116 Initialized on egiga0 
 Using egiga0 device 
 ping failed; host 10.10.10.3 is not alive 
 Hit any key to stop autoboot: 0 
 (Re)start USB... 
 USB0: USB EHCI 1.00 
 scanning bus 0 for devices... 2 USB Device(s) found 
 scanning usb for storage devices... 1 Storage Device(s) found 
 ** File not found /rescueme ** 
 ** Unrecognized filesystem type ** 
 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: 219 MiB 
 UBI: number of good PEBs: 1751 
 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: 1730 
 UBI: total number of reserved PEBs: 21 
 UBI: number of PEBs reserved for bad PEB handling: 17 
 UBI: max/mean erase counter: 1/1 
 UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22 
 UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22! 

 ubifsmount - mount UBIFS volume 

 Usage: 
 ubifsmount <volume-name> 
 - mount 'volume-name' volume 
 1 bytes read in 145 ms (0 Bytes/s) 
 Found bootable drive on usb 0:1 
 3965136 bytes read in 370 ms (10.2 MiB/s) 
 ** File not found /boot/uInitrd ** 
 ## Booting kernel from Legacy Image at 00800000 ... 
 Image Name: Linux-3.14.4-1-ARCH 
 Created: 2014-05-16 1:38:34 UTC 
 Image Type: ARM Linux Kernel Image (uncompressed) 
 Data Size: 3965072 Bytes = 3.8 MiB 
 Load Address: 00008000 
 Entry Point: 00008000 
 Verifying Checksum ... OK 
 Loading Kernel Image ... OK 

 Starting kernel ... 

 Uncompressing Linux... done, booting the kernel. 
 [ 0.000000] Booting Linux on physical CPU 0x0 
 [ 0.000000] Initializing cgroup subsys cpuset 
 [ 0.000000] Initializing cgroup subsys cpu 
 [ 0.000000] Initializing cgroup subsys cpuacct 
 [ 0.000000] Linux version 3.14.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Thu May 15 19:38:21 MDT 2014 
 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977 
 [ 0.000000] CPU: VIVT data cache, VIVT instruction cache 
 [ 0.000000] Machine: Seagate GoFlex Net 
 [ 0.000000] debug: ignoring loglevel setting. 
 [ 0.000000] Memory policy: Data cache writeback 
 [ 0.000000] On node 0 totalpages: 32768 
 [ 0.000000] free_area_init_node: node 0, pgdat c07a690c, node_mem_map c7efb000 
 [ 0.000000] Normal zone: 256 pages used for memmap 
 [ 0.000000] Normal zone: 0 pages reserved 
 [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 
 [ 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: 32512 
 [ 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: 512 (order: -1, 2048 bytes) 
 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) 
 [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) 
 [ 0.000000] Memory: 121212K/131072K available (5541K kernel code, 336K rwdata, 1688K rodata, 258K init, 829K bss, 9860K reserved) 
 [ 0.000000] Virtual kernel memory layout: 
 [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) 
 [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) 
 [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) 
 [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) 
 [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) 
 [ 0.000000] .text : 0xc0008000 - 0xc071776c (7230 kB) 
 [ 0.000000] .init : 0xc0718000 - 0xc07589b4 ( 259 kB) 
 [ 0.000000] .data : 0xc075a000 - 0xc07ae16c ( 337 kB) 
 [ 0.000000] .bss : 0xc07ae16c - 0xc087d804 ( 830 kB) 
 [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 
 [ 0.000000] Preemptible hierarchical RCU implementation. 
 [ 0.000000] NR_IRQS:114 
 [ 0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns 
 [ 20.853237] Console: colour dummy device 80x30 
 [ 20.853265] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584) 
 [ 20.943113] pid_max: default: 32768 minimum: 301 
 [ 20.943225] Security Framework initialized 
 [ 20.943250] AppArmor: AppArmor disabled by boot time parameter 
 [ 20.943316] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) 
 [ 20.943332] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) 
 [ 20.943908] Initializing cgroup subsys devices 
 [ 20.943931] Initializing cgroup subsys freezer 
 [ 20.943942] Initializing cgroup subsys net_cls 
 [ 20.943952] Initializing cgroup subsys blkio 
 [ 20.943959] Initializing cgroup subsys bfqio 
 [ 20.943968] Initializing cgroup subsys perf_event 
 [ 20.944066] CPU: Testing write buffer coherency: ok 
 [ 20.944446] Setting up static identity map for 0x546360 - 0x5463b8 
 [ 20.946211] devtmpfs: initialized 
 [ 20.949375] pinctrl core: initialized pinctrl subsystem 
 [ 20.949669] NET: Registered protocol family 16 
 [ 20.950137] DMA: preallocated 256 KiB pool for atomic coherent allocations 
 [ 20.951052] cpuidle: using governor ladder 
 [ 20.951071] cpuidle: using governor menu 
 [ 20.951230] Kirkwood: MV88F6281-A1, TCLK=200000000. 
 [ 20.951251] Feroceon L2: Enabling L2 
 [ 20.951288] Feroceon L2: Cache support initialised. 
 [ 20.951916] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000 
 [ 20.951942] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000 
 [ 20.959676] bio: create slab <bio-0> at 0 
 [ 20.960149] vgaarb: loaded 
 [ 20.960460] SCSI subsystem initialized 
 [ 20.960619] libata version 3.00 loaded. 
 [ 20.960901] usbcore: registered new interface driver usbfs 
 [ 20.960970] usbcore: registered new interface driver hub 
 [ 20.961078] usbcore: registered new device driver usb 
 [ 20.961205] pps_core: LinuxPPS API ver. 1 registered 
 [ 20.961214] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 
 [ 20.961240] PTP clock support registered 
 [ 20.962102] Switched to clocksource orion_clocksource 
 [ 20.979699] FS-Cache: Loaded 
 [ 20.991588] NET: Registered protocol family 2 
 [ 20.992248] TCP established hash table entries: 1024 (order: 0, 4096 bytes) 
 [ 20.992274] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) 
 [ 20.992294] TCP: Hash tables configured (established 1024 bind 1024) 
 [ 20.992361] TCP: reno registered 
 [ 20.992375] UDP hash table entries: 256 (order: 0, 4096 bytes) 
 [ 20.992395] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) 
 [ 20.992608] NET: Registered protocol family 1 
 [ 20.992642] PCI: CLS 0 bytes, default 32 
 [ 20.993984] futex hash table entries: 256 (order: -1, 3072 bytes) 
 [ 20.994134] audit: initializing netlink subsys (disabled) 
 [ 20.994192] audit: type=2000 audit(0.130:1): initialized 
 [ 21.101660] VFS: Disk quotas dquot_6.5.2 
 [ 21.101934] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) 
 [ 21.104289] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. 
 [ 21.105771] aufs 3.14-20140512 
 [ 21.105797] msgmni has been set to 236 
 [ 21.107602] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) 
 [ 21.107616] io scheduler noop registered 
 [ 21.107624] io scheduler deadline registered 
 [ 21.108032] io scheduler cfq registered 
 [ 21.108070] io scheduler bfq registered (default) 
 [ 21.108078] BFQ I/O-scheduler version: v7r3 
 [ 21.108239] mv_xor mv_xor.0: Marvell shared XOR driver 
 [ 21.142239] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) 
 [ 21.182171] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) 
 [ 21.182354] mv_xor mv_xor.1: Marvell shared XOR driver 
 [ 21.222176] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) 
 [ 21.262173] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) 
 [ 21.267264] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled 
 [ 21.288224] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A 
 [ 21.869636] console [ttyS0] enabled 
 [ 21.881491] brd: module loaded 
 [ 21.888810] loop: module loaded 
 [ 21.892281] sata_mv sata_mv.0: version 1.28 
 [ 21.896546] sata_mv sata_mv.0: cannot get optional clkdev 
 [ 21.902071] sata_mv sata_mv.0: slots 32 ports 2 
 [ 21.909580] scsi0 : sata_mv 
 [ 21.913106] scsi1 : sata_mv 
 [ 21.916202] ata1: SATA max UDMA/133 irq 21 
 [ 21.920319] ata2: SATA max UDMA/133 irq 21 
 [ 21.925515] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda 
 [ 21.931897] nand: Micron MT29F2G08AAD 
 [ 21.935795] nand: 256MiB, SLC, page size: 2048, OOB size: 64 
 [ 21.941492] Scanning device for bad blocks 
 [ 21.979061] Bad eraseblock 318 at 0x0000027c0000 
 [ 22.165079] 4 cmdlinepart partitions found on MTD device orion_nand 
 [ 22.171375] Creating 4 MTD partitions on "orion_nand": 
 [ 22.176559] 0x000000000000-0x000000100000 : "u-boot" 
 [ 22.181957] 0x000000100000-0x000000500000 : "uImage" 
 [ 22.187358] 0x000000500000-0x000002500000 : "rootfs" 
 [ 22.192754] 0x000002500000-0x000010000000 : "data" 
 [ 22.204806] libphy: orion_mdio_bus: probed 
 [ 22.209006] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 
 [ 22.282131] ata1: SATA link down (SStatus 0 SControl F300) 
 [ 22.652121] ata2: SATA link down (SStatus 0 SControl F300) 
 [ 23.298673] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:43:35 
 [ 23.307567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 
 [ 23.314140] ehci-pci: EHCI PCI platform driver 
 [ 23.318665] ehci-orion: EHCI orion driver 
 [ 23.322778] orion-ehci orion-ehci.0: EHCI Host Controller 
 [ 23.328229] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1 
 [ 23.335970] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000 
 [ 23.352136] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00 
 [ 23.358973] hub 1-0:1.0: USB hub found 
 [ 23.362798] hub 1-0:1.0: 1 port detected 
 [ 23.367372] usbcore: registered new interface driver usb-storage 
 [ 23.373833] mousedev: PS/2 mouse device common for all mice 
 [ 23.682150] usb 1-1: new high-speed USB device number 2 using orion-ehci 
 [ 23.833808] usb-storage 1-1:1.0: USB Mass Storage device detected 
 [ 23.840209] scsi2 : usb-storage 1-1:1.0 
 [ 24.382126] rtc-mv rtc-mv: internal RTC not ticking 
 [ 24.387145] i2c /dev entries driver 
 [ 24.391126] orion_wdt: Initial timeout 21 sec 
 [ 24.395827] sdhci: Secure Digital Host Controller Interface driver 
 [ 24.402028] sdhci: Copyright(c) Pierre Ossman 
 [ 24.406463] sdhci-pltfm: SDHCI platform and OF driver helper 
 [ 24.413582] ledtrig-cpu: registered to indicate activity on CPUs 
 [ 24.419737] usbcore: registered new interface driver r8712u 
 [ 24.425756] gre: GRE over IPv4 demultiplexor driver 
 [ 24.430665] TCP: cubic registered 
 [ 24.434011] NET: Registered protocol family 17 
 [ 24.438584] Key type dns_resolver registered 
 [ 24.443601] registered taskstats version 1 
 [ 24.448789] netpoll: netconsole: local port 6665 
 [ 24.453481] netpoll: netconsole: local IPv4 address 10.10.10.3 
 [ 24.459337] netpoll: netconsole: interface 'eth0' 
 [ 24.464092] netpoll: netconsole: remote port 6666 
 [ 24.468817] netpoll: netconsole: remote IPv4 address 10.10.10.4 
 [ 24.474795] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff 
 [ 24.481697] netpoll: netconsole: device eth0 not up yet, forcing it 
 [ 24.842948] scsi 2:0:0:0: Direct-Access SanDisk Cruzer 1.00 PQ: 0 ANSI: 2 
 [ 24.852389] sd 2:0:0:0: [sda] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB) 
 [ 24.872122] sd 2:0:0:0: [sda] Write Protect is off 
 [ 24.876952] sd 2:0:0:0: [sda] Mode Sense: 03 00 00 00 
 [ 24.882560] sd 2:0:0:0: Attached scsi generic sg0 type 0 
 [ 24.892144] sd 2:0:0:0: [sda] No Caching mode page found 
 [ 24.897502] sd 2:0:0:0: [sda] Assuming drive cache: write through 
 [ 24.925500] sd 2:0:0:0: [sda] No Caching mode page found 
 [ 24.930850] sd 2:0:0:0: [sda] Assuming drive cache: write through 
 [ 24.953694] sda: sda1 
 [ 24.958876] sd 2:0:0:0: [sda] No Caching mode page found 
 [ 24.972133] sd 2:0:0:0: [sda] Assuming drive cache: write through 
 [ 24.978277] sd 2:0:0:0: [sda] Attached SCSI removable disk 
 [ 28.685925] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled 
 [ 28.698014] console [netcon0] enabled 
 [ 28.701699] netconsole: network logging started 
 [ 28.706365] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) 
 [ 28.713663] Waiting 10 sec before mounting root device... 
 [ 38.723393] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (4) 
 [ 38.732418] List of all partitions: 
 [ 38.735965] 0800 7812608 sda driver: sd 
 [ 38.740650] 0801 7807558 sda1 00000000-01 
 [ 38.745681] No filesystem could mount root, tried: ext2 
 [ 38.751085] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1) 
 [ 38.759397] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.4-1-ARCH #1 
 [ 38.765812] [<c000ef64>] (unwind_backtrace) from [<c000c4b8>] (show_stack+0x10/0x14) 
 [ 38.773600] [<c000c4b8>] (show_stack) from [<c0539188>] (panic+0x8c/0x1d8) 
 [ 38.780525] [<c0539188>] (panic) from [<c071906c>] (mount_block_root+0x288/0x2cc) 
 [ 38.788065] [<c071906c>] (mount_block_root) from [<c0719374>] (prepare_namespace+0x160/0x1c0) 
 [ 38.796641] [<c0719374>] (prepare_namespace) from [<c0718c90>] (kernel_init_freeable+0x1f8/0x240) 
 [ 38.805566] [<c0718c90>] (kernel_init_freeable) from [<c0537924>] (kernel_init+0x8/0xec) 
 [ 38.813700] [<c0537924>] (kernel_init) from [<c00094f0>] (ret_from_fork+0x14/0x24) 
Thanks bodhi.I can now boot debian.Here is fw_printenv.Anything that needs to be fixed for netconsole and to boot Arch.

root@debian:~# fw_printenv 
 ethact=egiga0 
 bootdelay=3 
 baudrate=115200 
 mainlineLinux=yes 
 console=ttyS0,115200 
 led_init=green blinking 
 led_exit=green off 
 led_error=orange blinking 
 mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) 
 mtdids=nand0=orion_nand 
 partition=nand0,2 
 stdin=serial 
 stdout=serial 
 stderr=serial 
 rescue_installed=0 
 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params 
 rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi 
 pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi 
 force_rescue=0 
 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi 
 ubifs_mtd=3 
 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params 
 ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi 
 usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done 
 usb_scan_list=1 2 3 4 
 usb_scan_1=usb=0:1 dev=sda1 
 usb_scan_2=usb=1:1 dev=sdb1 
 usb_scan_3=usb=2:1 dev=sdc1 
 usb_scan_4=usb=3:1 dev=sdd1 
 usb_init=run usb_scan 
 usb_device=0:1 
 usb_root=/dev/sda1 
 usb_rootfstype=ext2 
 usb_rootdelay=10 
 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params 
 usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot 
 usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi 
 arcNumber=3089 
 sata_device=0:1 
 sata_root=/dev/sda1 
 sata_rootfstype=ext3 
 sata_rootdelay=10 
 sata_set_bootargs=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params 
 sata_boot=ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi 
 sata_bootcmd=run sata_set_bootargs; run sata_boot 
 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset 
 ncip=10.10.10.5 
 ncipk=10.10.10.4 
 serverip=10.10.10.3 
 nc_test=ping $ncip 
 nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version 
 usb_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/ 
 sata_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/ 
 ipaddr=192.168.3.101 
 if_netconsole=ping $serverip 
 start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; 
 preboot=run if_netconsole start_netconsole 
farsheed ,

You should be able to boot Arch with the current u-boot envs.

To setup netconsole, see this thread:
http://forum.doozan.com/read.php?3,14

Your serverip (the other Linux box where you run netconsole to monitor the GF Net), and the ipaddr (the IP address of this GF Net) must be adjusted to conform to your local network (either 192.168.x.x or 10.10.10.x)
serverip=10.10.10.3 
ipaddr=192.168.3.101

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
hi bodhi.
Thanks for your help. Netconsole is now working. I can only see netconsole outputs until kernel decompression and then it stops there.Is this only netconsole for boot only and suppose to stop when the kernel and debian start or I need to make any more change to env to see kernel and debian netconsole outputs.

Thans
farsheed,

Yes, it is a normal behavior for netconsole to stop output when the kernel is starting. To see more output, you will need to do this on Debian kernel:
http://forum.doozan.com/read.php?2,9522

For Arch, it can be done with a custom boot parameter , which you already have u-boot envs defined (these IP needs to be adjusted like I've mentioned above):
usb_custom_params=ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Hi bodhi
See the change I made below for netconsole to see kernel logs with arch boot up. I am using ubuntu netcat command netcat -l -u 6666 but kernel neconsole still does not start.Is there different command or ip address I need to use.


arcNumber=3089
sata_device=0:1
sata_root=/dev/sda1
sata_rootfstype=ext3
sata_rootdelay=10
sata_set_bootargs=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params
sata_boot=ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
sata_bootcmd=run sata_set_bootargs; run sata_boot
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset
nc_test=ping $ncip
nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version
ethaddr=00:10:75:26:43:35
serverip=192.168.1.2
ipaddr=192.168.1.100
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole
ncip=192.168.1.99
ncipk=192.168.1.98
usb_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/
sata_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/
farsheed,

These were mismatched: 100 vs 98 (should be the same). And I would use port 6666 for both.
serverip=192.168.1.2
ipaddr=192.168.1.100
...
usb_custom_params=ignore_loglevel netconsole=6665@192.168.1.2/eth0,6666@192.168.1.98/

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Hi Bodhi


I made the changes with port and ip address that you suggested but kernel logs still not starting. Any suggestions.
farsheed Wrote:
-------------------------------------------------------
> Hi Bodhi
>
>
> I made the changes with port and ip address that
> you suggested but kernel logs still not starting.
> Any suggestions.

If you are not familiar with network tools such as wireshark (where you can monitor the traffics), you can try this:

- On the Ubuntu box, start pinging the goflex net
ping 192.168.1.100

- Power up the goflex net, and if you see the ping response, then you'd know that the GoFlex Net neconsole is actually running. If it does respond then just a matter of netcat command failed to make connection. The syntax varies slightly from one version of netcat/nc to another. Perhaps trying different versions or binary will achieve successful result. I usually use this nc command to monitor the netconsole output:
nc -u -l -p 6666

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Thanks Bodhi. I will try this for netconsole.

I have another issue with dockstar archlinuxarm.I recently upgraded it to latest Linux 3.14.6-1-ARCH on armv5tel.It boots fine and I installed my usual package i,e transmission,minidlna,samba ,lighthttp and download daemon.They all work ok. The only issue is that the dockstar loses connection to router after a day or so without any reason.I did not have this issue with the older archlinux install. I am not sure if the whole system actually crashes or there is some issue with my network/dhcp setting . Any ideas how to troubleshoot this problem. .I was trying to find system logs to see what exactly fail but cannot come up with any explanation.
Sorry, you can't reply to this topic. It has been closed.