Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.11 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Initializing cgroup subsys cpuset
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Initializing cgroup subsys cpuacct
  5. [ 0.000000] Linux version 4.4.91-ti-r139 (root@b8-am57xx-beagle-x15-2gb) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Tue Dec 12 05:09:00 UTC 2017
  6. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  8. [ 0.000000] Machine model: TI AM335x BeagleBone Black Wireless
  9. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  10. [ 0.000000] Memory policy: Data cache writeback
  11. [ 0.000000] On node 0 totalpages: 130560
  12. [ 0.000000] free_area_init_node: node 0, pgdat c10db0c0, node_mem_map df961000
  13. [ 0.000000] Normal zone: 1152 pages used for memmap
  14. [ 0.000000] Normal zone: 0 pages reserved
  15. [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
  16. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  17. [ 0.000000] AM335X ES2.1 (sgx neon )
  18. [ 0.000000] PERCPU: Embedded 13 pages/cpu @df8e4000 s24268 r8192 d20788 u53248
  19. [ 0.000000] pcpu-alloc: s24268 r8192 d20788 u53248 alloc=13*4096
  20. [ 0.000000] pcpu-alloc: [0] 0
  21. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408
  22. [ 0.000000] Kernel command line: console=ttyO0,115200n8 bone_capemgr.enable_partno=BB-UART1,BB-I2C2 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet spidev.bufsiz=20480
  23. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  26. [ 0.000000] Memory: 442928K/522240K available (11725K kernel code, 948K rwdata, 3904K rodata, 760K init, 854K bss, 30160K reserved, 49152K cma-reserved, 0K highmem)
  27. [ 0.000000] Virtual kernel memory layout:
  28. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  30. vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
  31. lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  32. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  33. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  34. .text : 0xc0008000 - 0xc0f4b6d8 (15630 kB)
  35. .init : 0xc0f4c000 - 0xc100a000 ( 760 kB)
  36. .data : 0xc100a000 - 0xc10f72c0 ( 949 kB)
  37. .bss : 0xc10fa000 - 0xc11cf820 ( 855 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  41. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  42. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  43. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  44. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  45. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  46. [ 0.000024] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  47. [ 0.000055] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  48. [ 0.000068] OMAP clocksource: timer1 at 24000000 Hz
  49. [ 0.002428] clocksource_probe: no matching clocksources found
  50. [ 0.002739] Console: colour dummy device 80x30
  51. [ 0.002775] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  52. [ 0.002782] This ensures that you still see kernel messages. Please
  53. [ 0.002788] update your kernel commandline.
  54. [ 0.002809] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  55. [ 0.019920] pid_max: default: 32768 minimum: 301
  56. [ 0.020076] Security Framework initialized
  57. [ 0.020090] Yama: becoming mindful.
  58. [ 0.020127] AppArmor: AppArmor disabled by boot time parameter
  59. [ 0.020299] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  60. [ 0.020311] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.021180] Initializing cgroup subsys io
  62. [ 0.021211] Initializing cgroup subsys memory
  63. [ 0.021258] Initializing cgroup subsys devices
  64. [ 0.021277] Initializing cgroup subsys freezer
  65. [ 0.021293] Initializing cgroup subsys net_cls
  66. [ 0.021307] Initializing cgroup subsys perf_event
  67. [ 0.021324] Initializing cgroup subsys net_prio
  68. [ 0.021348] Initializing cgroup subsys pids
  69. [ 0.021405] CPU: Testing write buffer coherency: ok
  70. [ 0.021467] ftrace: allocating 35992 entries in 106 pages
  71. [ 0.124009] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  72. [ 0.124142] Setting up static identity map for 0x80008280 - 0x800082e0
  73. [ 0.128525] Brought up 1 CPUs
  74. [ 0.128551] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  75. [ 0.128560] CPU: All CPU(s) started in SVC mode.
  76. [ 0.130159] devtmpfs: initialized
  77. [ 0.173117] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  78. [ 0.249875] omap_hwmod: debugss: _wait_target_disable failed
  79. [ 0.291348] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.291391] futex hash table entries: 256 (order: 2, 16384 bytes)
  81. [ 0.295552] xor: measuring software checksum speed
  82. [ 0.331900] arm4regs : 1219.000 MB/sec
  83. [ 0.371894] 8regs : 1092.000 MB/sec
  84. [ 0.411892] 32regs : 1089.000 MB/sec
  85. [ 0.451891] neon : 1728.000 MB/sec
  86. [ 0.451900] xor: using function: neon (1728.000 MB/sec)
  87. [ 0.452030] pinctrl core: initialized pinctrl subsystem
  88. [ 0.453551] NET: Registered protocol family 16
  89. [ 0.457328] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  90. [ 0.458252] cpuidle: using governor ladder
  91. [ 0.458272] cpuidle: using governor menu
  92. [ 0.476206] OMAP GPIO hardware version 0.1
  93. [ 0.478877] GPIO line 106 (LS_BUF_EN) hogged as output/high
  94. [ 0.494380] No ATAGs?
  95. [ 0.494423] hw-breakpoint: debug architecture 0x4 unsupported.
  96. [ 0.496203] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  97. [ 0.496228] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  98. [ 0.576118] raid6: int32x1 gen() 256 MB/s
  99. [ 0.643899] raid6: int32x1 xor() 225 MB/s
  100. [ 0.712014] raid6: int32x2 gen() 322 MB/s
  101. [ 0.779949] raid6: int32x2 xor() 279 MB/s
  102. [ 0.847894] raid6: int32x4 gen() 327 MB/s
  103. [ 0.915939] raid6: int32x4 xor() 265 MB/s
  104. [ 0.983962] raid6: int32x8 gen() 299 MB/s
  105. [ 1.052022] raid6: int32x8 xor() 233 MB/s
  106. [ 1.119908] raid6: neonx1 gen() 1448 MB/s
  107. [ 1.187909] raid6: neonx1 xor() 841 MB/s
  108. [ 1.255902] raid6: neonx2 gen() 1916 MB/s
  109. [ 1.323907] raid6: neonx2 xor() 1195 MB/s
  110. [ 1.391928] raid6: neonx4 gen() 743 MB/s
  111. [ 1.459924] raid6: neonx4 xor() 712 MB/s
  112. [ 1.527938] raid6: neonx8 gen() 751 MB/s
  113. [ 1.595917] raid6: neonx8 xor() 632 MB/s
  114. [ 1.595925] raid6: using algorithm neonx2 gen() 1916 MB/s
  115. [ 1.595933] raid6: .... xor() 1195 MB/s, rmw enabled
  116. [ 1.595940] raid6: using intx1 recovery algorithm
  117. [ 1.607055] edma 49000000.edma: TI EDMA DMA engine driver
  118. [ 1.614126] vgaarb: loaded
  119. [ 1.614806] SCSI subsystem initialized
  120. [ 1.615204] libata version 3.00 loaded.
  121. [ 1.615575] usbcore: registered new interface driver usbfs
  122. [ 1.615652] usbcore: registered new interface driver hub
  123. [ 1.615759] usbcore: registered new device driver usb
  124. [ 1.617284] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
  125. [ 1.618236] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
  126. [ 1.619536] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  127. [ 1.619813] media: Linux media interface: v0.10
  128. [ 1.619981] Linux video capture interface: v2.00
  129. [ 1.620105] pps_core: LinuxPPS API ver. 1 registered
  130. [ 1.620114] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  131. [ 1.620143] PTP clock support registered
  132. [ 1.621493] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  133. [ 1.623020] NetLabel: Initializing
  134. [ 1.623038] NetLabel: domain hash size = 128
  135. [ 1.623044] NetLabel: protocols = UNLABELED CIPSOv4
  136. [ 1.623107] NetLabel: unlabeled traffic allowed by default
  137. [ 1.623572] clocksource: Switched to clocksource timer1
  138. [ 1.738152] NET: Registered protocol family 2
  139. [ 1.739050] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  140. [ 1.739102] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  141. [ 1.739161] TCP: Hash tables configured (established 4096 bind 4096)
  142. [ 1.739240] UDP hash table entries: 256 (order: 1, 8192 bytes)
  143. [ 1.739262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  144. [ 1.739702] NET: Registered protocol family 1
  145. [ 1.740336] RPC: Registered named UNIX socket transport module.
  146. [ 1.740353] RPC: Registered udp transport module.
  147. [ 1.740359] RPC: Registered tcp transport module.
  148. [ 1.740366] RPC: Registered tcp NFSv4.1 backchannel transport module.
  149. [ 1.740395] PCI: CLS 0 bytes, default 64
  150. [ 1.741390] Unpacking initramfs...
  151. [ 2.148663] Freeing initrd memory: 5700K
  152. [ 2.149505] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  153. [ 2.153624] audit: initializing netlink subsys (disabled)
  154. [ 2.153728] audit: type=2000 audit(2.088:1): initialized
  155. [ 2.164270] zbud: loaded
  156. [ 2.165018] VFS: Disk quotas dquot_6.6.0
  157. [ 2.165299] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  158. [ 2.168108] NFS: Registering the id_resolver key type
  159. [ 2.168185] Key type id_resolver registered
  160. [ 2.168193] Key type id_legacy registered
  161. [ 2.168225] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  162. [ 2.168620] fuse init (API version 7.23)
  163. [ 2.169261] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  164. [ 2.178305] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  165. [ 2.178581] io scheduler noop registered
  166. [ 2.178600] io scheduler deadline registered
  167. [ 2.178670] io scheduler cfq registered (default)
  168. [ 2.182001] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  169. [ 2.183198] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0
  170. [ 2.183435] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1
  171. [ 2.184046] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2
  172. [ 2.184247] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3
  173. [ 2.184399] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4
  174. [ 2.184544] gpio-of-helper ocp:cape-universal: Allocated GPIO id=5
  175. [ 2.184682] gpio-of-helper ocp:cape-universal: Allocated GPIO id=6
  176. [ 2.184813] gpio-of-helper ocp:cape-universal: Allocated GPIO id=7
  177. [ 2.184953] gpio-of-helper ocp:cape-universal: Allocated GPIO id=8
  178. [ 2.185086] gpio-of-helper ocp:cape-universal: Allocated GPIO id=9
  179. [ 2.185217] gpio-of-helper ocp:cape-universal: Allocated GPIO id=10
  180. [ 2.185360] gpio-of-helper ocp:cape-universal: Allocated GPIO id=11
  181. [ 2.185544] gpio-of-helper ocp:cape-universal: Allocated GPIO id=12
  182. [ 2.185681] gpio-of-helper ocp:cape-universal: Allocated GPIO id=13
  183. [ 2.185822] gpio-of-helper ocp:cape-universal: Allocated GPIO id=14
  184. [ 2.185956] gpio-of-helper ocp:cape-universal: Allocated GPIO id=15
  185. [ 2.186114] gpio-of-helper ocp:cape-universal: Allocated GPIO id=16
  186. [ 2.186250] gpio-of-helper ocp:cape-universal: Allocated GPIO id=17
  187. [ 2.186389] gpio-of-helper ocp:cape-universal: Allocated GPIO id=18
  188. [ 2.186528] gpio-of-helper ocp:cape-universal: Allocated GPIO id=19
  189. [ 2.186663] gpio-of-helper ocp:cape-universal: Allocated GPIO id=20
  190. [ 2.186799] gpio-of-helper ocp:cape-universal: Allocated GPIO id=21
  191. [ 2.186945] gpio-of-helper ocp:cape-universal: Allocated GPIO id=22
  192. [ 2.187120] gpio-of-helper ocp:cape-universal: Allocated GPIO id=23
  193. [ 2.187261] gpio-of-helper ocp:cape-universal: Allocated GPIO id=24
  194. [ 2.187404] gpio-of-helper ocp:cape-universal: Allocated GPIO id=25
  195. [ 2.187646] gpio-of-helper ocp:cape-universal: Allocated GPIO id=26
  196. [ 2.187961] gpio-of-helper ocp:cape-universal: Allocated GPIO id=27
  197. [ 2.188108] gpio-of-helper ocp:cape-universal: Allocated GPIO id=28
  198. [ 2.188246] gpio-of-helper ocp:cape-universal: Allocated GPIO id=29
  199. [ 2.188392] gpio-of-helper ocp:cape-universal: Allocated GPIO id=30
  200. [ 2.188532] gpio-of-helper ocp:cape-universal: Allocated GPIO id=31
  201. [ 2.188677] gpio-of-helper ocp:cape-universal: Allocated GPIO id=32
  202. [ 2.188823] gpio-of-helper ocp:cape-universal: Allocated GPIO id=33
  203. [ 2.188967] gpio-of-helper ocp:cape-universal: Allocated GPIO id=34
  204. [ 2.189117] gpio-of-helper ocp:cape-universal: Allocated GPIO id=35
  205. [ 2.189257] gpio-of-helper ocp:cape-universal: Allocated GPIO id=36
  206. [ 2.189395] gpio-of-helper ocp:cape-universal: Allocated GPIO id=37
  207. [ 2.189543] gpio-of-helper ocp:cape-universal: Allocated GPIO id=38
  208. [ 2.189687] gpio-of-helper ocp:cape-universal: Allocated GPIO id=39
  209. [ 2.189830] gpio-of-helper ocp:cape-universal: Allocated GPIO id=40
  210. [ 2.189979] gpio-of-helper ocp:cape-universal: Allocated GPIO id=41
  211. [ 2.190120] gpio-of-helper ocp:cape-universal: Allocated GPIO id=42
  212. [ 2.190272] gpio-of-helper ocp:cape-universal: Allocated GPIO id=43
  213. [ 2.190415] gpio-of-helper ocp:cape-universal: Allocated GPIO id=44
  214. [ 2.190563] gpio-of-helper ocp:cape-universal: Allocated GPIO id=45
  215. [ 2.190711] gpio-of-helper ocp:cape-universal: Allocated GPIO id=46
  216. [ 2.190853] gpio-of-helper ocp:cape-universal: Allocated GPIO id=47
  217. [ 2.191001] gpio-of-helper ocp:cape-universal: Allocated GPIO id=48
  218. [ 2.191149] gpio-of-helper ocp:cape-universal: Allocated GPIO id=49
  219. [ 2.191299] gpio-of-helper ocp:cape-universal: Allocated GPIO id=50
  220. [ 2.191450] gpio-of-helper ocp:cape-universal: Allocated GPIO id=51
  221. [ 2.191794] gpio-of-helper ocp:cape-universal: Allocated GPIO id=52
  222. [ 2.191956] gpio-of-helper ocp:cape-universal: Allocated GPIO id=53
  223. [ 2.192118] gpio-of-helper ocp:cape-universal: Allocated GPIO id=54
  224. [ 2.192266] gpio-of-helper ocp:cape-universal: Allocated GPIO id=55
  225. [ 2.192420] gpio-of-helper ocp:cape-universal: Allocated GPIO id=56
  226. [ 2.192571] gpio-of-helper ocp:cape-universal: Allocated GPIO id=57
  227. [ 2.192704] gpio-of-helper ocp:cape-universal: Allocated GPIO id=58
  228. [ 2.192844] gpio-of-helper ocp:cape-universal: Allocated GPIO id=59
  229. [ 2.192976] gpio-of-helper ocp:cape-universal: Allocated GPIO id=60
  230. [ 2.193107] gpio-of-helper ocp:cape-universal: Allocated GPIO id=61
  231. [ 2.193246] gpio-of-helper ocp:cape-universal: Allocated GPIO id=62
  232. [ 2.193378] gpio-of-helper ocp:cape-universal: Allocated GPIO id=63
  233. [ 2.193515] gpio-of-helper ocp:cape-universal: Allocated GPIO id=64
  234. [ 2.193654] gpio-of-helper ocp:cape-universal: Allocated GPIO id=65
  235. [ 2.193788] gpio-of-helper ocp:cape-universal: Allocated GPIO id=66
  236. [ 2.193953] gpio-of-helper ocp:cape-universal: Allocated GPIO id=67
  237. [ 2.194088] gpio-of-helper ocp:cape-universal: Allocated GPIO id=68
  238. [ 2.194099] gpio-of-helper ocp:cape-universal: ready
  239. [ 2.203516] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  240. [ 2.206292] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  241. [ 2.210488] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
  242. [ 2.224038] console [ttyS0] enabled
  243. [ 2.225014] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, base_baud = 3000000) is a 8250
  244. [ 2.225835] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 160, base_baud = 3000000) is a 8250
  245. [ 2.226690] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 161, base_baud = 3000000) is a 8250
  246. [ 2.227444] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 162, base_baud = 3000000) is a 8250
  247. [ 2.228425] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 163, base_baud = 3000000) is a 8250
  248. [ 2.232237] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  249. [ 2.232601] [drm] Initialized drm 1.1.0 20060810
  250. [ 2.235312] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  251. [ 2.235874] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  252. [ 2.236194] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  253. [ 2.236465] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  254. [ 2.298322] CAN device driver interface
  255. [ 2.300273] c_can_platform 481cc000.can: c_can_platform device registered (regs=fa1cc000, irq=170)
  256. [ 2.301403] c_can_platform 481d0000.can: c_can_platform device registered (regs=fa1d0000, irq=171)
  257. [ 2.305166] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  258. [ 2.305238] ehci-pci: EHCI PCI platform driver
  259. [ 2.305312] ehci-platform: EHCI generic platform driver
  260. [ 2.305820] ehci-omap: OMAP-EHCI Host Controller driver
  261. [ 2.306831] usbcore: registered new interface driver usb-storage
  262. [ 2.310718] 47401300.usb-phy supply vcc not found, using dummy regulator
  263. [ 2.313873] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  264. [ 2.313895] musb-hdrc: MHDRC RTL version 2.0
  265. [ 2.313904] musb-hdrc: setup fifo_mode 4
  266. [ 2.313923] musb-hdrc: 28/31 max ep, 16384/16384 memory
  267. [ 2.316659] 47401b00.usb-phy supply vcc not found, using dummy regulator
  268. [ 2.319442] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  269. [ 2.319464] musb-hdrc: MHDRC RTL version 2.0
  270. [ 2.319472] musb-hdrc: setup fifo_mode 4
  271. [ 2.319489] musb-hdrc: 28/31 max ep, 16384/16384 memory
  272. [ 2.319750] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  273. [ 2.319791] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  274. [ 2.320121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  275. [ 2.320136] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  276. [ 2.320146] usb usb1: Product: MUSB HDRC host driver
  277. [ 2.320156] usb usb1: Manufacturer: Linux 4.4.91-ti-r139 musb-hcd
  278. [ 2.320165] usb usb1: SerialNumber: musb-hdrc.1.auto
  279. [ 2.321370] hub 1-0:1.0: USB hub found
  280. [ 2.321448] hub 1-0:1.0: 1 port detected
  281. [ 2.331878] mousedev: PS/2 mouse device common for all mice
  282. [ 2.338525] omap_rtc 44e3e000.rtc: already running
  283. [ 2.339112] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  284. [ 2.341688] i2c /dev entries driver
  285. [ 2.345362] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  286. [ 2.346082] cpuidle: enable-method property 'ti,am3352' found operations
  287. [ 2.348208] omap_hsmmc 48060000.mmc: Got CD GPIO
  288. [ 2.415050] mmc0: host does not support reading read-only switch, assuming write-enable
  289. [ 2.417006] mmc0: new high speed SDHC card at address 59b4
  290. [ 2.418205] mmcblk0: mmc0:59b4 00000 7.48 GiB
  291. [ 2.420046] mmcblk0: p1
  292. [ 2.491842] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  293. [ 2.498102] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  294. [ 2.498756] omap_hsmmc 47810000.mmc: card claims to support voltages below defined range
  295. [ 2.500309] hidraw: raw HID events driver (C) Jiri Kosina
  296. [ 2.501146] usbcore: registered new interface driver usbhid
  297. [ 2.501161] usbhid: USB HID core driver
  298. [ 2.503052] remoteproc0: wkup_m3 is available
  299. [ 2.503076] remoteproc0: Note: remoteproc is still under development and considered experimental.
  300. [ 2.503085] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  301. [ 2.508361] ti_am3359-tscadc 44e0d000.tscadc: chan 0 step_avg truncating to 16
  302. [ 2.508388] ti_am3359-tscadc 44e0d000.tscadc: chan 1 step_avg truncating to 16
  303. [ 2.508399] ti_am3359-tscadc 44e0d000.tscadc: chan 2 step_avg truncating to 16
  304. [ 2.508408] ti_am3359-tscadc 44e0d000.tscadc: chan 3 step_avg truncating to 16
  305. [ 2.508418] ti_am3359-tscadc 44e0d000.tscadc: chan 4 step_avg truncating to 16
  306. [ 2.508427] ti_am3359-tscadc 44e0d000.tscadc: chan 5 step_avg truncating to 16
  307. [ 2.508437] ti_am3359-tscadc 44e0d000.tscadc: chan 6 step_avg truncating to 16
  308. [ 2.511440] NET: Registered protocol family 10
  309. [ 2.513493] mip6: Mobile IPv6
  310. [ 2.513528] NET: Registered protocol family 17
  311. [ 2.513556] can: controller area network core (rev 20120528 abi 9)
  312. [ 2.513635] NET: Registered protocol family 29
  313. [ 2.513870] Key type dns_resolver registered
  314. [ 2.513892] mpls_gso: MPLS GSO support
  315. [ 2.515406] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
  316. [ 2.516751] mmc1: new high speed SDIO card at address 0001
  317. [ 2.518674] omap_voltage_late_init: Voltage driver support not added
  318. [ 2.526930] PM: Cannot get wkup_m3_ipc handle
  319. [ 2.531537] ThumbEE CPU extension supported.
  320. [ 2.531606] Registering SWP/SWPB emulation handler
  321. [ 2.532705] registered taskstats version 1
  322. [ 2.532906] zswap: loaded using pool lzo/zbud
  323. [ 2.536831] Btrfs loaded
  324. [ 2.567367] Key type encrypted registered
  325. [ 2.572468] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  326. [ 2.598049] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  327. [ 2.598816] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  328. [ 2.598901] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  329. [ 2.600620] remoteproc0: powering up wkup_m3
  330. [ 2.600986] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
  331. [ 2.602758] PM: bootloader does not support rtc-only!
  332. [ 2.604351] omap_rtc 44e3e000.rtc: setting system clock to 2017-12-15 08:14:19 UTC (1513325659)
  333. [ 2.604386] of_cfs_init
  334. [ 2.604534] of_cfs_init: OK
  335. [ 2.608311] remoteproc0: remote processor wkup_m3 is now up
  336. [ 2.608335] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
  337. [ 2.611215] PM: Hibernation image not present or could not be loaded.
  338. [ 2.612879] Freeing unused kernel memory: 760K
  339. [ 2.755183] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  340. [ 2.760357] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  341. [ 2.760521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  342. [ 2.776101] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  343. [ 2.776518] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  344. [ 2.776692] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  345. [ 2.777421] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  346. [ 2.777988] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  347. [ 2.778489] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  348. [ 2.778991] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
  349. [ 19.870405] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
  350. [ 19.870609] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
  351. [ 19.871471] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
  352. [ 19.921948] remoteproc1: 4a338000.pru1 is available
  353. [ 19.921977] remoteproc1: Note: remoteproc is still under development and considered experimental.
  354. [ 19.921985] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  355. [ 19.931834] pru-rproc 4a338000.pru1: booting the PRU core manually
  356. [ 19.931868] remoteproc1: powering up 4a338000.pru1
  357. [ 19.932183] remoteproc1: Booting fw image am335x-pru1-fw, size 35392
  358. [ 19.932259] remoteproc1: remote processor 4a338000.pru1 is now up
  359. [ 19.932297] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully
  360. [ 19.933085] remoteproc2: 4a334000.pru0 is available
  361. [ 19.933104] remoteproc2: Note: remoteproc is still under development and considered experimental.
  362. [ 19.933112] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  363. [ 19.933700] pru-rproc 4a334000.pru0: booting the PRU core manually
  364. [ 19.933719] remoteproc2: powering up 4a334000.pru0
  365. [ 19.933903] remoteproc2: Booting fw image am335x-pru0-fw, size 36296
  366. [ 19.933959] remoteproc2: remote processor 4a334000.pru0 is now up
  367. [ 19.933986] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully
  368. [ 20.653600] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  369. [ 21.622552] ip_tables: (C) 2000-2006 Netfilter Core Team
  370. [ 21.692133] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  371. [ 21.692791] systemd[1]: Detected architecture arm.
  372. [ 21.718610] systemd[1]: Set hostname to <beaglebone>.
  373. [ 22.592835] systemd[1]: Listening on Journal Socket.
  374. [ 22.594725] systemd[1]: Created slice User and Session Slice.
  375. [ 22.595864] systemd[1]: Listening on Journal Audit Socket.
  376. [ 22.597088] systemd[1]: Created slice System Slice.
  377. [ 22.598290] systemd[1]: Created slice system-wpa_supplicant.slice.
  378. [ 22.603259] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  379. [ 22.605316] systemd[1]: Created slice system-serial\x2dgetty.slice.
  380. [ 22.606471] systemd[1]: Reached target Slices.
  381. [ 22.621996] systemd[1]: Mounting POSIX Message Queue File System...
  382. [ 22.623660] random: nonblocking pool is initialized
  383. [ 22.649025] systemd[1]: Listening on udev Kernel Socket.
  384. [ 22.649793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  385. [ 22.650410] systemd[1]: Listening on udev Control Socket.
  386. [ 22.767963] systemd[1]: Starting Load Kernel Modules...
  387. [ 22.768728] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  388. [ 22.769245] systemd[1]: Listening on Journal Socket (/dev/log).
  389. [ 22.769743] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  390. [ 22.769920] systemd[1]: Reached target Swap.
  391. [ 22.770211] systemd[1]: Listening on Syslog Socket.
  392. [ 22.770488] systemd[1]: Listening on fsck to fsckd communication Socket.
  393. [ 22.770627] systemd[1]: Reached target Paths.
  394. [ 22.842554] systemd[1]: Starting Journal Service...
  395. [ 22.844718] systemd[1]: Reached target Remote File Systems.
  396. [ 22.861444] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  397. [ 22.880941] systemd[1]: Created slice system-getty.slice.
  398. [ 22.881242] systemd[1]: Reached target Encrypted Volumes.
  399. [ 22.904739] eqep 48300180.eqep: ver. 1.0
  400. [ 22.905314] eqep 48302180.eqep: ver. 1.0
  401. [ 22.908188] eqep 48304180.eqep: ver. 1.0
  402. [ 22.936762] systemd[1]: Mounting /sys/kernel/debug...
  403. [ 22.966399] systemd[1]: Starting Remount Root and Kernel File Systems...
  404. [ 23.143312] systemd[1]: Mounted POSIX Message Queue File System.
  405. [ 23.176496] systemd[1]: Mounted /sys/kernel/debug.
  406. [ 23.178644] systemd[1]: Started Create list of required static device nodes for the current kernel.
  407. [ 23.194802] systemd[1]: Started Load Kernel Modules.
  408. [ 23.246790] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  409. [ 23.277966] systemd[1]: Started Remount Root and Kernel File Systems.
  410. [ 23.303301] systemd[1]: Starting Load/Save Random Seed...
  411. [ 23.361370] systemd[1]: Starting udev Coldplug all Devices...
  412. [ 23.451165] systemd[1]: Starting Apply Kernel Variables...
  413. [ 23.548540] systemd[1]: Mounting Configuration File System...
  414. [ 23.656153] systemd[1]: Mounting FUSE Control File System...
  415. [ 23.728921] systemd[1]: Starting Create Static Device Nodes in /dev...
  416. [ 23.930645] systemd[1]: Mounted FUSE Control File System.
  417. [ 23.931019] systemd[1]: Mounted Configuration File System.
  418. [ 23.978396] systemd[1]: Started Load/Save Random Seed.
  419. [ 24.000726] systemd[1]: Started Apply Kernel Variables.
  420. [ 24.064821] systemd[1]: Started Create Static Device Nodes in /dev.
  421. [ 24.065901] systemd[1]: Reached target Local File Systems (Pre).
  422. [ 24.066083] systemd[1]: Reached target Local File Systems.
  423. [ 24.086215] systemd[1]: Starting Raise network interfaces...
  424. [ 24.135252] systemd[1]: Starting udev Kernel Device Manager...
  425. [ 24.379702] systemd[1]: Started Journal Service.
  426. [ 24.671293] systemd-journald[810]: Received request to flush runtime journal from PID 1
  427. [ 30.505334] nf_conntrack version 0.5.0 (7789 buckets, 31156 max)
  428. [ 31.553799] using random self ethernet address
  429. [ 31.553831] using random host ethernet address
  430. [ 31.661553] using random self ethernet address
  431. [ 31.661582] using random host ethernet address
  432. [ 31.932622] Mass Storage Function, version: 2009/09/11
  433. [ 31.932658] LUN: removable file: (no medium)
  434. [ 32.162545] usb0: HOST MAC 50:65:83:db:8d:31
  435. [ 32.165140] usb0: MAC 50:65:83:db:8d:32
  436. [ 32.179935] usb1: HOST MAC 50:65:83:db:8d:34
  437. [ 32.184519] usb1: MAC 50:65:83:db:8d:35
  438. [ 32.608529] configfs-gadget gadget: high-speed config #1: c
  439. [ 61.847247] Error: Driver 'ecap' is already registered, aborting...
  440. [ 62.331412] Error: Driver 'ecap' is already registered, aborting...
  441. [ 63.649880] [drm] Initialized pvr 1.14.3699939 20110701 on minor 0
  442. [ 65.624815] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
  443. [ 65.770619] wlcore: loaded
  444. [ 66.906267] wlcore: PHY firmware version: Rev 8.2.0.0.236
  445. [ 66.947745] wlcore: firmware booted (Rev 8.9.0.0.69)
  446. [ 66.967484] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  447. [ 67.668273] IPv6: ADDRCONF(NETDEV_UP): SoftAp0: link is not ready
  448. [ 68.119839] wlan0: authenticate with b2:48:7a:81:c8:96
  449. [ 68.125486] wlan0: send auth to b2:48:7a:81:c8:96 (try 1/3)
  450. [ 68.154836] wlan0: authenticated
  451. [ 68.159796] wlan0: associate with b2:48:7a:81:c8:96 (try 1/3)
  452. [ 68.170790] wlan0: RX AssocResp from b2:48:7a:81:c8:96 (capab=0x431 status=0 aid=1)
  453. [ 68.180051] wlan0: associated
  454. [ 68.180125] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  455. [ 68.298998] wlcore: Association completed.
  456. [ 86.922551] wlcore: down
  457. [ 87.150522] IPv6: ADDRCONF(NETDEV_CHANGE): SoftAp0: link becomes ready
  458. [ 87.692833] Bluetooth: Core ver 2.21
  459. [ 87.693065] NET: Registered protocol family 31
  460. [ 87.693080] Bluetooth: HCI device and connection manager initialized
  461. [ 87.693110] Bluetooth: HCI socket layer initialized
  462. [ 87.693129] Bluetooth: L2CAP socket layer initialized
  463. [ 87.693182] Bluetooth: SCO socket layer initialized
  464. [ 87.726027] Bluetooth: HCI UART driver ver 2.3
  465. [ 87.726060] Bluetooth: HCI UART protocol H4 registered
  466. [ 87.726068] Bluetooth: HCI UART protocol BCSP registered
  467. [ 87.726075] Bluetooth: HCI UART protocol LL registered
  468. [ 87.726082] Bluetooth: HCI UART protocol ATH3K registered
  469. [ 87.726090] Bluetooth: HCI UART protocol Three-wire (H5) registered
  470. [ 87.726589] Bluetooth: HCI UART protocol BCM registered
  471. [ 87.726604] Bluetooth: HCI UART protocol QCA registered
  472. [ 88.119972] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  473. [ 88.119998] Bluetooth: BNEP filters: protocol multicast
  474. [ 88.120034] Bluetooth: BNEP socket layer initialized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement