U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:41:47 -0700) Pogoplug V4 SoC: Kirkwood 88F6192_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB MMC: kwsdio: 0 In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 Pogov4> printenv arcNumber=3960 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi; sleep 3 bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dt_file=/boot/dts/kirkwood-pogoplug_v4.dtb dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb ethact=egiga0 ethaddr=00:25:31:04:3a:2c if_netconsole=ping $serverip ipaddr=172.27.35.84 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 machid=f78 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=172.27.35.1 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15 Environment size: 2912/131068 bytes Pogov4> DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB MMC: kwsdio: 0 In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Reset IDE: Bus 0: OK Bus 1: not available Device 0: Model: KINGSTON SC151S37 2.5 32GB Firm: S9FM02.1 Ser#: TW0WY1X621447541C3HN Type: Hard Disk Supports 48-bit addressing Capacity: 30533.8 MB = 29.8 GB (62533296 x 512) no USB devices available Partition Map for IDE device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 30308352 dd2be4ab-01 83 Boot loading envs from ide 0 ... ** File not found /boot/uEnv.txt ** running scan_disk ... Scan device usb device usb 0:1 ** Bad device usb 0 ** device usb 1:1 ** Bad device usb 1 ** device usb 2:1 ** Bad device usb 2 ** device usb 3:1 ** Bad device usb 3 ** Scan device ide Reset IDE: Bus 0: OK Bus 1: not available Device 0: Model: KINGSTON SC151S37 2.5 32GB Firm: S9FM02.1 Ser#: TW0WY1X621447541C3HN Type: Hard Disk Supports 48-bit addressing Capacity: 30533.8 MB = 29.8 GB (62533296 x 512) device ide 0:1 1 bytes read in 13 ms (0 Bytes/s) Found bootable drive on ide 0 loading uImage ... 3166793 bytes read in 546 ms (5.5 MiB/s) loading uInitrd ... 7179935 bytes read in 1217 ms (5.6 MiB/s) loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ... 10246 bytes read in 31 ms (322.3 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.4.0-kirkwood-tld-1 Created: 2016-09-04 19:50:47 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3166729 Bytes = 3 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.4.0-kirkwood-tld-1 Created: 2016-02-19 7:33:04 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7179871 Bytes = 6.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 07435000, end 07b0de5f ... OK Loading Device Tree to 0742f000, end 07434805 ... OK Using machid 0xf78 from environment 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 4.4.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Mon Jan 25 20:35:24 PST 2016 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine model: Seagate GoFlex Net [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10 [ 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: 120632K/131072K available (6007K kernel code, 573K rwdata, 1992K rodata, 296K init, 312K bss, 10440K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc07d7ef4 (8000 kB) [ 0.000000] .init : 0xc07d8000 - 0xc0822000 ( 296 kB) [ 0.000000] .data : 0xc0822000 - 0xc08b169c ( 574 kB) [ 0.000000] .bss : 0xc08b169c - 0xc08ff9d0 ( 313 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns [ 0.000013] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns [ 0.008369] Console: colour dummy device 80x30 [ 0.012923] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216) [ 0.100774] pid_max: default: 32768 minimum: 301 [ 0.105607] Security Framework initialized [ 0.109945] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.116635] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.125003] Initializing cgroup subsys io [ 0.129196] Initializing cgroup subsys devices [ 0.133733] Initializing cgroup subsys freezer [ 0.138341] Initializing cgroup subsys net_cls [ 0.142976] CPU: Testing write buffer coherency: ok [ 0.148683] Setting up static identity map for 0x8200 - 0x8258 [ 0.155034] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.165999] devtmpfs: initialized [ 0.177114] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.187770] prandom: seed boundary self test passed [ 0.198478] prandom: 100 self tests passed [ 0.202687] pinctrl core: initialized pinctrl subsystem [ 0.210151] NET: Registered protocol family 16 [ 0.215371] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.248030] cpuidle: using governor ladder [ 0.278025] cpuidle: using governor menu [ 0.282647] Feroceon L2: Enabling L2 [ 0.286342] Feroceon L2: Cache support initialised. [ 0.291915] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.309877] No ATAGs? [ 0.350156] vgaarb: loaded [ 0.353742] usbcore: registered new interface driver usbfs [ 0.359479] usbcore: registered new interface driver hub [ 0.364960] usbcore: registered new device driver usb [ 0.371693] clocksource: Switched to clocksource orion_clocksource [ 0.459447] NET: Registered protocol family 2 [ 0.465095] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.472308] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.478742] TCP: Hash tables configured (established 1024 bind 1024) [ 0.485278] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.491195] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.497827] NET: Registered protocol family 1 [ 0.502784] RPC: Registered named UNIX socket transport module. [ 0.508765] RPC: Registered udp transport module. [ 0.513602] RPC: Registered tcp transport module. [ 0.518373] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.525435] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.533596] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.539833] audit: initializing netlink subsys (disabled) [ 0.545450] audit: type=2000 audit(0.530:1): initialized [ 0.551324] Initialise system trusted keyring [ 0.556364] zbud: loaded [ 0.559384] VFS: Disk quotas dquot_6.6.0 [ 0.563528] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.571322] NFS: Registering the id_resolver key type [ 0.576559] Key type id_resolver registered [ 0.580814] Key type id_legacy registered [ 0.584951] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.591745] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.598477] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.606354] Key type big_key registered [ 0.626874] Key type asymmetric registered [ 0.631059] Asymmetric key parser 'x509' registered [ 0.636275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.643968] io scheduler noop registered [ 0.647976] io scheduler deadline registered [ 0.652482] io scheduler cfq registered (default) [ 0.659189] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 0.667684] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated [ 0.675266] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated [ 0.683009] mv_xor f1060800.xor: Marvell shared XOR driver [ 0.732712] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 0.740393] mv_xor f1060900.xor: Marvell shared XOR driver [ 0.782710] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 0.790777] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.799302] console [ttyS0] disabled [ 0.803117] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A [ 0.812242] console [ttyS0] enabled [ 0.812242] console [ttyS0] enabled [ 0.819271] bootconsole [earlycon0] disabled [ 0.819271] bootconsole [earlycon0] disabled [ 0.830141] nand: Could not find valid ONFI parameter page; aborting [ 0.836571] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 0.842925] nand: Hynix NAND 128MiB 3,3V 8-bit [ 0.847355] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.854932] Scanning device for bad blocks [ 0.923463] Bad eraseblock 571 at 0x000004760000 [ 0.982776] libphy: Fixed MDIO Bus: probed [ 0.987333] libphy: orion_mdio_bus: probed [ 0.992476] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 2.069937] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:3a:2c [ 2.078862] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.085436] ehci-pci: EHCI PCI platform driver [ 2.089970] ehci-orion: EHCI orion driver [ 2.094250] orion-ehci f1050000.ehci: EHCI Host Controller [ 2.099758] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 2.107662] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 2.131741] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 2.138044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.144844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.152065] usb usb1: Product: EHCI Host Controller [ 2.156929] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd [ 2.163545] usb usb1: SerialNumber: f1050000.ehci [ 2.169310] hub 1-0:1.0: USB hub found [ 2.173169] hub 1-0:1.0: 1 port detected [ 2.178494] mousedev: PS/2 mouse device common for all mice [ 3.191732] rtc-mv f1010300.rtc: internal RTC not ticking [ 3.197396] i2c /dev entries driver [ 3.204585] hidraw: raw HID events driver (C) Jiri Kosina [ 3.210546] drop_monitor: Initializing network drop monitor service [ 3.217215] NET: Registered protocol family 17 [ 3.222055] Key type dns_resolver registered [ 3.227570] registered taskstats version 1 [ 3.231773] Loading compiled-in X.509 certificates [ 3.236640] zswap: loaded using pool lzo/zbud [ 3.242650] Key type encrypted registered [ 3.247361] hctosys: unable to open rtc device (rtc0) [ 3.254664] Waiting 10 sec before mounting root device... [ 13.261989] VFS: Cannot open root device "sda1" or unknown-block(0,0): error -6 [ 13.269270] Please append a correct "root=" boot option; here are the available partitions: [ 13.277660] 1f00 131072 mtdblock0 (driver?) [ 13.282758] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 13.290996] CPU: 0 PID: 1 Comm: swapper Not tainted 4.4.0-kirkwood-tld-1 #1 [ 13.297927] Hardware name: Marvell Kirkwood (Flattened Device Tree) [ 13.304210] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.311931] [] (show_stack) from [] (panic+0x80/0x214) [ 13.318792] [] (panic) from [] (mount_block_root+0x204/0x24c) [ 13.326253] [] (mount_block_root) from [] (mount_root+0xec/0x118) [ 13.334062] [] (mount_root) from [] (prepare_namespace+0x124/0x184) [ 13.342038] [] (prepare_namespace) from [] (kernel_init_freeable+0x208/0x258) [ 13.350885] [] (kernel_init_freeable) from [] (kernel_init+0x8/0xe4) [ 13.358949] [] (kernel_init) from [] (ret_from_fork+0x14/0x24) [ 13.366498] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 89.451729] random: nonblocking pool is initialized