Running a pogo pro with Debian, uboot.2015.10-tld-1.ox820 and kernel 4.1.0-oxnas-tld-1. The OS is running from USB plugged into the front port. I'm trying to use a hdd plugged into sata. The hdd has an msdos partition table with 3 partitions, ext3, ext4, plus a swap.
I could boot with the hdd attached prior to updating kernel from 3.x.x and older uboot.
I've tried using UUID for root in fstab without any change. It seems fstab has no effect, and the hdd gets assigned /dev/sda1, and it's getting defined as / somehow. The USB is one partition, ext3, and flagged boot.
I have updated the packages with an apt-get update and apt-get upgrade.
No boot with sata hdd attached:
Boot w/o sata hdd
I could boot with the hdd attached prior to updating kernel from 3.x.x and older uboot.
I've tried using UUID for root in fstab without any change. It seems fstab has no effect, and the hdd gets assigned /dev/sda1, and it's getting defined as / somehow. The USB is one partition, ext3, and flagged boot.
I have updated the packages with an apt-get update and apt-get upgrade.
root@PogoV3oxnas:~# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip dtb_file=/boot/dts/ox820-pogoplug-pro.dtb load_dtb=echo loading DTB $dtb_file ...; ext2load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; ext2load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; ext2load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) 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 ext2load $dev $disknum:1 0x60500000 /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 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_import=echo importing envs ...; env import -t 0x60500000 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_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 uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 uinitrd_addr=0x60e00000 uimage_addr=0x60500000 dtb_addr=0x62c00000 usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 dt_bootm=bootm $uimage_addr $uinitrd_addr $dtb_addr dt_load_dtb=ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-pro.dtb dt_load_initrd=ext2load usb 0:1 $uinitrd_addr /boot/uInitrd dt_load_uimage=ext2load usb 0:1 $uimage_addr /boot/uImage dt_usb_boot=run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm dt_usb_bootcmd=run usb_set_bootargs; run dt_usb_boot dt_bootcmd_usb=usb start; run dt_usb_bootcmd; usb stop bootcmd=run dt_bootcmd_usb; reset
No boot with sata hdd attached:
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12) Boot device: NAND Attempting to set PLLA to 850 MHz ... plla_ctrl0 : 0000020a plla_ctrl1 : 00330000 plla_ctrl2 : 0065008b plla_ctrl3 : 000000f1 PLLA Set U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800) OXNAS OX820 DRAM: 128 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: dwmac.40400000 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found 4488520 bytes read in 325 ms (13.2 MiB/s) 3000077 bytes read in 282 ms (10.1 MiB/s) 7029 bytes read in 226 ms (30.3 KiB/s) ## Booting kernel from Legacy Image at 60500000 ... Image Name: linux-4.1.0-oxnas-tld-1 Created: 2016-12-10 4:46:28 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4488456 Bytes = 4.3 MiB Load Address: 60008000 Entry Point: 60008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 60e00000 ... Image Name: initramfs-4.1.0-oxnas-tld-1 Created: 2016-12-10 4:48:20 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3000013 Bytes = 2.9 MiB Load Address: 60000000 Entry Point: 60000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 62c00000 Booting using the fdt blob at 0x62c00000 Loading Kernel Image ... OK Loading Ramdisk to 67b4f000, end 67e2b6cd ... OK Loading Device Tree to 67b4a000, end 67b4eb74 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.1.0-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #3 SMP PREEMPT Wed Jul 1 05:11:47 PDT 2015 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] Start Ox820 platform [ 0.000000] PERCPU: Embedded 11 pages/cpu @c7edc000 s15456 r8192 d21408 u45056 [ 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 [ 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: 118048K/131072K available (6235K kernel code, 275K rwdata, 1852K rodata, 200K init, 237K bss, 13024K 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 - 0xff000000 ( 872 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc07edec8 (8088 kB) [ 0.000000] .init : 0xc07ee000 - 0xc0820000 ( 200 kB) [ 0.000000] .data : 0xc0820000 - 0xc0864fa0 ( 276 kB) [ 0.000000] .bss : 0xc0864fa0 - 0xc08a06a0 ( 238 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000166] Console: colour dummy device 80x30 [ 0.000199] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050019] pid_max: default: 32768 minimum: 301 [ 0.050170] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050188] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051002] Initializing cgroup subsys net_cls [ 0.051064] CPU: Testing write buffer coherency: ok [ 0.051445] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.170127] Brought up 2 CPUs [ 0.170150] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.171061] devtmpfs: initialized [ 0.175802] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.176028] prandom: seed boundary self test passed [ 0.180433] prandom: 100 self tests passed [ 0.180464] pinctrl core: initialized pinctrl subsystem [ 0.181309] NET: Registered protocol family 16 [ 0.181831] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.210009] cpuidle: using governor ladder [ 0.240007] cpuidle: using governor menu [ 0.245209] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.245542] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.246095] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.369310] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 1.369955] oxnas-pcie 47c00000.pcie-controller: link down [ 1.370296] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 1.370319] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 1.370339] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 1.370357] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 1.370380] pci_bus 0000:00: root bus resource [bus 00-7f] [ 1.370419] PCI: bus0: Fast back to back transfers enabled [ 1.370831] vgaarb: loaded [ 1.371366] SCSI subsystem initialized [ 1.372236] usbcore: registered new interface driver usbfs [ 1.372341] usbcore: registered new interface driver hub [ 1.372480] usbcore: registered new device driver usb [ 1.372664] pps_core: LinuxPPS API ver. 1 registered [ 1.372677] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.372720] PTP clock support registered [ 1.374661] cfg80211: Calling CRDA to update world regulatory domain [ 1.374735] Switched to clocksource rps_clocksource_timer [ 1.392360] NET: Registered protocol family 2 [ 1.393300] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 1.393341] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 1.393377] TCP: Hash tables configured (established 1024 bind 1024) [ 1.393477] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.393515] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.393786] NET: Registered protocol family 1 [ 1.394237] RPC: Registered named UNIX socket transport module. [ 1.394255] RPC: Registered udp transport module. [ 1.394265] RPC: Registered tcp transport module. [ 1.394275] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.394675] Unpacking initramfs... [ 1.695728] Freeing initrd memory: 2932K (c7b4f000 - c7e2c000) [ 1.697111] futex hash table entries: 512 (order: 2, 16384 bytes) [ 1.697187] Initialise system trusted keyring [ 1.709913] zpool: loaded [ 1.709936] zbud: loaded [ 1.715379] NFS: Registering the id_resolver key type [ 1.715445] Key type id_resolver registered [ 1.715461] Key type id_legacy registered [ 1.715499] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.715517] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.716454] fuse init (API version 7.23) [ 1.718092] Key type big_key registered [ 1.723824] alg: No test for stdrng (krng) [ 1.777592] Key type asymmetric registered [ 1.777620] Asymmetric key parser 'x509' registered [ 1.777751] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.777781] io scheduler noop registered [ 1.777804] io scheduler deadline registered [ 1.778132] io scheduler cfq registered (default) [ 1.778772] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 1.780234] console [ttyS0] disabled [ 1.780326] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 2.367311] console [ttyS0] enabled [ 2.380761] loop: module loaded [ 2.632693] scsi host0: sata_oxnas [ 2.686008] ata1: SATA max UDMA/133 irq 7 [ 2.690286] ox820sata: reseting SATA core [ 2.700943] nand: Could not find valid ONFI parameter page; aborting [ 2.707307] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 2.713669] nand: Hynix NAND 128MiB 3,3V 8-bit [ 2.718092] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.725660] Scanning device for bad blocks [ 2.811627] 2 ofpart partitions found on MTD device 41000000.nand [ 2.817692] Creating 2 MTD partitions on "41000000.nand": [ 2.823091] 0x000000000000-0x000000e00000 : "boot" [ 2.829506] 0x000000e00000-0x000008000000 : "data" [ 2.836648] stmmaceth 40400000.ethernet: no reset control found [ 2.842580] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 2.847603] Ring mode enabled [ 2.850654] DMA HW capability register supported [ 2.855155] Enhanced/Alternate descriptors [ 2.859484] Enabled extended descriptors [ 2.863482] RX Checksum Offload Engine supported (type 2) [ 2.868935] TX Checksum insertion supported [ 2.873190] Wake-Up On Lan supported [ 2.876828] Enable RX Mitigation via HW Watchdog Timer [ 2.903447] libphy: stmmac: probed [ 2.906844] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 2.913221] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.919034] PPP generic driver version 2.4.2 [ 2.923855] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.930360] ehci-pci: EHCI PCI platform driver [ 2.935265] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.940846] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.948648] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.970516] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.976801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.983626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.990848] usb usb1: Product: EHCI Host Controller [ 2.995704] usb usb1: Manufacturer: Linux 4.1.0-oxnas-tld-1 ehci_hcd [ 3.002071] usb usb1: SerialNumber: 40200100.ehci [ 3.007649] hub 1-0:1.0: USB hub found [ 3.011596] hub 1-0:1.0: 2 ports detected [ 3.016522] usbcore: registered new interface driver cdc_acm [ 3.022228] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 3.030310] usbcore: registered new interface driver cdc_wdm [ 3.036136] usbcore: registered new interface driver usb-storage [ 3.042419] usbcore: registered new interface driver usbserial [ 3.048291] usbcore: registered new interface driver usbserial_generic [ 3.054881] usbserial: USB Serial support registered for generic [ 3.061373] mousedev: PS/2 mouse device common for all mice [ 3.067087] i2c /dev entries driver [ 3.071912] hidraw: raw HID events driver (C) Jiri Kosina [ 3.077550] usbcore: registered new interface driver usbhid [ 3.083128] usbhid: USB HID core driver [ 3.088675] NET: Registered protocol family 10 [ 3.094668] sit: IPv6 over IPv4 tunneling driver [ 3.100300] NET: Registered protocol family 17 [ 3.105011] Key type dns_resolver registered [ 3.110776] Loading compiled-in X.509 certificates [ 3.153308] Key type encrypted registered [ 3.220536] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.228564] ata1.00: ATA-8: WDC WD5000AAKX-00ERMA0, 15.01H15, max UDMA/133 [ 3.235453] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32) [ 3.243576] ata1.00: configured for UDMA/133 [ 3.260439] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 1H15 PQ: 0 ANSI: 5 [ 3.269987] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 3.278448] sd 0:0:0:0: [sda] Write Protect is off [ 3.283496] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.311662] sda: sda1 sda2 sda3 [ 3.317319] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.322291] Freeing unused kernel memory: 200K (c07ee000 - c0820000) [ 3.330670] usb 1-1: new high-speed USB device number 2 using oxnas-ehci Loading, please wait... [ 3.457740] udevd[89]: starting version 175 [ 3.482462] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 3.489152] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3.496371] usb 1-1: Product: USB2.0 Hub [ 3.518374] hub 1-1:1.0: USB hub found [ 3.537346] hub 1-1:1.0: 4 ports detected [ 3.841323] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci [ 3.973255] usb 1-1.4: New USB device found, idVendor=0951, idProduct=1666 [ 3.980121] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.010644] usb 1-1.4: Product: DataTraveler 3.0 [ 4.032371] usb 1-1.4: Manufacturer: Kingston [ 4.036736] usb 1-1.4: SerialNumber: 001A4D5E84E6BFB0695D17AC [ 4.074370] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 4.081495] scsi host1: usb-storage 1-1.4:1.0 [ 4.171671] usbcore: registered new interface driver uas [ 4.530521] cfg80211: Calling CRDA to update world regulatory domain [ 5.081684] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6 [ 5.096752] sd 1:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB) [ 5.105909] sd 1:0:0:0: [sdb] Write Protect is off [ 5.111416] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 5.244677] sdb: sdb1 [ 5.265464] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 7.690516] cfg80211: Calling CRDA to update world regulatory domain [ 10.850531] cfg80211: Calling CRDA to update world regulatory domain [ 14.010526] cfg80211: Calling CRDA to update world regulatory domain Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 14.318144] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... mount: mounting /dev on /root/dev failed: No such file or directory done. Target filesystem doesn't have requested /sbin/init. No init found. Try passing init= bootarg. modprobe: module i8042 not found in modules.dep modprobe: module uhci-hcd not found in modules.dep modprobe: module ohci-hcd not found in modules.dep BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash) Enter 'help' for a list of built-in commands. /bin/sh: can't access tty; job control turned off (initramfs) [ 17.170521] cfg80211: Calling CRDA to update world regulatory domain [ 20.330511] cfg80211: Calling CRDA to update world regulatory domain [ 23.490513] cfg80211: Calling CRDA to update world regulatory domain [ 26.650513] cfg80211: Calling CRDA to update world regulatory domain [ 29.810513] cfg80211: Calling CRDA to update world regulatory domain [ 32.970516] cfg80211: Calling CRDA to update world regulatory domain [ 36.130513] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA (initramfs)
Boot w/o sata hdd
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12) Boot device: NAND Attempting to set PLLA to 850 MHz ... plla_ctrl0 : 0000020a plla_ctrl1 : 00330000 plla_ctrl2 : 0065008b plla_ctrl3 : 000000f1 PLLA Set U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800) OXNAS OX820 DRAM: 128 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: dwmac.40400000 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found 4488520 bytes read in 327 ms (13.1 MiB/s) 3000077 bytes read in 280 ms (10.2 MiB/s) 7029 bytes read in 226 ms (30.3 KiB/s) ## Booting kernel from Legacy Image at 60500000 ... Image Name: linux-4.1.0-oxnas-tld-1 Created: 2016-12-10 4:46:28 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4488456 Bytes = 4.3 MiB Load Address: 60008000 Entry Point: 60008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 60e00000 ... Image Name: initramfs-4.1.0-oxnas-tld-1 Created: 2016-12-10 4:48:20 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 3000013 Bytes = 2.9 MiB Load Address: 60000000 Entry Point: 60000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 62c00000 Booting using the fdt blob at 0x62c00000 Loading Kernel Image ... OK Loading Ramdisk to 67b4f000, end 67e2b6cd ... OK Loading Device Tree to 67b4a000, end 67b4eb74 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.1.0-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #3 SMP PREEMPT Wed Jul 1 05:11:47 PDT 2015 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] Start Ox820 platform [ 0.000000] PERCPU: Embedded 11 pages/cpu @c7edc000 s15456 r8192 d21408 u45056 [ 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 [ 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: 118048K/131072K available (6235K kernel code, 275K rwdata, 1852K rodata, 200K init, 237K bss, 13024K 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 - 0xff000000 ( 872 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc07edec8 (8088 kB) [ 0.000000] .init : 0xc07ee000 - 0xc0820000 ( 200 kB) [ 0.000000] .data : 0xc0820000 - 0xc0864fa0 ( 276 kB) [ 0.000000] .bss : 0xc0864fa0 - 0xc08a06a0 ( 238 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000007] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000166] Console: colour dummy device 80x30 [ 0.000199] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050017] pid_max: default: 32768 minimum: 301 [ 0.050170] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050188] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050995] Initializing cgroup subsys net_cls [ 0.051056] CPU: Testing write buffer coherency: ok [ 0.051445] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.170124] Brought up 2 CPUs [ 0.170145] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.171112] devtmpfs: initialized [ 0.176010] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.176230] prandom: seed boundary self test passed [ 0.180636] prandom: 100 self tests passed [ 0.180666] pinctrl core: initialized pinctrl subsystem [ 0.181496] NET: Registered protocol family 16 [ 0.182016] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.210007] cpuidle: using governor ladder [ 0.240002] cpuidle: using governor menu [ 0.244935] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.245265] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.245816] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.368327] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 1.369953] oxnas-pcie 47c00000.pcie-controller: link down [ 1.370293] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 1.370316] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 1.370334] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 1.370350] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 1.370370] pci_bus 0000:00: root bus resource [bus 00-7f] [ 1.370406] PCI: bus0: Fast back to back transfers enabled [ 1.370821] vgaarb: loaded [ 1.371358] SCSI subsystem initialized [ 1.372239] usbcore: registered new interface driver usbfs [ 1.372349] usbcore: registered new interface driver hub [ 1.372485] usbcore: registered new device driver usb [ 1.372679] pps_core: LinuxPPS API ver. 1 registered [ 1.372692] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.372738] PTP clock support registered [ 1.374666] cfg80211: Calling CRDA to update world regulatory domain [ 1.374737] Switched to clocksource rps_clocksource_timer [ 1.392243] NET: Registered protocol family 2 [ 1.393192] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 1.393236] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 1.393272] TCP: Hash tables configured (established 1024 bind 1024) [ 1.393372] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.393410] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.393679] NET: Registered protocol family 1 [ 1.394127] RPC: Registered named UNIX socket transport module. [ 1.394145] RPC: Registered udp transport module. [ 1.394155] RPC: Registered tcp transport module. [ 1.394165] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.394567] Unpacking initramfs... [ 1.696565] Freeing initrd memory: 2932K (c7b4f000 - c7e2c000) [ 1.697996] futex hash table entries: 512 (order: 2, 16384 bytes) [ 1.698073] Initialise system trusted keyring [ 1.710515] zpool: loaded [ 1.710538] zbud: loaded [ 1.715893] NFS: Registering the id_resolver key type [ 1.715965] Key type id_resolver registered [ 1.715978] Key type id_legacy registered [ 1.716014] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.716034] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.716943] fuse init (API version 7.23) [ 1.718566] Key type big_key registered [ 1.724259] alg: No test for stdrng (krng) [ 1.771627] Key type asymmetric registered [ 1.771658] Asymmetric key parser 'x509' registered [ 1.771788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.771816] io scheduler noop registered [ 1.771837] io scheduler deadline registered [ 1.772149] io scheduler cfq registered (default) [ 1.772812] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 1.774241] console [ttyS0] disabled [ 1.774328] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 2.361359] console [ttyS0] enabled [ 2.374494] loop: module loaded [ 2.626457] scsi host0: sata_oxnas [ 2.679738] ata1: SATA max UDMA/133 irq 7 [ 2.684032] ox820sata: reseting SATA core [ 2.691415] nand: Could not find valid ONFI parameter page; aborting [ 2.697781] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 2.709977] nand: Hynix NAND 128MiB 3,3V 8-bit [ 2.714411] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.721981] Scanning device for bad blocks [ 2.807902] 2 ofpart partitions found on MTD device 41000000.nand [ 2.813987] Creating 2 MTD partitions on "41000000.nand": [ 2.819366] 0x000000000000-0x000000e00000 : "boot" [ 2.825817] 0x000000e00000-0x000008000000 : "data" [ 2.832993] stmmaceth 40400000.ethernet: no reset control found [ 2.838891] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 2.843944] Ring mode enabled [ 2.846983] DMA HW capability register supported [ 2.851499] Enhanced/Alternate descriptors [ 2.855828] Enabled extended descriptors [ 2.859811] RX Checksum Offload Engine supported (type 2) [ 2.865277] TX Checksum insertion supported [ 2.869516] Wake-Up On Lan supported [ 2.873169] Enable RX Mitigation via HW Watchdog Timer [ 2.899855] libphy: stmmac: probed [ 2.903288] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 2.909611] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.915440] PPP generic driver version 2.4.2 [ 2.920256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.926860] ehci-pci: EHCI PCI platform driver [ 2.931678] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.937177] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.945116] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.970519] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.976796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.983616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.990822] usb usb1: Product: EHCI Host Controller [ 2.995676] usb usb1: Manufacturer: Linux 4.1.0-oxnas-tld-1 ehci_hcd [ 3.002037] usb usb1: SerialNumber: 40200100.ehci [ 3.007631] hub 1-0:1.0: USB hub found [ 3.011507] hub 1-0:1.0: 2 ports detected [ 3.016432] usbcore: registered new interface driver cdc_acm [ 3.022138] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 3.030225] usbcore: registered new interface driver cdc_wdm [ 3.036057] usbcore: registered new interface driver usb-storage [ 3.042368] usbcore: registered new interface driver usbserial [ 3.048235] usbcore: registered new interface driver usbserial_generic [ 3.054827] usbserial: USB Serial support registered for generic [ 3.060866] ata1: SATA link down (SStatus 0 SControl 300) [ 3.066723] mousedev: PS/2 mouse device common for all mice [ 3.072491] i2c /dev entries driver [ 3.077265] hidraw: raw HID events driver (C) Jiri Kosina [ 3.082920] usbcore: registered new interface driver usbhid [ 3.088465] usbhid: USB HID core driver [ 3.093967] NET: Registered protocol family 10 [ 3.099932] sit: IPv6 over IPv4 tunneling driver [ 3.105653] NET: Registered protocol family 17 [ 3.110246] Key type dns_resolver registered [ 3.115932] Loading compiled-in X.509 certificates [ 3.158487] Key type encrypted registered [ 3.165422] Freeing unused kernel memory: 200K (c07ee000 - c0820000) Loading, please wait... [ 3.299164] udevd[88]: starting version 175 [ 3.330672] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 3.502968] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 3.522810] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3.529937] usb 1-1: Product: USB2.0 Hub [ 3.565916] hub 1-1:1.0: USB hub found [ 3.590837] hub 1-1:1.0: 4 ports detected [ 3.910909] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci [ 4.022643] usb 1-1.4: New USB device found, idVendor=0951, idProduct=1666 [ 4.029488] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.036789] usb 1-1.4: Product: DataTraveler 3.0 [ 4.041402] usb 1-1.4: Manufacturer: Kingston [ 4.045734] usb 1-1.4: SerialNumber: 001A4D5E84E6BFB0695D17AC [ 4.053642] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 4.060574] scsi host1: usb-storage 1-1.4:1.0 [ 4.081285] usbcore: registered new interface driver uas [ 4.530531] cfg80211: Calling CRDA to update world regulatory domain [ 5.061649] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6 [ 5.074024] sd 1:0:0:0: [sda] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB) [ 5.082880] sd 1:0:0:0: [sda] Write Protect is off [ 5.088371] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 5.133890] sda: sda1 [ 5.140520] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 7.690516] cfg80211: Calling CRDA to update world regulatory domain [ 10.850531] cfg80211: Calling CRDA to update world regulatory domain Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. [ 14.010531] cfg80211: Calling CRDA to update world regulatory domain Begin: Running /scripts/local-premount ... done. [ 14.815669] kjournald starting. Commit interval 5 seconds [ 14.815769] EXT3-fs (sda1): mounted filesystem with ordered data mode 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[ 16.241272] udevd[287]: starting version 175 . ok [ ok [ 17.177768] cfg80211: Calling CRDA to update world regulatory domain done. [ ok ] Waiting for /dev to be fully populated...done. [ ok ] Activating swap...done. [....] Checking root file system...fsck from util-linux 2.20.1 rootfs: clean, 13678/946560 files, 241593/3784448 blocks [ 18.460098] random: nonblocking pool is initialized done. [ 18.524377] EXT3-fs (sda1): using internal journal [ ok ] Loading kernel modules...done. [ ok ] Cleaning up temporary files... /tmp /lib/init/rw. [ 20.340677] cfg80211: Calling CRDA to update world regulatory domain [ 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.... [ 23.500625] cfg80211: Calling CRDA to update world regulatory domain [ ok ] Setting kernel variables ...done. [....] Configuring network interfaces...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/ Listening on LPF/eth0/52:3b:20:9c:11:51 Sending on LPF/eth0/52:3b:20:9c:11:51 Sending on Socket/fallback DHCPREQUEST on eth0 to 255.255.255.255 port 67 [ 26.670522] cfg80211: Calling CRDA to update world regulatory domain DHCPREQUEST on eth0 to 255.255.255.255 port 67 [ 29.300664] stmmaceth 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 29.830530] cfg80211: Calling CRDA to update world regulatory domain [ 32.990522] cfg80211: Calling CRDA to update world regulatory domain [ 36.150522] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPOFFER from 192.168.2.1 DHCPACK from 192.168.2.1 bound to 192.168.2.92 -- renewal in 1385 seconds. 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. [ ok ] Starting NTP server: ntpd. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1789 (syslogd) . ok [ ok ] Starting system message bus: dbus. [ ok ] Starting rpcbind daemon...[....] Already running.. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [ ok ] Starting OpenBSD Secure Shell server: sshd. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1798 (klogd) . ok Debian GNU/Linux 7 PogoV3oxnas ttyS0 PogoV3oxnas login: root Password: Last login: Sat Dec 10 10:35:03 PST 2016 on ttyS0 Linux PogoV3oxnas 4.1.0-oxnas-tld-1 #3 SMP PREEMPT Wed Jul 1 05:11:47 PDT 2015 armv6l