Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.34 KB | None | 0 0
  1. root@beaglebone:~/Adafruit_Python_DHT/examples# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Initializing cgroup subsys cpuset
  4. [ 0.000000] Initializing cgroup subsys cpu
  5. [ 0.000000] Initializing cgroup subsys cpuacct
  6. [ 0.000000] Linux version 4.4.48-ti-r88 (root@b1-omap5-uevm-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Sun Feb 12 01:06:00 UTC 2017
  7. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  8. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  9. [ 0.000000] Machine model: TI AM335x BeagleBone Green
  10. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  11. [ 0.000000] Memory policy: Data cache writeback
  12. [ 0.000000] On node 0 totalpages: 130560
  13. [ 0.000000] free_area_init_node: node 0, pgdat c105f300, node_mem_map df961000
  14. [ 0.000000] Normal zone: 1152 pages used for memmap
  15. [ 0.000000] Normal zone: 0 pages reserved
  16. [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
  17. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  18. [ 0.000000] AM335X ES2.1 (sgx neon )
  19. [ 0.000000] PERCPU: Embedded 13 pages/cpu @df922000 s24320 r8192 d20736 u53248
  20. [ 0.000000] pcpu-alloc: s24320 r8192 d20736 u53248 alloc=13*4096
  21. [ 0.000000] pcpu-alloc: [0] 0
  22. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408
  23. [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet cape_universal=enable
  24. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  25. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  26. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  27. [ 0.000000] Memory: 444568K/522240K available (11370K kernel code, 917K rwdata, 3800K rodata, 748K init, 907K bss, 28520K reserved, 49152K cma-reserved, 0K highmem)
  28. [ 0.000000] Virtual kernel memory layout:
  29. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  30. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  31. vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
  32. lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  33. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  34. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  35. .text : 0xc0008000 - 0xc0ed8adc (15171 kB)
  36. .init : 0xc0ed9000 - 0xc0f94000 ( 748 kB)
  37. .data : 0xc0f94000 - 0xc10795d0 ( 918 kB)
  38. .bss : 0xc107c000 - 0xc115efa8 ( 908 kB)
  39. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  40. [ 0.000000] Hierarchical RCU implementation.
  41. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  42. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  43. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  44. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  45. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  46. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  47. [ 0.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  48. [ 0.000038] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  49. [ 0.000049] OMAP clocksource: timer1 at 24000000 Hz
  50. [ 0.000986] clocksource_probe: no matching clocksources found
  51. [ 0.001193] Console: colour dummy device 80x30
  52. [ 0.001359] console [tty0] enabled
  53. [ 0.001382] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  54. [ 0.001389] This ensures that you still see kernel messages. Please
  55. [ 0.001395] update your kernel commandline.
  56. [ 0.001416] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  57. [ 0.046825] pid_max: default: 32768 minimum: 301
  58. [ 0.046974] Security Framework initialized
  59. [ 0.046989] Yama: becoming mindful.
  60. [ 0.047025] AppArmor: AppArmor disabled by boot time parameter
  61. [ 0.047210] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  62. [ 0.047221] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  63. [ 0.048079] Initializing cgroup subsys io
  64. [ 0.048114] Initializing cgroup subsys memory
  65. [ 0.048163] Initializing cgroup subsys devices
  66. [ 0.048181] Initializing cgroup subsys freezer
  67. [ 0.048197] Initializing cgroup subsys net_cls
  68. [ 0.048212] Initializing cgroup subsys perf_event
  69. [ 0.048228] Initializing cgroup subsys net_prio
  70. [ 0.048253] Initializing cgroup subsys pids
  71. [ 0.048309] CPU: Testing write buffer coherency: ok
  72. [ 0.048370] ftrace: allocating 34648 entries in 102 pages
  73. [ 0.146612] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  74. [ 0.146736] Setting up static identity map for 0x80008280 - 0x800082e0
  75. [ 0.150930] Brought up 1 CPUs
  76. [ 0.150957] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  77. [ 0.150965] CPU: All CPU(s) started in SVC mode.
  78. [ 0.152527] devtmpfs: initialized
  79. [ 0.169534] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  80. [ 0.188699] omap_hwmod: debugss: _wait_target_disable failed
  81. [ 0.230033] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  82. [ 0.234053] xor: measuring software checksum speed
  83. [ 0.270828] arm4regs : 1219.000 MB/sec
  84. [ 0.310820] 8regs : 1091.000 MB/sec
  85. [ 0.350821] 32regs : 1089.000 MB/sec
  86. [ 0.390820] neon : 1739.000 MB/sec
  87. [ 0.390828] xor: using function: neon (1739.000 MB/sec)
  88. [ 0.390946] pinctrl core: initialized pinctrl subsystem
  89. [ 0.392923] NET: Registered protocol family 16
  90. [ 0.396616] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  91. [ 0.397821] cpuidle: using governor ladder
  92. [ 0.397845] cpuidle: using governor menu
  93. [ 0.403566] OMAP GPIO hardware version 0.1
  94. [ 0.404215] GPIO line 52 (EMMC ResetN) hogged as output/high
  95. [ 0.414115] No ATAGs?
  96. [ 0.414148] hw-breakpoint: debug architecture 0x4 unsupported.
  97. [ 0.414668] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  98. [ 0.414681] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  99. [ 0.491059] raid6: int32x1 gen() 230 MB/s
  100. [ 0.558875] raid6: int32x1 xor() 176 MB/s
  101. [ 0.626989] raid6: int32x2 gen() 304 MB/s
  102. [ 0.694835] raid6: int32x2 xor() 199 MB/s
  103. [ 0.762948] raid6: int32x4 gen() 284 MB/s
  104. [ 0.830925] raid6: int32x4 xor() 199 MB/s
  105. [ 0.898940] raid6: int32x8 gen() 282 MB/s
  106. [ 0.966935] raid6: int32x8 xor() 186 MB/s
  107. [ 1.034843] raid6: neonx1 gen() 1461 MB/s
  108. [ 1.102832] raid6: neonx1 xor() 846 MB/s
  109. [ 1.170846] raid6: neonx2 gen() 1885 MB/s
  110. [ 1.238835] raid6: neonx2 xor() 1170 MB/s
  111. [ 1.306829] raid6: neonx4 gen() 1928 MB/s
  112. [ 1.374844] raid6: neonx4 xor() 1204 MB/s
  113. [ 1.442852] raid6: neonx8 gen() 1188 MB/s
  114. [ 1.510833] raid6: neonx8 xor() 844 MB/s
  115. [ 1.510841] raid6: using algorithm neonx4 gen() 1928 MB/s
  116. [ 1.510848] raid6: .... xor() 1204 MB/s, rmw enabled
  117. [ 1.510854] raid6: using intx1 recovery algorithm
  118. [ 1.520047] edma 49000000.edma: TI EDMA DMA engine driver
  119. [ 1.524445] SCSI subsystem initialized
  120. [ 1.524876] libata version 3.00 loaded.
  121. [ 1.525204] usbcore: registered new interface driver usbfs
  122. [ 1.525290] usbcore: registered new interface driver hub
  123. [ 1.525394] usbcore: registered new device driver usb
  124. [ 1.525947] 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.526000] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
  126. [ 1.526105] media: Linux media interface: v0.10
  127. [ 1.526166] Linux video capture interface: v2.00
  128. [ 1.526276] pps_core: LinuxPPS API ver. 1 registered
  129. [ 1.526285] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  130. [ 1.526314] PTP clock support registered
  131. [ 1.527308] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  132. [ 1.528699] NetLabel: Initializing
  133. [ 1.528716] NetLabel: domain hash size = 128
  134. [ 1.528722] NetLabel: protocols = UNLABELED CIPSOv4
  135. [ 1.528783] NetLabel: unlabeled traffic allowed by default
  136. [ 1.529213] clocksource: Switched to clocksource timer1
  137. [ 1.640111] NET: Registered protocol family 2
  138. [ 1.640968] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  139. [ 1.641019] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  140. [ 1.641079] TCP: Hash tables configured (established 4096 bind 4096)
  141. [ 1.641154] UDP hash table entries: 256 (order: 1, 8192 bytes)
  142. [ 1.641175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  143. [ 1.641622] NET: Registered protocol family 1
  144. [ 1.642238] RPC: Registered named UNIX socket transport module.
  145. [ 1.642253] RPC: Registered udp transport module.
  146. [ 1.642259] RPC: Registered tcp transport module.
  147. [ 1.642265] RPC: Registered tcp NFSv4.1 backchannel transport module.
  148. [ 1.642904] Unpacking initramfs...
  149. [ 2.038543] Freeing initrd memory: 5320K (c8080000 - c85b2000)
  150. [ 2.039365] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  151. [ 2.042229] futex hash table entries: 256 (order: 2, 16384 bytes)
  152. [ 2.042361] audit: initializing netlink subsys (disabled)
  153. [ 2.042447] audit: type=2000 audit(1.976:1): initialized
  154. [ 2.052665] zbud: loaded
  155. [ 2.053468] VFS: Disk quotas dquot_6.6.0
  156. [ 2.053751] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  157. [ 2.056520] NFS: Registering the id_resolver key type
  158. [ 2.056598] Key type id_resolver registered
  159. [ 2.056607] Key type id_legacy registered
  160. [ 2.056639] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  161. [ 2.057034] fuse init (API version 7.23)
  162. [ 2.057791] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  163. [ 2.066302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  164. [ 2.066568] io scheduler noop registered
  165. [ 2.066585] io scheduler deadline registered
  166. [ 2.066655] io scheduler cfq registered (default)
  167. [ 2.067939] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  168. [ 2.069809] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  169. [ 2.071093] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  170. [ 2.074568] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
  171. [ 2.087993] console [ttyS0] enabled
  172. [ 2.089658] [drm] Initialized drm 1.1.0 20060810
  173. [ 2.141272] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  174. [ 2.141298] davinci_mdio 4a101000.mdio: no live phy, scanning all
  175. [ 2.141609] davinci_mdio: probe of 4a101000.mdio failed with error -5
  176. [ 2.155392] cpsw 4a100000.ethernet: Detected MACID = 88:c2:55:80:f2:5b
  177. [ 2.168499] cpsw 4a100000.ethernet: cpts: overflow check period 2125
  178. [ 2.170201] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  179. [ 2.170269] ehci-platform: EHCI generic platform driver
  180. [ 2.170443] ehci-omap: OMAP-EHCI Host Controller driver
  181. [ 2.170833] usbcore: registered new interface driver usb-storage
  182. [ 2.172893] 47401300.usb-phy supply vcc not found, using dummy regulator
  183. [ 2.175502] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  184. [ 2.175522] musb-hdrc: MHDRC RTL version 2.0
  185. [ 2.175530] musb-hdrc: setup fifo_mode 4
  186. [ 2.175549] musb-hdrc: 28/31 max ep, 16384/16384 memory
  187. [ 2.177166] 47401b00.usb-phy supply vcc not found, using dummy regulator
  188. [ 2.179564] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  189. [ 2.179583] musb-hdrc: MHDRC RTL version 2.0
  190. [ 2.179592] musb-hdrc: setup fifo_mode 4
  191. [ 2.179607] musb-hdrc: 28/31 max ep, 16384/16384 memory
  192. [ 2.179756] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  193. [ 2.179793] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  194. [ 2.180112] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  195. [ 2.180127] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  196. [ 2.180136] usb usb1: Product: MUSB HDRC host driver
  197. [ 2.180146] usb usb1: Manufacturer: Linux 4.4.48-ti-r88 musb-hcd
  198. [ 2.180154] usb usb1: SerialNumber: musb-hdrc.1.auto
  199. [ 2.181086] hub 1-0:1.0: USB hub found
  200. [ 2.181150] hub 1-0:1.0: 1 port detected
  201. [ 2.191297] mousedev: PS/2 mouse device common for all mice
  202. [ 2.193372] omap_rtc 44e3e000.rtc: already running
  203. [ 2.193890] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  204. [ 2.194654] i2c /dev entries driver
  205. [ 2.196176] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  206. [ 2.196579] cpuidle: enable-method property 'ti,am3352' found operations
  207. [ 2.197484] omap_hsmmc 48060000.mmc: Got CD GPIO
  208. [ 2.231108] hidraw: raw HID events driver (C) Jiri Kosina
  209. [ 2.231797] usbcore: registered new interface driver usbhid
  210. [ 2.231810] usbhid: USB HID core driver
  211. [ 2.232105] ashmem: initialized
  212. [ 2.232879] remoteproc0: wkup_m3 is available
  213. [ 2.232895] remoteproc0: Note: remoteproc is still under development and considered experimental.
  214. [ 2.232903] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  215. [ 2.239752] NET: Registered protocol family 10
  216. [ 2.241665] mip6: Mobile IPv6
  217. [ 2.241724] NET: Registered protocol family 17
  218. [ 2.241888] Key type dns_resolver registered
  219. [ 2.241906] mpls_gso: MPLS GSO support
  220. [ 2.242306] omap_voltage_late_init: Voltage driver support not added
  221. [ 2.253336] PM: Cannot get wkup_m3_ipc handle
  222. [ 2.257913] ThumbEE CPU extension supported.
  223. [ 2.257948] Registering SWP/SWPB emulation handler
  224. [ 2.259128] registered taskstats version 1
  225. [ 2.259322] zswap: loaded using pool lzo/zbud
  226. [ 2.263211] Btrfs loaded
  227. [ 2.288770] Key type encrypted registered
  228. [ 2.292151] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  229. [ 2.298324] mmc0: host does not support reading read-only switch, assuming write-enable
  230. [ 2.300852] mmc0: new high speed SDHC card at address e624
  231. [ 2.301945] mmcblk0: mmc0:e624 SP16G 14.8 GiB
  232. [ 2.303275] mmcblk0: p1
  233. [ 2.315290] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  234. [ 2.315894] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  235. [ 2.315950] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  236. [ 2.317886] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  237. [ 2.318311] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  238. [ 2.318711] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  239. [ 2.319094] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  240. [ 2.319135] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  241. [ 2.320412] remoteproc0: powering up wkup_m3
  242. [ 2.320478] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
  243. [ 2.320739] remoteproc0: remote processor wkup_m3 is now up
  244. [ 2.320763] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
  245. [ 2.326469] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,GW1A,BBGW16056700'
  246. [ 2.326503] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
  247. [ 2.365232] bone_capemgr bone_capemgr: slot #0: No cape found
  248. [ 2.409228] bone_capemgr bone_capemgr: slot #1: No cape found
  249. [ 2.453218] bone_capemgr bone_capemgr: slot #2: No cape found
  250. [ 2.483835] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at slot 3
  251. [ 2.491040] bone_capemgr bone_capemgr: slot #3: No cape found
  252. [ 2.496937] bone_capemgr bone_capemgr: initialized OK.
  253. [ 2.499078] PM: bootloader does not support rtc-only!
  254. [ 2.500049] omap_rtc 44e3e000.rtc: setting system clock to 2017-02-16 11:31:35 UTC (1487244695)
  255. [ 2.500081] of_cfs_init
  256. [ 2.500206] of_cfs_init: OK
  257. [ 2.505906] PM: Hibernation image not present or could not be loaded.
  258. [ 2.507525] Freeing unused kernel memory: 748K (c0ed9000 - c0f94000)
  259. [ 2.569525] usb 1-1: new high-speed USB device number 2 using musb-hdrc
  260. [ 2.618529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  261. [ 2.619293] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  262. [ 2.619421] random: systemd-udevd: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  263. [ 2.633626] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  264. [ 2.634115] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  265. [ 2.634295] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  266. [ 2.635076] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  267. [ 2.635690] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  268. [ 2.636218] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  269. [ 2.636816] random: udevadm: uninitialized urandom read (16 bytes read, 13 bits of entropy available)
  270. [ 2.698944] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
  271. [ 2.698970] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  272. [ 2.698980] usb 1-1: Product: USB2.0 Hub
  273. [ 2.701810] hub 1-1:1.0: USB hub found
  274. [ 2.703983] hub 1-1:1.0: 4 ports detected
  275. [ 2.977485] usb 1-1.3: new high-speed USB device number 3 using musb-hdrc
  276. [ 3.071859] usb 1-1.3: New USB device found, idVendor=0b95, idProduct=1790
  277. [ 3.071885] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  278. [ 3.071895] usb 1-1.3: Product: AX88179
  279. [ 3.071905] usb 1-1.3: Manufacturer: ASIX Elec. Corp.
  280. [ 3.071913] usb 1-1.3: SerialNumber: 000050B617B2CB
  281. [ 5.783289] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  282. [ 6.390706] systemd[1]: Failed to insert module 'kdbus': Function not implemented
  283. [ 6.433544] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  284. [ 6.434290] systemd[1]: Detected architecture arm.
  285. [ 6.435730] systemd[1]: Set hostname to <beaglebone>.
  286. [ 7.050346] systemd[1]: Listening on udev Kernel Socket.
  287. [ 7.051891] systemd[1]: Created slice User and Session Slice.
  288. [ 7.052377] systemd[1]: Listening on udev Control Socket.
  289. [ 7.052738] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  290. [ 7.052853] systemd[1]: Reached target Swap.
  291. [ 7.053166] systemd[1]: Listening on Syslog Socket.
  292. [ 7.053900] systemd[1]: Listening on Journal Socket.
  293. [ 7.054734] systemd[1]: Listening on Journal Audit Socket.
  294. [ 7.056352] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  295. [ 7.057543] systemd[1]: Created slice System Slice.
  296. [ 7.058572] systemd[1]: Created slice system-getty.slice.
  297. [ 7.059877] systemd[1]: Created slice system-serial\x2dgetty.slice.
  298. [ 7.060032] systemd[1]: Reached target Remote File Systems (Pre).
  299. [ 7.060126] systemd[1]: Reached target Remote File Systems.
  300. [ 7.064102] systemd[1]: Starting LSB: Set console font and keymap...
  301. [ 7.067643] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  302. [ 7.067855] systemd[1]: Reached target Slices.
  303. [ 7.068213] systemd[1]: Listening on fsck to fsckd communication Socket.
  304. [ 7.068660] systemd[1]: Listening on Journal Socket (/dev/log).
  305. [ 7.093844] systemd[1]: Starting Journal Service...
  306. [ 7.094582] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  307. [ 7.094791] systemd[1]: Reached target Paths.
  308. [ 7.124170] systemd[1]: Mounting /sys/kernel/debug...
  309. [ 7.124405] systemd[1]: Reached target Encrypted Volumes.
  310. [ 7.221997] systemd[1]: Starting Load Kernel Modules...
  311. [ 7.278095] systemd[1]: Mounting POSIX Message Queue File System...
  312. [ 7.314414] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  313. [ 7.507542] systemd[1]: Mounted POSIX Message Queue File System.
  314. [ 7.507880] systemd[1]: Mounted /sys/kernel/debug.
  315. [ 7.538831] systemd[1]: Started LSB: Set console font and keymap.
  316. [ 7.544322] systemd[1]: Started Load Kernel Modules.
  317. [ 7.555725] systemd[1]: Started Create list of required static device nodes for the current kernel.
  318. [ 7.592668] systemd[1]: Starting Create Static Device Nodes in /dev...
  319. [ 7.633860] systemd[1]: Mounting FUSE Control File System...
  320. [ 7.677909] systemd[1]: Mounting Configuration File System...
  321. [ 7.757821] systemd[1]: Starting Apply Kernel Variables...
  322. [ 7.824638] systemd[1]: Started Journal Service.
  323. [ 8.423376] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  324. [ 9.053975] systemd-journald[516]: Received request to flush runtime journal from PID 1
  325. [ 12.750550] random: nonblocking pool is initialized
  326. [ 14.451662] net eth0: initializing cpsw version 1.12 (0)
  327. [ 14.451693] net eth0: initialized cpsw ale version 1.4
  328. [ 14.451703] net eth0: ALE Table size 1024
  329. [ 14.453397] libphy: PHY 4a101000.mdio:00 not found
  330. [ 14.458265] net eth0: phy "4a101000.mdio:00" not found on slave 0, err -19
  331. [ 14.648265] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  332. [ 23.408061] using random self ethernet address
  333. [ 23.408094] using random host ethernet address
  334. [ 23.608042] Mass Storage Function, version: 2009/09/11
  335. [ 23.608075] LUN: removable file: (no medium)
  336. [ 23.821794] usb0: HOST MAC 88:c2:55:80:f2:5c
  337. [ 23.822741] usb0: MAC 88:c2:55:80:f2:5d
  338. [ 24.251292] configfs-gadget gadget: high-speed config #1: c
  339. [ 32.015154] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  340. [ 34.585392] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  341. [ 34.726172] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  342. [ 38.113927] ax88179_178a 1-1.3:1.0 eth1: register 'ax88179_178a' at usb-musb-hdrc.1.auto-1.3, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:50:b6:17:b2:cb
  343. [ 38.115417] usbcore: registered new interface driver ax88179_178a
  344. [ 38.438383] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  345. [ 40.360345] bone_capemgr bone_capemgr: part_number 'univ-all', version 'N/A'
  346. [ 40.360388] bone_capemgr bone_capemgr: slot #4: override
  347. [ 40.365932] bone_capemgr bone_capemgr: Using override eeprom data at slot 4
  348. [ 40.365954] bone_capemgr bone_capemgr: slot #4: 'Override Board Name,00A0,Override Manuf,univ-all'
  349. [ 41.234724] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0
  350. [ 41.234958] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1
  351. [ 41.235121] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2
  352. [ 41.235286] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3
  353. [ 41.235448] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4
  354. [ 41.235606] gpio-of-helper ocp:cape-universal: Allocated GPIO id=5
  355. [ 41.235767] gpio-of-helper ocp:cape-universal: Allocated GPIO id=6
  356. [ 41.235924] gpio-of-helper ocp:cape-universal: Allocated GPIO id=7
  357. [ 41.236080] gpio-of-helper ocp:cape-universal: Allocated GPIO id=8
  358. [ 41.236243] gpio-of-helper ocp:cape-universal: Allocated GPIO id=9
  359. [ 41.236399] gpio-of-helper ocp:cape-universal: Allocated GPIO id=10
  360. [ 41.236562] gpio-of-helper ocp:cape-universal: Allocated GPIO id=11
  361. [ 41.236732] gpio-of-helper ocp:cape-universal: Allocated GPIO id=12
  362. [ 41.236886] gpio-of-helper ocp:cape-universal: Allocated GPIO id=13
  363. [ 41.237051] gpio-of-helper ocp:cape-universal: Allocated GPIO id=14
  364. [ 41.249604] gpio-of-helper ocp:cape-universal: Allocated GPIO id=15
  365. [ 41.249884] gpio-of-helper ocp:cape-universal: Allocated GPIO id=16
  366. [ 41.250089] gpio-of-helper ocp:cape-universal: Allocated GPIO id=17
  367. [ 41.250261] gpio-of-helper ocp:cape-universal: Allocated GPIO id=18
  368. [ 41.250427] gpio-of-helper ocp:cape-universal: Allocated GPIO id=19
  369. [ 41.250587] gpio-of-helper ocp:cape-universal: Allocated GPIO id=20
  370. [ 41.250746] gpio-of-helper ocp:cape-universal: Allocated GPIO id=21
  371. [ 41.250922] gpio-of-helper ocp:cape-universal: Allocated GPIO id=22
  372. [ 41.251168] gpio-of-helper ocp:cape-universal: Allocated GPIO id=23
  373. [ 41.251337] gpio-of-helper ocp:cape-universal: Allocated GPIO id=24
  374. [ 41.251508] gpio-of-helper ocp:cape-universal: Allocated GPIO id=25
  375. [ 41.251677] gpio-of-helper ocp:cape-universal: Allocated GPIO id=26
  376. [ 41.251843] gpio-of-helper ocp:cape-universal: Allocated GPIO id=27
  377. [ 41.252003] gpio-of-helper ocp:cape-universal: Allocated GPIO id=28
  378. [ 41.252164] gpio-of-helper ocp:cape-universal: Allocated GPIO id=29
  379. [ 41.252340] gpio-of-helper ocp:cape-universal: Allocated GPIO id=30
  380. [ 41.252505] gpio-of-helper ocp:cape-universal: Allocated GPIO id=31
  381. [ 41.252664] gpio-of-helper ocp:cape-universal: Allocated GPIO id=32
  382. [ 41.252837] gpio-of-helper ocp:cape-universal: Allocated GPIO id=33
  383. [ 41.253003] gpio-of-helper ocp:cape-universal: Allocated GPIO id=34
  384. [ 41.253151] gpio-of-helper ocp:cape-universal: Allocated GPIO id=35
  385. [ 41.269822] gpio-of-helper ocp:cape-universal: Allocated GPIO id=36
  386. [ 41.270042] gpio-of-helper ocp:cape-universal: Allocated GPIO id=37
  387. [ 41.270212] gpio-of-helper ocp:cape-universal: Allocated GPIO id=38
  388. [ 41.270378] gpio-of-helper ocp:cape-universal: Allocated GPIO id=39
  389. [ 41.270538] gpio-of-helper ocp:cape-universal: Allocated GPIO id=40
  390. [ 41.270699] gpio-of-helper ocp:cape-universal: Allocated GPIO id=41
  391. [ 41.270850] gpio-of-helper ocp:cape-universal: Allocated GPIO id=42
  392. [ 41.271010] gpio-of-helper ocp:cape-universal: Allocated GPIO id=43
  393. [ 41.271183] gpio-of-helper ocp:cape-universal: Allocated GPIO id=44
  394. [ 41.271337] gpio-of-helper ocp:cape-universal: Allocated GPIO id=45
  395. [ 41.271492] gpio-of-helper ocp:cape-universal: Allocated GPIO id=46
  396. [ 41.271644] gpio-of-helper ocp:cape-universal: Allocated GPIO id=47
  397. [ 41.271799] gpio-of-helper ocp:cape-universal: Allocated GPIO id=48
  398. [ 41.271957] gpio-of-helper ocp:cape-universal: Allocated GPIO id=49
  399. [ 41.272114] gpio-of-helper ocp:cape-universal: Allocated GPIO id=50
  400. [ 41.272272] gpio-of-helper ocp:cape-universal: Allocated GPIO id=51
  401. [ 41.272437] gpio-of-helper ocp:cape-universal: Allocated GPIO id=52
  402. [ 41.272594] gpio-of-helper ocp:cape-universal: Allocated GPIO id=53
  403. [ 41.272753] gpio-of-helper ocp:cape-universal: Allocated GPIO id=54
  404. [ 41.272913] gpio-of-helper ocp:cape-universal: Allocated GPIO id=55
  405. [ 41.273075] gpio-of-helper ocp:cape-universal: Allocated GPIO id=56
  406. [ 41.287178] gpio-of-helper ocp:cape-universal: Allocated GPIO id=57
  407. [ 41.287435] gpio-of-helper ocp:cape-universal: Allocated GPIO id=58
  408. [ 41.287613] gpio-of-helper ocp:cape-universal: Allocated GPIO id=59
  409. [ 41.287795] gpio-of-helper ocp:cape-universal: Allocated GPIO id=60
  410. [ 41.287958] gpio-of-helper ocp:cape-universal: Allocated GPIO id=61
  411. [ 41.288125] gpio-of-helper ocp:cape-universal: Allocated GPIO id=62
  412. [ 41.288280] gpio-of-helper ocp:cape-universal: Allocated GPIO id=63
  413. [ 41.288437] gpio-of-helper ocp:cape-universal: Allocated GPIO id=64
  414. [ 41.288605] gpio-of-helper ocp:cape-universal: Allocated GPIO id=65
  415. [ 41.288768] gpio-of-helper ocp:cape-universal: Allocated GPIO id=66
  416. [ 41.288780] gpio-of-helper ocp:cape-universal: ready
  417. [ 41.305578] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 183, base_baud = 3000000) is a 8250
  418. [ 41.315772] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 184, base_baud = 3000000) is a 8250
  419. [ 41.327473] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 185, base_baud = 3000000) is a 8250
  420. [ 41.339315] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 186, base_baud = 3000000) is a 8250
  421. [ 41.344675] eqep 48300180.eqep: ver. 1.0
  422. [ 41.368997] eqep 48302180.eqep: ver. 1.0
  423. [ 41.382292] ax88179_178a 1-1.3:1.0 eth1: ax88179 - Link status is: 1
  424. [ 41.390078] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  425. [ 41.395777] eqep 48304180.eqep: ver. 1.0
  426. [ 41.424684] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
  427. [ 41.440606] bone_capemgr bone_capemgr: slot #4: dtbo 'univ-all-00A0.dtbo' loaded; overlay id #0
  428. [ 41.487091] 8021q: 802.1Q VLAN Support v1.8
  429. [ 41.487171] 8021q: adding VLAN 0 to HW filter on device eth0
  430. [ 45.789738] CAN device driver interface
  431. [ 45.883881] c_can_platform 481cc000.can: c_can_platform device registered (regs=fa1cc000, irq=195)
  432. [ 45.919511] c_can_platform 481d0000.can: c_can_platform device registered (regs=fa1d0000, irq=196)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement