Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27)
  2. Boot device: NAND
  3. Attempting to set PLLA to 800 MHz ...
  4. plla_ctrl0 : 0000030a
  5. plla_ctrl1 : 00400000
  6. plla_ctrl2 : 007f0068
  7. plla_ctrl3 : 00000193
  8.  
  9. PLLA Set
  10.  
  11.  
  12. U-Boot 2015.10-tld-1 (Nov 21 2015 - 01:17:59 -0800)
  13. OXNAS OX820
  14.  
  15. DRAM: 128 MiB
  16. NAND: 128 MiB
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Net: dwmac.40400000
  21. Hit any key to stop autoboot: 0
  22. starting USB...
  23. USB0: USB EHCI 1.00
  24. scanning bus 0 for devices... 3 USB Device(s) found
  25. scanning usb for storage devices... 1 Storage Device(s) found
  26.  
  27. Reset IDE: SATA PHY not ready for device 0
  28. ide_preinit failed
  29.  
  30. Partition Map for USB device 0 -- Partition Type: DOS
  31.  
  32. Part Start Sector Num Sectors UUID Type
  33. 1 2048 15631360 505eb50d-01 83 Boot
  34. loading envs from usb 0 ...
  35. ** File not found /boot/uEnv.txt **
  36.  
  37. no IDE devices available
  38. running scan_disk ...
  39. Scan device usb
  40. device usb 0:1
  41. 1 bytes read in 681 ms (0 Bytes/s)
  42. Found bootable drive on usb 0
  43. loading uImage ...
  44. 4633776 bytes read in 940 ms (4.7 MiB/s)
  45. loading uInitrd ...
  46. 4193770 bytes read in 769 ms (5.2 MiB/s)
  47. loading DTB /boot/dts/ox820-pogoplug-pro.dtb ...
  48. 6397 bytes read in 1028 ms (5.9 KiB/s)
  49. ## Booting kernel from Legacy Image at 60500000 ...
  50. Image Name: Linux-4.9.0-rc8-oxnas-tld-1
  51. Created: 2016-12-07 6:41:32 UTC
  52. Image Type: ARM Linux Kernel Image (uncompressed)
  53. Data Size: 4633712 Bytes = 4.4 MiB
  54. Load Address: 60008000
  55. Entry Point: 60008000
  56. Verifying Checksum ... OK
  57. ## Loading init Ramdisk from Legacy Image at 60e00000 ...
  58. Image Name: initramfs-4.9.0-rc8-oxnas-tld-1
  59. Created: 2016-12-07 6:42:08 UTC
  60. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  61. Data Size: 4193706 Bytes = 4 MiB
  62. Load Address: 60000000
  63. Entry Point: 60000000
  64. Verifying Checksum ... OK
  65. ## Flattened Device Tree blob at 62c00000
  66. Booting using the fdt blob at 0x62c00000
  67. Loading Kernel Image ... OK
  68. Loading Ramdisk to 67a2b000, end 67e2adaa ... OK
  69. Loading Device Tree to 67a26000, end 67a2a8fc ... OK
  70.  
  71. Starting kernel ...
  72.  
  73. Uncompressing Linux... done, booting the kernel.
  74. [ 0.000000] Booting Linux on physical CPU 0x0
  75. [ 0.000000] Linux version 4.9.0-rc8-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Tue Dec 6 07:07:14 PST 2016
  76. [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
  77. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  78. [ 0.000000] OF: fdt:Machine model: Cloud Engines PogoPlug Series 3
  79. [ 0.000000] bootconsole [earlycon0] enabled
  80. [ 0.000000] Memory policy: Data cache writealloc
  81. [ 0.000000] percpu: Embedded 14 pages/cpu @c7ed5000 s24864 r8192 d24288 u57344
  82. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  83. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data) earlyprintk=serial
  84. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  85. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  86. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  87. [ 0.000000] Memory: 116604K/131072K available (6552K kernel code, 262K rwdata, 1544K rodata, 240K init, 258K bss, 14468K reserved, 0K cma-reserved)
  88. [ 0.000000] Virtual kernel memory layout:
  89. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  90. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  91. [ 0.000000] vmalloc : 0xc8800000 - 0xff800000 ( 880 MB)
  92. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  93. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  94. [ 0.000000] .text : 0xc0008000 - 0xc066e524 (6554 kB)
  95. [ 0.000000] .init : 0xc0822000 - 0xc085e000 ( 240 kB)
  96. [ 0.000000] .data : 0xc085e000 - 0xc089f8f0 ( 263 kB)
  97. [ 0.000000] .bss : 0xc089f8f0 - 0xc08e0320 ( 259 kB)
  98. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  99. [ 0.000000] Preemptible hierarchical RCU implementation.
  100. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  101. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  102. [ 0.000000] FPGA IRQ chip 0 "interrupt-controller" @ c8804000, 32 irqs, parent IRQ: 16
  103. [ 0.000000] GIC: PPI13 is secure or misconfigured
  104. [ 0.000000] GIC: PPI13 is secure or misconfigured
  105. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
  106. [ 0.010000] Console: colour dummy device 80x30
  107. [ 0.010000] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
  108. [ 0.080000] pid_max: default: 32768 minimum: 301
  109. [ 0.080000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  110. [ 0.090000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  111. [ 0.100000] CPU: Testing write buffer coherency: ok
  112. [ 0.100000] Setting up static identity map for 0x60008220 - 0x60008258
  113. [ 0.150000] GIC: PPI13 is secure or misconfigured
  114. [ 0.210000] Brought up 2 CPUs
  115. [ 0.210000] SMP: Total of 2 processors activated (678.29 BogoMIPS).
  116. [ 0.220000] devtmpfs: initialized
  117. [ 0.230000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  118. [ 0.240000] prandom: seed boundary self test passed
  119. [ 0.250000] prandom: 100 self tests passed
  120. [ 0.250000] pinctrl core: initialized pinctrl subsystem
  121. [ 0.260000] NET: Registered protocol family 16
  122. [ 0.260000] DMA: preallocated 256 KiB pool for atomic coherent allocations
  123. [ 0.300000] cpuidle: using governor ladder
  124. [ 0.330000] cpuidle: using governor menu
  125. [ 0.350000] vgaarb: loaded
  126. [ 0.360000] SCSI subsystem initialized
  127. [ 0.360000] usbcore: registered new interface driver usbfs
  128. [ 0.370000] usbcore: registered new interface driver hub
  129. [ 0.370000] usbcore: registered new device driver usb
  130. [ 0.380000] pps_core: LinuxPPS API ver. 1 registered
  131. [ 0.380000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  132. [ 0.390000] PTP clock support registered
  133. [ 0.410000] NET: Registered protocol family 2
  134. [ 0.420000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  135. [ 0.420000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
  136. [ 0.430000] TCP: Hash tables configured (established 1024 bind 1024)
  137. [ 0.440000] UDP hash table entries: 256 (order: 1, 8192 bytes)
  138. [ 0.440000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  139. [ 0.450000] NET: Registered protocol family 1
  140. [ 0.450000] RPC: Registered named UNIX socket transport module.
  141. [ 0.460000] RPC: Registered udp transport module.
  142. [ 0.460000] RPC: Registered tcp transport module.
  143. [ 0.470000] RPC: Registered tcp NFSv4.1 backchannel transport module.
  144. [ 0.470000] Unpacking initramfs...
  145. [ 0.950000] Freeing initrd memory: 4096K (c7a2b000 - c7e2b000)
  146. [ 0.960000] futex hash table entries: 512 (order: 2, 16384 bytes)
  147. [ 0.960000] Initialise system trusted keyrings
  148. [ 0.970000] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  149. [ 0.980000] zbud: loaded
  150. [ 0.990000] NFS: Registering the id_resolver key type
  151. [ 1.000000] Key type id_resolver registered
  152. [ 1.000000] Key type id_legacy registered
  153. [ 1.010000] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  154. [ 1.010000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  155. [ 1.020000] fuse init (API version 7.26)
  156. [ 1.020000] orangefs_debugfs_init: called with debug mask: :none: :0:
  157. [ 1.030000] orangefs_init: module version upstream loaded
  158. [ 5.660000] jitterentropy: Initialization failed with host not compliant with requirements: 2
  159. [ 5.660000] Key type asymmetric registered
  160. [ 5.670000] Asymmetric key parser 'x509' registered
  161. [ 5.670000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  162. [ 5.680000] io scheduler noop registered
  163. [ 5.680000] io scheduler deadline registered
  164. [ 5.690000] io scheduler cfq registered (default)
  165. [ 5.690000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  166. [ 5.700000] console [ttyS0] disabled
  167. [ 5.700000] 44200000.serial: ttyS0 at MMIO 0x44200000 (irq = 104, base_baud = 390625) is a 16550A
  168. [ 5.710000] console [ttyS0] enabled
  169. [ 5.710000] console [ttyS0] enabled
  170. [ 5.720000] bootconsole [earlycon0] disabled
  171. [ 5.720000] bootconsole [earlycon0] disabled
  172. [ 5.740000] loop: module loaded
  173. [ 5.810000] nand: Could not find valid ONFI parameter page; aborting
  174. [ 5.810000] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
  175. [ 5.820000] nand: Hynix NAND 128MiB 3,3V 8-bit
  176. [ 5.820000] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  177. [ 5.830000] Scanning device for bad blocks
  178. [ 5.920000] 2 ofpart partitions found on MTD device 41000000.nand-controller
  179. [ 5.920000] Creating 2 MTD partitions on "41000000.nand-controller":
  180. [ 5.930000] 0x000000000000-0x000000e00000 : "boot"
  181. [ 5.930000] 0x000000e00000-0x000008000000 : "ubi"
  182. [ 5.940000] libphy: Fixed MDIO Bus: probed
  183. [ 6.020000] oxnas-dwmac 40400000.ethernet: no reset control found
  184. [ 6.020000] stmmac - user ID: 0x12, Synopsys ID: 0x35
  185. [ 6.030000] Ring mode enabled
  186. [ 6.030000] DMA HW capability register supported[ 6.030000] Enhanced/Alternate descriptors
  187. [ 6.040000] Enabled extended descriptors
  188. [ 6.040000] RX Checksum Offload Engine supported
  189. [ 6.040000] COE Type 2
  190. [ 6.050000] TX Checksum insertion supported
  191. [ 6.050000] Wake-Up On Lan supported
  192. [ 6.050000] Enable RX Mitigation via HW Watchdog Timer
  193. [ 6.080000] libphy: stmmac: probed
  194. [ 6.080000] eth0: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active
  195. [ 6.090000] eth0: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03)
  196. [ 6.090000] PPP generic driver version 2.4.2
  197. [ 6.100000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  198. [ 6.100000] ehci-pci: EHCI PCI platform driver
  199. [ 6.110000] usbcore: registered new interface driver cdc_acm
  200. [ 6.110000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  201. [ 6.120000] usbcore: registered new interface driver cdc_wdm
  202. [ 6.130000] usbcore: registered new interface driver usb-storage
  203. [ 6.130000] usbcore: registered new interface driver usbserial
  204. [ 6.140000] usbcore: registered new interface driver usbserial_generic
  205. [ 6.140000] usbserial: USB Serial support registered for generic
  206. [ 6.150000] mousedev: PS/2 mouse device common for all mice
  207. [ 6.150000] i2c /dev entries driver
  208. [ 6.160000] hidraw: raw HID events driver (C) Jiri Kosina
  209. [ 6.160000] usbcore: registered new interface driver usbhid
  210. [ 6.170000] usbhid: USB HID core driver
  211. [ 6.170000] NET: Registered protocol family 10
  212. [ 6.180000] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  213. [ 6.190000] NET: Registered protocol family 17
  214. [ 6.190000] Key type dns_resolver registered
  215. [ 6.200000] Loading compiled-in X.509 certificates
  216. [ 6.200000] zswap: loaded using pool lzo/zbud
  217. [ 6.220000] DRBG: Continuing without Jitter RNG
  218. [ 6.240000] Key type big_key registered
  219. [ 6.260000] Key type encrypted registered
  220. [ 6.270000] Freeing unused kernel memory: 240K (c0822000 - c085e000)
  221. [ 6.270000] This architecture does not have kernel memory protection.
  222. Loading, please wait...
  223. [ 6.410000] systemd-udevd[106]: starting version 215
  224. [ 6.420000] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  225. Begin: Loading essential drivers ... [ 16.830000] netpoll: netconsole: local port 6666
  226. [ 16.840000] netpoll: netconsole: local IPv4 address 192.168.0.232
  227. [ 16.840000] netpoll: netconsole: interface 'eth0'
  228. [ 16.850000] netpoll: netconsole: remote port 6666
  229. [ 16.850000] netpoll: netconsole: remote IPv4 address 192.168.0.220
  230. [ 16.860000] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
  231. [ 16.860000] netpoll: netconsole: device eth0 not up yet, forcing it
  232. [ 16.870000] eth0: device MAC address c6:0d:49:xx:xx:xx
  233. [ 16.980000] oxnas-dwmac 40400000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
  234. [ 16.990000] oxnas-dwmac 40400000.ethernet eth0: registered PTP clock
  235. [ 17.000000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  236. [ 21.020000] netpoll: netconsole: timeout waiting for carrier
  237. [ 21.040000] console [netcon0] enabled
  238. [ 21.040000] netconsole: network logging started
  239. done.
  240. Begin: Running /scripts/init-premount ... done.
  241. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  242. Begin: Running /scripts/local-premount ... done.
  243. Begin: Waiting for root file system ... [ 21.200000] oxnas-dwmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  244. [ 21.210000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  245. Begin: Running /scripts/local-block ... done.
  246. Begin: Running /scripts/local-block ... done.
  247.  
  248. <snip>
  249.  
  250. Begin: Running /scripts/local-block ... done.
  251. Begin: Running /scripts/local-block ... done.
  252. Begin: Running /scripts/local-block ... done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement