Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.15 KB | None | 0 0
  1.  
  2. __ __ _ _
  3. | \/ | __ _ _ ____ _____| | |
  4. | |\/| |/ _` | '__\ \ / / _ \ | |
  5. | | | | (_| | | \ V / __/ | |
  6. |_| |_|\__,_|_| \_/ \___|_|_|
  7. _ _ ____ _
  8. | | | | | __ ) ___ ___ | |_
  9. | | | |___| _ \ / _ \ / _ \| __|
  10. | |_| |___| |_) | (_) | (_) | |_
  11. \___/ |____/ \___/ \___/ \__|
  12. ** MARVELL BOARD: DB6702A-GMtech LE
  13.  
  14. U-Boot 1.1.4 (May 28 2013 - 16:07:08) Marvell version: 3.6.0
  15.  
  16. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00
  17.  
  18. Soc: 88F6702 A1 CPU running @ 1000Mhz L2 running @ 500Mhz
  19. SysClock = 400Mhz , TClock = 166Mhz
  20.  
  21. DRAM (DDR2) CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  22. DRAM CS[0] base 0x00000000 size 256MB
  23. DRAM Total size 256MB 16bit width
  24. Addresses 10M - 0M are saved for the U-Boot usage.
  25. Mem malloc Initialization (10M - 7M): Done
  26. NAND:128 MB
  27. Flash: 0 kB
  28.  
  29. CPU : Marvell Feroceon (Rev 1)
  30. Kernel address is 0x4640000.
  31.  
  32. Streaming disabled
  33. Write allocate disabled
  34.  
  35.  
  36. USB 0: host mode
  37. PEX 0: interface detected no Link.
  38. Net: egiga0 [PRIME]
  39. Hit any key to stop autoboot: 0
  40. (Re)start USB...
  41. USB: scanning bus for devices... 3 USB Device(s) found
  42. Waiting for storage device(s) to settle before scanning...
  43. 1 Storage Device(s) found
  44. reading /uImage
  45. ...........................................................................................................................................................
  46.  
  47. 2878897 bytes read
  48. reading /uInitrd
  49. ...........................................................................................................................................................
  50.  
  51. 6535284 bytes read
  52. ## Booting image at 00800000 ...
  53. Image Name: Linux-3.18.5-kirkwood-tld-1
  54. Created: 2015-06-26 8:31:49 UTC
  55. Image Type: ARM Linux Kernel Image (uncompressed)
  56. Data Size: 2878833 Bytes = 2.7 MB
  57. Load Address: 00008000
  58. Entry Point: 00008000
  59. Verifying Checksum ... OK
  60. OK
  61. ## Loading Ramdisk Image at 01100000 ...
  62. Image Name: initramfs-3.18.5-kirkwood-tld-1
  63. Created: 2015-02-19 1:49:36 UTC
  64. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  65. Data Size: 6535220 Bytes = 6.2 MB
  66. Load Address: 00000000
  67. Entry Point: 00000000
  68. Verifying Checksum ... OK
  69.  
  70. Starting kernel ...
  71.  
  72. Uncompressing Linux... done, booting the kernel.
  73. [ 0.000000] Booting Linux on physical CPU 0x0
  74. [ 0.000000] Initializing cgroup subsys cpuset
  75. [ 0.000000] Initializing cgroup subsys cpu
  76. [ 0.000000] Initializing cgroup subsys cpuacct
  77. [ 0.000000] Linux version 3.18.5-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Thu Feb 5 17:58:07 PST 2015
  78. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  79. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  80. [ 0.000000] Machine model: Zyxel NSA320S
  81. [ 0.000000] Memory policy: Data cache writeback
  82. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  83. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 rootfstype=ext4 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_)
  84. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  85. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  86. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  87. [ 0.000000] Memory: 244876K/262144K available (5640K kernel code, 365K rwdata, 1920K rodata, 268K init, 305K bss, 17268K reserved)
  88. [ 0.000000] Virtual kernel memory layout:
  89. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  90. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  91. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  92. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  93. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  94. [ 0.000000] .text : 0xc0008000 - 0xc076a240 (7561 kB)
  95. [ 0.000000] .init : 0xc076b000 - 0xc07ae000 ( 268 kB)
  96. [ 0.000000] .data : 0xc07ae000 - 0xc08096fc ( 366 kB)
  97. [ 0.000000] .bss : 0xc08096fc - 0xc0855d84 ( 306 kB)
  98. [ 0.000000] Preemptible hierarchical RCU implementation.
  99. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  100. [ 0.000015] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
  101. [ 0.000437] Console: colour dummy device 80x30
  102. [ 0.000467] Calibrating delay loop... 990.41 BogoMIPS (lpj=4952064)
  103. [ 0.090110] pid_max: default: 32768 minimum: 301
  104. [ 0.090260] Security Framework initialized
  105. [ 0.090369] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  106. [ 0.090390] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  107. [ 0.091154] Initializing cgroup subsys devices
  108. [ 0.091188] Initializing cgroup subsys freezer
  109. [ 0.091223] Initializing cgroup subsys net_cls
  110. [ 0.091246] Initializing cgroup subsys blkio
  111. [ 0.091353] CPU: Testing write buffer coherency: ok
  112. [ 0.091793] Setting up static identity map for 0x557418 - 0x557470
  113. [ 0.092130] mvebu-soc-id: MVEBU SoC ID=0x6702, Rev=0x3
  114. [ 0.094568] devtmpfs: initialized
  115. [ 0.097373] prandom: seed boundary self test passed
  116. [ 0.102238] prandom: 100 self tests passed
  117. [ 0.102267] pinctrl core: initialized pinctrl subsystem
  118. [ 0.102777] regulator-dummy: no parameters
  119. [ 0.108489] NET: Registered protocol family 16
  120. [ 0.108938] DMA: preallocated 256 KiB pool for atomic coherent allocations
  121. [ 0.140114] cpuidle: using governor ladder
  122. [ 0.170113] cpuidle: using governor menu
  123. [ 0.170581] Feroceon L2: Enabling L2
  124. [ 0.170626] Feroceon L2: Cache support initialised.
  125. [ 0.171050] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
  126. [ 0.176465] No ATAGs?
  127. [ 0.211946] vgaarb: loaded
  128. [ 0.212371] usbcore: registered new interface driver usbfs
  129. [ 0.212463] usbcore: registered new interface driver hub
  130. [ 0.212535] usbcore: registered new device driver usb
  131. [ 0.213742] Switched to clocksource orion_clocksource
  132. [ 0.255870] NET: Registered protocol family 2
  133. [ 0.256731] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  134. [ 0.256770] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  135. [ 0.256804] TCP: Hash tables configured (established 2048 bind 2048)
  136. [ 0.256872] TCP: reno registered
  137. [ 0.256888] UDP hash table entries: 256 (order: 0, 4096 bytes)
  138. [ 0.256912] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  139. [ 0.257133] NET: Registered protocol family 1
  140. [ 0.257520] RPC: Registered named UNIX socket transport module.
  141. [ 0.257534] RPC: Registered udp transport module.
  142. [ 0.257542] RPC: Registered tcp transport module.
  143. [ 0.257551] RPC: Registered tcp NFSv4.1 backchannel transport module.
  144. [ 0.257842] Unpacking initramfs...
  145. [ 0.887641] Freeing initrd memory: 6384K (c1100000 - c173c000)
  146. [ 0.887792] NetWinder Floating Point Emulator V0.97 (double precision)
  147. [ 0.889334] futex hash table entries: 256 (order: -1, 3072 bytes)
  148. [ 0.889369] Initialise system trusted keyring
  149. [ 0.889495] audit: initializing netlink subsys (disabled)
  150. [ 0.889555] audit: type=2000 audit(0.880:1): initialized
  151. [ 0.890424] zpool: loaded
  152. [ 0.890442] zbud: loaded
  153. [ 0.890772] VFS: Disk quotas dquot_6.5.2
  154. [ 0.890839] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  155. [ 0.891495] NFS: Registering the id_resolver key type
  156. [ 0.891546] Key type id_resolver registered
  157. [ 0.891557] Key type id_legacy registered
  158. [ 0.891586] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  159. [ 0.891603] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  160. [ 0.891836] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  161. [ 0.892200] msgmni has been set to 490
  162. [ 0.892376] Key type big_key registered
  163. [ 0.895557] alg: No test for stdrng (krng)
  164. [ 0.895606] Key type asymmetric registered
  165. [ 0.895626] Asymmetric key parser 'x509' registered
  166. [ 0.895729] bounce: pool size: 64 pages
  167. [ 0.895824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  168. [ 0.895848] io scheduler noop registered
  169. [ 0.895867] io scheduler deadline registered
  170. [ 0.895931] io scheduler cfq registered (default)
  171. [ 0.897407] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  172. [ 0.898157] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
  173. [ 0.898616] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
  174. [ 0.899551] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00
  175. [ 0.899573] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
  176. [ 0.899589] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
  177. [ 0.899604] pci_bus 0000:00: root bus resource [bus 00-ff]
  178. [ 0.899968] PCI: bus0: Fast back to back transfers disabled
  179. [ 0.899987] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  180. [ 0.900174] PCI: bus1: Fast back to back transfers enabled
  181. [ 0.900228] pci 0000:00:01.0: PCI bridge to [bus 01]
  182. [ 0.900549] mv_xor f1060800.xor: Marvell shared XOR driver
  183. [ 0.933823] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
  184. [ 0.973809] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
  185. [ 0.974022] mv_xor f1060900.xor: Marvell shared XOR driver
  186. [ 1.013806] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
  187. [ 1.053806] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
  188. [ 1.054266] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  189. [ 1.055704] console [ttyS0] disabled
  190. [ 1.055770] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 10416666) is a 16550A
  191. [ 1.700504] console [ttyS0] enabled
  192. [ 1.705529] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
  193. [ 1.711862] nand: Eon NAND 128MiB 3,3V 8-bit
  194. [ 1.716147] nand: 128MiB, SLC, page size: 2048, OOB size: 64
  195. [ 1.721788] Scanning device for bad blocks
  196. [ 1.730997] Bad eraseblock 100 at 0x000000c80000
  197. [ 1.740669] Bad eraseblock 200 at 0x000001900000
  198. [ 1.786936] 2 cmdlinepart partitions found on MTD device orion_nand
  199. [ 1.793172] Creating 2 MTD partitions on "orion_nand":
  200. [ 1.798320] 0x000000000000-0x000000100000 : "uboot"
  201. [ 1.803624] 0x000000100000-0x000000180000 : "uboot_env"
  202. [ 1.810246] libphy: Fixed MDIO Bus: probed
  203. [ 1.814681] libphy: orion_mdio_bus: probed
  204. [ 1.825254] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  205. [ 1.833233] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:f4:ab:e3:e6:1e
  206. [ 1.842228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  207. [ 1.848833] ehci-pci: EHCI PCI platform driver
  208. [ 1.853338] ehci-orion: EHCI orion driver
  209. [ 1.857582] orion-ehci f1050000.ehci: EHCI Host Controller
  210. [ 1.863073] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  211. [ 1.870987] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
  212. [ 1.893786] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  213. [ 1.899966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  214. [ 1.906758] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  215. [ 1.913974] usb usb1: Product: EHCI Host Controller
  216. [ 1.918836] usb usb1: Manufacturer: Linux 3.18.5-kirkwood-tld-1 ehci_hcd
  217. [ 1.925524] usb usb1: SerialNumber: f1050000.ehci
  218. [ 1.931012] hub 1-0:1.0: USB hub found
  219. [ 1.934843] hub 1-0:1.0: 1 port detected
  220. [ 1.939714] mousedev: PS/2 mouse device common for all mice
  221. [ 1.945689] i2c /dev entries driver
  222. [ 1.957025] hidraw: raw HID events driver (C) Jiri Kosina
  223. [ 1.962825] drop_monitor: Initializing network drop monitor service
  224. [ 1.969407] TCP: cubic registered
  225. [ 1.972721] NET: Registered protocol family 17
  226. [ 1.977418] Key type dns_resolver registered
  227. [ 1.982581] Loading compiled-in X.509 certificates
  228. [ 1.987447] registered taskstats version 1
  229. [ 1.992540] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  230. [ 2.001162] Freeing unused kernel memory: 268K (c076b000 - c07ae000)
  231. Loading, please wait...
  232. [ 2.080570] systemd-udevd[59]: starting version 215
  233. [ 2.096061] random: systemd-udevd urandom read with 3 bits of entropy available
  234. [ 2.253953] usb 1-1: new high-speed USB device number 2 using orion-ehci
  235. [ 2.269826] SCSI subsystem initialized
  236. [ 2.326528] sata_mv f1080000.sata: slots 32 ports 2
  237. [ 2.372701] scsi host0: sata_mv
  238. [ 2.391516] scsi host1: sata_mv
  239. [ 2.396846] ata1: SATA max UDMA/133 irq 32
  240. [ 2.400953] ata2: SATA max UDMA/133 irq 32
  241. [ 2.415634] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
  242. [ 2.422337] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  243. [ 2.442349] usb 1-1: Product: USB2.0 Hub
  244. [ 2.451039] hub 1-1:1.0: USB hub found
  245. [ 2.459389] hub 1-1:1.0: 4 ports detected
  246. [ 2.744125] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
  247. [ 2.803785] ata1: SATA link down (SStatus 0 SControl F300)
  248. [ 2.855371] usb 1-1.1: New USB device found, idVendor=8644, idProduct=800a
  249. [ 2.862236] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  250. [ 2.869550] usb 1-1.1: Product: USB Flash Disk
  251. [ 2.875382] usb 1-1.1: Manufacturer: General
  252. [ 2.881637] usb 1-1.1: SerialNumber: 1800000000003969
  253. [ 2.897047] usb-storage 1-1.1:1.0: USB Mass Storage device detected
  254. [ 2.903649] scsi host2: usb-storage 1-1.1:1.0
  255. [ 2.909919] usbcore: registered new interface driver usb-storage
  256. [ 2.919164] usbcore: registered new interface driver uas
  257. [ 3.173790] ata2: SATA link down (SStatus 0 SControl F300)
  258. [ 3.906728] scsi 2:0:0:0: Direct-Access General USB Flash Disk 1.0 PQ: 0 ANSI: 2
  259. [ 3.923932] sd 2:0:0:0: [sda] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB)
  260. [ 3.932323] sd 2:0:0:0: [sda] Write Protect is off
  261. [ 3.937651] sd 2:0:0:0: [sda] No Caching mode page found
  262. [ 3.942961] sd 2:0:0:0: [sda] Assuming drive cache: write through
  263. [ 3.953942] sda: sda1 sda2 sda3
  264. [ 3.961526] sd 2:0:0:0: [sda] Attached SCSI removable disk
  265. [ 3.971404] sd 2:0:0:0: Attached scsi generic sg0 type 0
  266. Begin: Loading essential drivers ... done.
  267. Begin: Running /scripts/init-premount ... done.
  268. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  269. Begin: Running /scripts/local-premount ... done.
  270. [ 13.296864] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  271. Begin: Running /scripts/local-bottom ... done.
  272. done.
  273. Begin: Running /scripts/init-bottom ... done.
  274. INIT: version 2.88 booting
  275. [info] Using makefile-style concurrent boot in runlevel S.
  276. [....] Starting the hotplug events dispatcher: udevd[ 14.734698] systemd-udevd[263]: starting version 215
  277. . ok
  278. [....] Synthesizing the initial hotplug events...[ 15.005538] input: gpio_keys as /devices/gpio_keys/input/input0
  279. done.
  280. [....] Waiting for /dev to be fully populated...[ 15.225116] orion_wdt: Initial timeout 25 sec
  281. [ 15.307181] USB Power: 5000 mV
  282. [ 15.339162] SATA1 Power: 5000 mV
  283. [ 15.694130] usb 1-1.1: reset high-speed USB device number 3 using orion-ehci
  284. [ 16.034131] usb 1-1.1: reset high-speed USB device number 3 using orion-ehci
  285. [ 16.144669] random: nonblocking pool is initialized
  286. [ 16.314133] usb 1-1.1: reset high-speed USB device number 3 using orion-ehci
  287. [ 16.514129] usb 1-1.1: reset high-speed USB device number 3 using orion-ehci
  288. done.
  289. [....] Assembling MD arrays...done (no arrays found in config file or automatically).
  290. [....] Setting parameters of disc: (none). ok
  291. [....] Activating swap...[ 17.490916] Adding 262140k swap on /dev/sda2. Priority:-1 extents:1 across:262140k FS
  292. done.
  293. [ 17.620378] EXT4-fs (sda3): re-mounted. Opts: (null)
  294. [....] Checking root file system...fsck from util-linux 2.25.2
  295. rootfs: clean, 15847/212160 files, 172316/847360 blocks
  296. done.
  297. [ 17.832324] EXT4-fs (sda3): re-mounted. Opts: (null)
  298. [....] Activating lvm and md swap...done.
  299. [....] Checking file systems...fsck from util-linux 2.25.2
  300. done.
  301. [....] Loading kernel modules...done.
  302. [....] Cleaning up temporary files... /tmp. ok
  303. [....] Mounting local filesystems...done.
  304. [....] Activating swapfile swap...done.
  305. [....] Cleaning up temporary files.... ok
  306. [....] Setting kernel variables ...done.
  307. [ 21.709280] NET: Registered protocol family 10
  308. [ 21.807339] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  309. [ 24.120171] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
  310. [ 24.130021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  311. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.1
  312. Copyright 2004-2014 Internet Systems Consortium.
  313. All rights reserved.
  314. For info, please visit https://www.isc.org/software/dhcp/
  315.  
  316. Listening on LPF/eth0/5c:f4:ab:e3:e6:1e
  317. Sending on LPF/eth0/5c:f4:ab:e3:e6:1e
  318. Sending on Socket/fallback
  319. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  320. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  321. DHCPACK from 192.168.1.1
  322. bound to 192.168.1.126 -- renewal in 16860 seconds.
  323. done.
  324. [....] Starting rpcbind daemon.... ok
  325. [....] Starting NFS common utilities: statd idmapd. ok
  326. [....] Cleaning up temporary files.... ok
  327. [....] Setting sensors limits. ok
  328. INIT: Entering runlevel: 2
  329. [info] Using makefile-style concurrent boot in runlevel 2.
  330. [....] Starting NFS common utilities: statd idmapd. ok
  331. [....] Starting system logging: syslog-ng. ok
  332. [....] Starting MD monitoring service: mdadm --monitor. ok
  333. [....] Starting system message bus: dbus. ok
  334. [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. ok
  335. [....] Not starting NFS kernel daemon: no exports. ... (warning).
  336. [....] Starting NTP server: ntpd. ok
  337. [....] Starting OpenBSD Secure Shell server: sshd. ok
  338.  
  339. Debian GNU/Linux 8 debian ttyS0
  340.  
  341. debian login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement