Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.55 KB | None | 0 0
  1. root@beaglebone:~# dmesg
  2. [    0.000000] Booting Linux on physical CPU 0x0
  3. [    0.000000] Linux version 4.7.0-rc2-bone0 (root@a5-imx6q-wandboard-2gb) (gcc versi.2 (Debian 4.9.2-10) ) #1 Mon Jun 6 05:22:07 UTC 2016
  4. [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  5. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cac
  6. [    0.000000] Machine model: TI AM335x BeagleBone Black
  7. [    0.000000] cma: Reserved 24 MiB at 0x9e800000
  8. [    0.000000] Memory policy: Data cache writeback
  9. [    0.000000] On node 0 totalpages: 131072
  10. [    0.000000] free_area_init_node: node 0, pgdat c0dc0f70, node_mem_map de36d000
  11. [    0.000000]   Normal zone: 1152 pages used for memmap
  12. [    0.000000]   Normal zone: 0 pages reserved
  13. [    0.000000]   Normal zone: 131072 pages, LIFO batch:31
  14. [    0.000000] CPU: All CPU(s) started in SVC mode.
  15. [    0.000000] AM335X ES2.1 (sgx neon )
  16. [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  17. [    0.000000] pcpu-alloc: [0] 0
  18. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1
  19. [    0.000000] Kernel command line: console=ttyO0,115200n8 root=UUID=c2e59c0a-1da1-40f-17c045ad0fa0 ro rootfstype=ext4 rootwait coherent_pool=1M quiet erase cape_universable
  20. [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  21. [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  23. [    0.000000] Memory: 475284K/524288K available (7444K kernel code, 894K rwdata, 377ata, 1024K init, 735K bss, 24428K reserved, 24576K cma-reserved, 0K highmem)
  24. [    0.000000] Virtual kernel memory layout:
  25.     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  26.     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  27.     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
  28.     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
  29.     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
  30.     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
  31.       .text : 0xc0008000 - 0xc0bf4310   (12209 kB)
  32.       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
  33.       .data : 0xc0d00000 - 0xc0ddfb18   ( 895 kB)
  34.        .bss : 0xc0de1000 - 0xc0e98d68   ( 736 kB)
  35. [    0.000000] NR_IRQS:16 nr_irqs:16 16
  36. [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  37. [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  38. [    0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 8947848497
  39. [    0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle9635851949 ns
  40. [    0.000040] OMAP clocksource: timer1 at 24000000 Hz
  41. [    0.000296] Console: colour dummy device 80x30
  42. [    0.000319] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  43. [    0.000325] This ensures that you still see kernel messages. Please
  44. [    0.000330] update your kernel commandline.
  45. [    0.000345] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  46. [    0.018642] pid_max: default: 32768 minimum: 301
  47. [    0.018792] Security Framework initialized
  48. [    0.018803] Yama: becoming mindful.
  49. [    0.018833] AppArmor: AppArmor disabled by boot time parameter
  50. [    0.018994] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  51. [    0.019005] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  52. [    0.019800] CPU: Testing write buffer coherency: ok
  53. [    0.019852] ftrace: allocating 33901 entries in 67 pages
  54. [    0.103330] Setting up static identity map for 0x80100000 - 0x8010004c
  55. [    0.107246] devtmpfs: initialized
  56. [    0.133157] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev
  57. [    0.133532] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idl7645041785100000 ns
  58. [    0.135253] xor: measuring software checksum speed
  59. [    0.174628]    arm4regs  :  1209.000 MB/sec
  60. [    0.214622]    8regs     :  1087.000 MB/sec
  61. [    0.254621]    32regs    :  1094.000 MB/sec
  62. [    0.294622]    neon      :  1762.000 MB/sec
  63. [    0.294628] xor: using function: neon (1762.000 MB/sec)
  64. [    0.294640] pinctrl core: initialized pinctrl subsystem
  65. [    0.296885] NET: Registered protocol family 16
  66. [    0.299775] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  67. [    0.317784] omap_hwmod: debugss: _wait_target_disable failed
  68. [    0.372273] cpuidle: using governor menu
  69. [    0.376529] OMAP GPIO hardware version 0.1
  70. [    0.386937] No ATAGs?
  71. [    0.386960] hw-breakpoint: debug architecture 0x4 unsupported.
  72. [    0.462744] raid6: int32x1  gen()   264 MB/s
  73. [    0.530684] raid6: int32x1  xor()   241 MB/s
  74. [    0.598701] raid6: int32x2  gen()   375 MB/s
  75. [    0.666680] raid6: int32x2  xor()   280 MB/s
  76. [    0.734669] raid6: int32x4  gen()   391 MB/s
  77. [    0.802690] raid6: int32x4  xor()   265 MB/s
  78. [    0.870754] raid6: int32x8  gen()   359 MB/s
  79. [    0.938664] raid6: int32x8  xor()   232 MB/s
  80. [    1.006656] raid6: neonx1   gen()  1457 MB/s
  81. [    1.074631] raid6: neonx1   xor()   848 MB/s
  82. [    1.142629] raid6: neonx2   gen()  1886 MB/s
  83. [    1.210646] raid6: neonx2   xor()  1171 MB/s
  84. [    1.278635] raid6: neonx4   gen()  2005 MB/s
  85. [    1.346627] raid6: neonx4   xor()  1211 MB/s
  86. [    1.414644] raid6: neonx8   gen()  1213 MB/s
  87. [    1.482638] raid6: neonx8   xor()   673 MB/s
  88. [    1.482644] raid6: using algorithm neonx4 gen() 2005 MB/s
  89. [    1.482650] raid6: .... xor() 1211 MB/s, rmw enabled
  90. [    1.482656] raid6: using intx1 recovery algorithm
  91. [    1.490077] edma 49000000.edma: TI EDMA DMA engine driver
  92. [    1.495833] SCSI subsystem initialized
  93. [    1.496122] libata version 3.00 loaded.
  94. [    1.496375] usbcore: registered new interface driver usbfs
  95. [    1.496432] usbcore: registered new interface driver hub
  96. [    1.496498] usbcore: registered new device driver usb
  97. [    1.496927] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
  98. [    1.496968] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
  99. [    1.497051] media: Linux media interface: v0.10
  100. [    1.497093] Linux video capture interface: v2.00
  101. [    1.497179] pps_core: LinuxPPS API ver. 1 registered
  102. [    1.497186] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <ti@linux.it>
  103. [    1.497206] PTP clock support registered
  104. [    1.497645] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  105. [    1.498526] NetLabel: Initializing
  106. [    1.498536] NetLabel:  domain hash size = 128
  107. [    1.498541] NetLabel:  protocols = UNLABELED CIPSOv4
  108. [    1.498596] NetLabel:  unlabeled traffic allowed by default
  109. [    1.499265] clocksource: Switched to clocksource timer1
  110. [    1.571803] VFS: Disk quotas dquot_6.6.0
  111. [    1.571879] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  112. [    1.581956] NET: Registered protocol family 2
  113. [    1.582638] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  114. [    1.582680] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  115. [    1.582718] TCP: Hash tables configured (established 4096 bind 4096)
  116. [    1.582784] UDP hash table entries: 256 (order: 0, 4096 bytes)
  117. [    1.582799] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  118. [    1.582935] NET: Registered protocol family 1
  119. [    1.583404] RPC: Registered named UNIX socket transport module.
  120. [    1.583416] RPC: Registered udp transport module.
  121. [    1.583421] RPC: Registered tcp transport module.
  122. [    1.583427] RPC: Registered tcp NFSv4.1 backchannel transport module.
  123. [    1.583885] Unpacking initramfs...
  124. [    1.917499] Freeing initrd memory: 4944K (cfb2c000 - d0000000)
  125. [    1.918009] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters ava
  126. [    1.919901] futex hash table entries: 256 (order: -1, 3072 bytes)
  127. [    1.919974] audit: initializing netlink subsys (disabled)
  128. [    1.920056] audit: type=2000 audit(1.860:1): initialized
  129. [    1.920901] workingset: timestamp_bits=12 max_order=17 bucket_order=5
  130. [    1.920977] zbud: loaded
  131. [    1.921531] NFS: Registering the id_resolver key type
  132. [    1.921587] Key type id_resolver registered
  133. [    1.921593] Key type id_legacy registered
  134. [    1.921608] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  135. [    1.921848] fuse init (API version 7.24)
  136. [    1.922049] orangefs_init: called with debug mask: :none: :0:
  137. [    1.922319] orangefs: module version upstream loaded
  138. [    1.922327] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  139. [    1.926543] Key type asymmetric registered
  140. [    1.926559] Asymmetric key parser 'x509' registered
  141. [    1.926665] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  142. [    1.926804] io scheduler noop registered
  143. [    1.926812] io scheduler deadline registered
  144. [    1.926848] io scheduler cfq registered (default)
  145. [    1.927907] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  146. [    1.928829] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  147. [    1.929961] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  148. [    1.932187] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000s a 8250
  149. [    1.939394] console [ttyS0] enabled
  150. [    1.940442] [drm] Initialized drm 1.1.0 20060810
  151. [    1.941352] usbcore: registered new interface driver dln2
  152. [    1.991315] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  153. [    1.991334] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  154. [    1.991878] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
  155. [    1.997943] libphy: 4a101000.mdio: probed
  156. [    1.997972] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SM8710/LAN8720
  157. [    1.998598] cpsw 4a100000.ethernet: Detected MACID = a0:f6:fd:07:a5:6a
  158. [    1.999951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  159. [    1.999994] ehci-platform: EHCI generic platform driver
  160. [    2.000125] ehci-omap: OMAP-EHCI Host Controller driver
  161. [    2.000490] usbcore: registered new interface driver usb-storage
  162. [    2.002265] 47401300.usb-phy supply vcc not found, using dummy regulator
  163. [    2.006841] 47401b00.usb-phy supply vcc not found, using dummy regulator
  164. [    2.010016] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  165. [    2.010054] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus numbe
  166. [    2.010234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  167. [    2.010246] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  168. [    2.010254] usb usb1: Product: MUSB HDRC host driver
  169. [    2.010263] usb usb1: Manufacturer: Linux 4.7.0-rc2-bone0 musb-hcd
  170. [    2.010270] usb usb1: SerialNumber: musb-hdrc.1.auto
  171. [    2.010973] hub 1-0:1.0: USB hub found
  172. [    2.011011] hub 1-0:1.0: 1 port detected
  173. [    2.019176] mousedev: PS/2 mouse device common for all mice
  174. [    2.020894] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  175. [    2.021391] i2c /dev entries driver
  176. [    2.023400] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  177. [    2.024386] sdhci: Secure Digital Host Controller Interface driver
  178. [    2.024398] sdhci: Copyright(c) Pierre Ossman
  179. [    2.024787] omap_hsmmc 48060000.mmc: Got CD GPIO
  180. [    2.087453] Synopsys Designware Multimedia Card Interface Driver
  181. [    2.087657] sdhci-pltfm: SDHCI platform and OF driver helper
  182. [    2.087795] ledtrig-cpu: registered to indicate activity on CPUs
  183. [    2.087881] hidraw: raw HID events driver (C) Jiri Kosina
  184. [    2.088360] usbcore: registered new interface driver usbhid
  185. [    2.088367] usbhid: USB HID core driver
  186. [    2.088573] ashmem: initialized
  187. [    2.089114]  remoteproc0: wkup_m3 is available
  188. [    2.089125]  remoteproc0: Note: remoteproc is still under development and considererimental.
  189. [    2.089132]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward comlity isn't yet guaranteed.
  190. [    2.091235] extcon-dt-con P8_P9: OK
  191. [    2.091625] dtcon-gpio P8_P9:plugged:BB_RELAY_4PORT:gpio_relay_4port@0: gpio #0 ->>   @ GPIO1_16
  192. [    2.101293] dtcon-gpio P8_P9:plugged:BB_RELAY_4PORT:gpio_relay_4port@0: gpio #1 ->>   @ GPIO1_17
  193. [    2.110894] dtcon-gpio P8_P9:plugged:BB_RELAY_4PORT:gpio_relay_4port@0: gpio #2 ->>   @ GPIO1_28
  194. [    2.121347] dtcon-gpio P8_P9:plugged:BB_RELAY_4PORT:gpio_relay_4port@0: gpio #3 ->>   @ GPIO3_19
  195. [    2.132755] dtcon-gpio P8_P9:plugged:BB_RELAY_4PORT:gpio_relay_4port@0: gpio #4 ->>   @ SPI1_CS0
  196. [    2.144243] NET: Registered protocol family 10
  197. [    2.145334] mip6: Mobile IPv6
  198. [    2.145352] NET: Registered protocol family 17
  199. [    2.145461] Key type dns_resolver registered
  200. [    2.145469] mpls_gso: MPLS GSO support
  201. [    2.145728] omap_voltage_late_init: Voltage driver support not added
  202. [    2.152397] ThumbEE CPU extension supported.
  203. [    2.152414] Registering SWP/SWPB emulation handler
  204. [    2.156158] registered taskstats version 1
  205. [    2.156251] zswap: loaded using pool lzo/zbud
  206. [    2.157174] Btrfs loaded
  207. [    2.175047] Key type encrypted registered
  208. [    2.176826] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-nput/input0
  209. [    2.193427] mmc1: new high speed MMC card at address 0001
  210. [    2.194359] mmcblk1: mmc1:0001 S10004 3.56 GiB
  211. [    2.194739] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
  212. [    2.195153] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
  213. [    2.196743]  mmcblk1: p1
  214. [    2.200364] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  215. [    2.200782] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  216. [    2.200819] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  217. [    2.202214] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  218. [    2.202507] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  219. [    2.202775] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  220. [    2.203044] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  221. [    2.203070] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  222. [    2.204001]  remoteproc0: powering up wkup_m3
  223. [    2.204046]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 219735
  224. [    2.204286]  remoteproc0: remote processor wkup_m3 is now up
  225. [    2.204309] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
  226. [    2.209993] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,00C0,0916BBBK0AC7'
  227. [    2.210018] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - =4
  228. [    2.247204] bone_capemgr bone_capemgr: slot #0: '4D 7.0 LCD CAPE- 4DCAPE-70T     ,D SYSTEMS      ,BB-BONE-LCD7-01'
  229. [    2.278426] bone_capemgr bone_capemgr: slot #1: No cape found
  230. [    2.313666] bone_capemgr bone_capemgr: slot #2: No cape found
  231. [    2.348901] bone_capemgr bone_capemgr: slot #3: No cape found
  232. [    2.354825] bone_capemgr bone_capemgr: initialized OK.
  233. [    2.355185] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC84801)
  234. [    2.355199] of_cfs_init
  235. [    2.355317] of_cfs_init: OK
  236. [    2.359010] PM: Hibernation image not present or could not be loaded.
  237. [    2.364802] Freeing unused kernel memory: 1024K (c0c00000 - c0d00000)
  238. [    2.371255] input: gpio_keys as /devices/platform/gpio_keys/input/input1
  239. [    2.374267] bone_capemgr bone_capemgr: slot #0: dtbo 'BB-BONE-LCD7-01-00A3.dtbo' l overlay id #0
  240. [    2.544073] systemd-udevd[103]: starting version 215
  241. [    2.546415] random: systemd-udevd urandom read with 34 bits of entropy available
  242. [    3.271858] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts:
  243. [    4.399503] systemd-udevd[179]: starting version 215
  244. [    4.632941] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
  245. [    5.020843] systemd-journald[175]: Received request to flush runtime journal from
  246. [    6.093751] backlight supply power not found, using dummy regulator
  247. [    6.172177] random: nonblocking pool is initialized
  248. [    6.221081] backlight supply power not found, using dummy regulator
  249. [    6.293733] backlight supply power not found, using dummy regulator
  250. [    6.320797] backlight supply power not found, using dummy regulator
  251. [    7.629648] backlight supply power not found, using dummy regulator
  252. [    7.991429] using random self ethernet address
  253. [    7.991451] using random host ethernet address
  254. [    7.991467] using host ethernet address: A0:F6:FD:07:A5:6C
  255. [    7.991475] using self ethernet address: A0:F6:FD:07:A5:60
  256. [    8.042423] net eth0: initializing cpsw version 1.12 (0)
  257. [    8.057960] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver [SMSC LAN878720] (mii_bus:phy_addr=4a101000.mdio:00, irq=-1)
  258. [    8.064876] Mass Storage Function, version: 2009/09/11
  259. [    8.064899] LUN: removable file: (no medium)
  260. [    8.065060] LUN: removable file: /var/cache/doc-beaglebone-getting-started/beaglebtting-started-2015-12-04.img
  261. [    8.065068] Number of LUNs=1
  262. [    8.093811] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  263. [    8.094786] usb0: HOST MAC a0:f6:fd:07:a5:6c
  264. [    8.094850] usb0: MAC a0:f6:fd:07:a5:60
  265. [    8.107404] g_multi gadget: Multifunction Composite Gadget
  266. [    8.107433] g_multi gadget: g_multi ready
  267. [    8.504800] g_multi gadget: high-speed config #1: Multifunction with RNDIS
  268. [    9.551874] backlight supply power not found, using dummy regulator
  269. [    9.628209] backlight supply power not found, using dummy regulator
  270. [   10.603362] backlight supply power not found, using dummy regulator
  271. [   10.713178] davinci-mcasp 48038000.mcasp: invalid tdm slots: 0
  272. [   11.068663] ehrpwm 48302200.pwm: Failed to get tbclk
  273. [   11.128187] backlight supply power not found, using dummy regulator
  274. [   11.128830] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  275. [   11.129258] backlight supply power not found, using dummy regulator
  276. [   11.130545] davinci-mcasp 4803c000.mcasp: invalid tdm slots: 0
  277. [   11.213819] backlight supply power not found, using dummy regulator
  278. [   11.348270] ehrpwm: probe of 48302200.pwm failed with error -2
  279. [   11.424512] backlight supply power not found, using dummy regulator
  280. [   11.425822] of_graph_get_next_endpoint(): no port node found in /ocp/lcdc@4830e000
  281. [   11.752021] of_graph_get_next_endpoint(): no port node found in /ocp/lcdc@4830e000
  282. [   12.131936] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  283. [   12.131955] [drm] No driver support for vblank timestamp query.
  284. [   12.364917] Console: switching to colour frame buffer device 100x30
  285. [   12.755410] tilcdc 4830e000.lcdc: fb0:  frame buffer device
  286. [   12.755443] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  287. [   12.768177] backlight supply power not found, using dummy regulator
  288. [   12.850514] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  289. [   12.850546] omap-sham 53100000.sham: initialization failed.
  290. [   13.202389] omap-sham: probe of 53100000.sham failed with error -22
  291. [   13.202764] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  292. [   13.262914] omap-aes 53500000.aes: will run requests pump with realtime priority
  293. [   13.263712] backlight supply power not found, using dummy regulator
  294. [   15.160720] TI-am335x-tsc TI-am335x-tsc: ti,charge-delay not specified
  295. [   15.208357] input: ti-tsc as /devices/platform/ocp/44e0d000.tscadc/TI-am335x-tsc/input2
  296. [   15.240238] backlight supply power not found, using dummy regulator
  297. [   15.371449] backlight supply power not found, using dummy regulator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement