Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.54 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.68-ti-rt-r111 (igor@igor-Latitude-E5530-non-vPro) (gcc version 5.4.1 20170404 (Linaro GCC 5.4-2017.05) ) #1 SMP PREEMPT RT Thu Jul 13 19:25:17 CEST 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
  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 c10d2fc0, 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 14 pages/cpu @df908000 s25792 r8192 d23360 u57344
  19. [ 0.000000] pcpu-alloc: s25792 r8192 d23360 u57344 alloc=14*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 root=UUID=3922138d-29fd-482a-b7fb-24878c566a84 ro rootfstype=ext4 rootwait
  23. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  26. [ 0.000000] Memory: 442608K/522240K available (11715K kernel code, 961K rwdata, 3916K rodata, 712K init, 963K bss, 30480K 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 - 0xc0f4bf80 (15632 kB)
  35. .init : 0xc0f4c000 - 0xc0ffe000 ( 712 kB)
  36. .data : 0xc0ffe000 - 0xc10ee6b4 ( 962 kB)
  37. .bss : 0xc10f1000 - 0xc11e1ea0 ( 964 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  39. [ 0.000000] Preemptible 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.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  47. [ 0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  48. [ 0.000038] OMAP clocksource: timer1 at 24000000 Hz
  49. [ 0.001024] clocksource_probe: no matching clocksources found
  50. [ 0.001241] Console: colour dummy device 80x30
  51. [ 0.001419] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  52. [ 0.001422] This ensures that you still see kernel messages. Please
  53. [ 0.001425] update your kernel commandline.
  54. [ 0.046718] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  55. [ 0.046739] pid_max: default: 32768 minimum: 301
  56. [ 0.046904] Security Framework initialized
  57. [ 0.046913] Yama: becoming mindful.
  58. [ 0.046948] AppArmor: AppArmor disabled by boot time parameter
  59. [ 0.047127] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  60. [ 0.047135] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.048148] Initializing cgroup subsys io
  62. [ 0.048172] Initializing cgroup subsys memory
  63. [ 0.048221] Initializing cgroup subsys devices
  64. [ 0.048236] Initializing cgroup subsys freezer
  65. [ 0.048250] Initializing cgroup subsys net_cls
  66. [ 0.048262] Initializing cgroup subsys perf_event
  67. [ 0.048275] Initializing cgroup subsys net_prio
  68. [ 0.048302] Initializing cgroup subsys pids
  69. [ 0.048431] CPU: Testing write buffer coherency: ok
  70. [ 0.048439] ftrace: allocating 35282 entries in 104 pages
  71. [ 0.156122] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  72. [ 0.156318] Setting up static identity map for 0x80008280 - 0x800082e0
  73. [ 0.190888] Brought up 1 CPUs
  74. [ 0.190919] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  75. [ 0.190930] CPU: All CPU(s) started in SVC mode.
  76. [ 0.192686] devtmpfs: initialized
  77. [ 0.219108] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  78. [ 0.245637] omap_hwmod: debugss: _wait_target_disable failed
  79. [ 0.287587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.287632] futex hash table entries: 256 (order: 2, 16384 bytes)
  81. [ 0.294449] xor: measuring software checksum speed
  82. [ 0.330869] arm4regs : 1218.000 MB/sec
  83. [ 0.370759] 8regs : 956.000 MB/sec
  84. [ 0.410750] 32regs : 1085.000 MB/sec
  85. [ 0.450748] neon : 1657.000 MB/sec
  86. [ 0.450761] xor: using function: neon (1657.000 MB/sec)
  87. [ 0.450821] pinctrl core: initialized pinctrl subsystem
  88. [ 0.453332] NET: Registered protocol family 16
  89. [ 0.458580] DMA: preallocated 256 KiB pool for atomic coherent allocations
  90. [ 0.470822] cpuidle: using governor ladder
  91. [ 0.482804] cpuidle: using governor menu
  92. [ 0.490653] OMAP GPIO hardware version 0.1
  93. [ 0.507697] No ATAGs?
  94. [ 0.507739] hw-breakpoint: debug architecture 0x4 unsupported.
  95. [ 0.508338] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  96. [ 0.508356] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  97. [ 0.618844] raid6: int32x1 gen() 263 MB/s
  98. [ 0.686858] raid6: int32x1 xor() 224 MB/s
  99. [ 0.754833] raid6: int32x2 gen() 331 MB/s
  100. [ 0.822826] raid6: int32x2 xor() 262 MB/s
  101. [ 0.890894] raid6: int32x4 gen() 304 MB/s
  102. [ 0.958879] raid6: int32x4 xor() 247 MB/s
  103. [ 1.026898] raid6: int32x8 gen() 300 MB/s
  104. [ 1.094868] raid6: int32x8 xor() 201 MB/s
  105. [ 1.162757] raid6: neonx1 gen() 1448 MB/s
  106. [ 1.230761] raid6: neonx1 xor() 843 MB/s
  107. [ 1.298763] raid6: neonx2 gen() 1907 MB/s
  108. [ 1.366747] raid6: neonx2 xor() 1172 MB/s
  109. [ 1.434762] raid6: neonx4 gen() 1963 MB/s
  110. [ 1.502760] raid6: neonx4 xor() 1207 MB/s
  111. [ 1.570796] raid6: neonx8 gen() 1097 MB/s
  112. [ 1.638756] raid6: neonx8 xor() 795 MB/s
  113. [ 1.638768] raid6: using algorithm neonx4 gen() 1963 MB/s
  114. [ 1.638777] raid6: .... xor() 1207 MB/s, rmw enabled
  115. [ 1.638787] raid6: using intx1 recovery algorithm
  116. [ 1.652098] edma 49000000.edma: TI EDMA DMA engine driver
  117. [ 1.657004] vgaarb: loaded
  118. [ 1.657950] SCSI subsystem initialized
  119. [ 1.658979] libata version 3.00 loaded.
  120. [ 1.659457] usbcore: registered new interface driver usbfs
  121. [ 1.659571] usbcore: registered new interface driver hub
  122. [ 1.659721] usbcore: registered new device driver usb
  123. [ 1.660518] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
  124. [ 1.660589] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
  125. [ 1.660745] media: Linux media interface: v0.10
  126. [ 1.660828] Linux video capture interface: v2.00
  127. [ 1.660959] pps_core: LinuxPPS API ver. 1 registered
  128. [ 1.660971] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  129. [ 1.661006] PTP clock support registered
  130. [ 1.662201] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  131. [ 1.664164] NetLabel: Initializing
  132. [ 1.664185] NetLabel: domain hash size = 128
  133. [ 1.664194] NetLabel: protocols = UNLABELED CIPSOv4
  134. [ 1.664274] NetLabel: unlabeled traffic allowed by default
  135. [ 1.664706] clocksource: Switched to clocksource timer1
  136. [ 1.851513] NET: Registered protocol family 2
  137. [ 1.852565] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  138. [ 1.852641] TCP bind hash table entries: 4096 (order: 4, 114688 bytes)
  139. [ 1.853011] TCP: Hash tables configured (established 4096 bind 4096)
  140. [ 1.853123] UDP hash table entries: 256 (order: 2, 16384 bytes)
  141. [ 1.853168] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
  142. [ 1.853546] NET: Registered protocol family 1
  143. [ 1.858417] RPC: Registered named UNIX socket transport module.
  144. [ 1.858439] RPC: Registered udp transport module.
  145. [ 1.858448] RPC: Registered tcp transport module.
  146. [ 1.858457] RPC: Registered tcp NFSv4.1 backchannel transport module.
  147. [ 1.858505] PCI: CLS 0 bytes, default 64
  148. [ 1.859319] Unpacking initramfs...
  149. [ 2.356177] Freeing initrd memory: 6396K (cf9c1000 - d0000000)
  150. [ 2.356804] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  151. [ 2.360242] audit: initializing netlink subsys (disabled)
  152. [ 2.360348] audit: type=2000 audit(2.284:1): initialized
  153. [ 2.378973] zbud: loaded
  154. [ 2.379895] VFS: Disk quotas dquot_6.6.0
  155. [ 2.380231] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  156. [ 2.388257] NFS: Registering the id_resolver key type
  157. [ 2.388343] Key type id_resolver registered
  158. [ 2.388354] Key type id_legacy registered
  159. [ 2.388392] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  160. [ 2.388995] fuse init (API version 7.23)
  161. [ 2.389883] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  162. [ 2.410363] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  163. [ 2.414771] io scheduler noop registered
  164. [ 2.414800] io scheduler deadline registered
  165. [ 2.414895] io scheduler cfq registered (default)
  166. [ 2.416603] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  167. [ 2.420172] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  168. [ 2.422406] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  169. [ 2.427054] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
  170. [ 3.317073] console [ttyS0] enabled
  171. [ 3.322550] [drm] Initialized drm 1.1.0 20060810
  172. [ 3.380735] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  173. [ 3.386887] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  174. [ 3.393518] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
  175. [ 3.414154] libphy: 4a101000.mdio: probed
  176. [ 3.418296] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  177. [ 3.428566] cpsw 4a100000.ethernet: Detected MACID = 68:c9:0b:b7:e9:c0
  178. [ 3.435437] cpsw 4a100000.ethernet: cpts: overflow check period 2125
  179. [ 3.444249] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  180. [ 3.450908] ehci-pci: EHCI PCI platform driver
  181. [ 3.455491] ehci-platform: EHCI generic platform driver
  182. [ 3.461055] ehci-omap: OMAP-EHCI Host Controller driver
  183. [ 3.466967] usbcore: registered new interface driver usb-storage
  184. [ 3.475602] 47401300.usb-phy supply vcc not found, using dummy regulator
  185. [ 3.495337] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  186. [ 3.495363] musb-hdrc: MHDRC RTL version 2.0
  187. [ 3.495375] musb-hdrc: setup fifo_mode 4
  188. [ 3.495397] musb-hdrc: 28/31 max ep, 16384/16384 memory
  189. [ 3.498085] 47401b00.usb-phy supply vcc not found, using dummy regulator
  190. [ 3.519208] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  191. [ 3.519234] musb-hdrc: MHDRC RTL version 2.0
  192. [ 3.519245] musb-hdrc: setup fifo_mode 4
  193. [ 3.519264] musb-hdrc: 28/31 max ep, 16384/16384 memory
  194. [ 3.519801] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  195. [ 3.525636] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  196. [ 3.533833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  197. [ 3.540703] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  198. [ 3.547963] usb usb1: Product: MUSB HDRC host driver
  199. [ 3.552954] usb usb1: Manufacturer: Linux 4.4.68-ti-rt-r111 musb-hcd
  200. [ 3.559342] usb usb1: SerialNumber: musb-hdrc.1.auto
  201. [ 3.565596] hub 1-0:1.0: USB hub found
  202. [ 3.569507] hub 1-0:1.0: 1 port detected
  203. [ 3.597239] mousedev: PS/2 mouse device common for all mice
  204. [ 3.605809] omap_rtc 44e3e000.rtc: already running
  205. [ 3.611258] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  206. [ 3.620028] i2c /dev entries driver
  207. [ 3.625815] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  208. [ 3.633325] cpuidle: enable-method property 'ti,am3352' found operations
  209. [ 3.641135] omap_hsmmc 48060000.mmc: Got CD GPIO
  210. [ 3.710676] hidraw: raw HID events driver (C) Jiri Kosina
  211. [ 3.720296] usbcore: registered new interface driver usbhid
  212. [ 3.728786] usbhid: USB HID core driver
  213. [ 3.733075] ashmem: initialized
  214. [ 3.737508] remoteproc0: wkup_m3 is available
  215. [ 3.742064] remoteproc0: Note: remoteproc is still under development and considered experimental.
  216. [ 3.751072] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  217. [ 3.754858] mmc1: MAN_BKOPS_EN bit is not set
  218. [ 3.761180] mmc1: new high speed MMC card at address 0001
  219. [ 3.772583] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
  220. [ 3.786415] NET: Registered protocol family 10
  221. [ 3.788886] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB
  222. [ 3.797154] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB
  223. [ 3.798766] mmcblk1: p1
  224. [ 3.816541] mip6: Mobile IPv6
  225. [ 3.819596] NET: Registered protocol family 17
  226. [ 3.824262] Key type dns_resolver registered
  227. [ 3.828569] mpls_gso: MPLS GSO support
  228. [ 3.832572] omap_voltage_late_init: Voltage driver support not added
  229. [ 3.840488] PM: Cannot get wkup_m3_ipc handle
  230. [ 3.845039] ThumbEE CPU extension supported.
  231. [ 3.849369] Registering SWP/SWPB emulation handler
  232. [ 3.855522] registered taskstats version 1
  233. [ 3.859871] zswap: loaded using pool lzo/zbud
  234. [ 3.873060] Btrfs loaded
  235. [ 3.908198] Key type encrypted registered
  236. [ 3.920397] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  237. [ 3.955722] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  238. [ 3.961839] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  239. [ 3.969091] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  240. [ 3.977117] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  241. [ 3.984770] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  242. [ 3.992259] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  243. [ 3.999732] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  244. [ 4.006706] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  245. [ 4.014225] remoteproc0: powering up wkup_m3
  246. [ 4.018660] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
  247. [ 4.020216] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,EIA0,5115BBBK0079'
  248. [ 4.020238] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
  249. [ 4.041736] remoteproc0: remote processor wkup_m3 is now up
  250. [ 4.041788] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
  251. [ 4.060743] bone_capemgr bone_capemgr: slot #0: No cape found
  252. [ 4.104714] bone_capemgr bone_capemgr: slot #1: No cape found
  253. [ 4.148712] bone_capemgr bone_capemgr: slot #2: No cape found
  254. [ 4.192732] bone_capemgr bone_capemgr: slot #3: No cape found
  255. [ 4.198651] bone_capemgr bone_capemgr: initialized OK.
  256. [ 4.206822] PM: bootloader does not support rtc-only!
  257. [ 4.213394] omap_rtc 44e3e000.rtc: setting system clock to 2017-07-15 20:28:05 UTC (1500150485)
  258. [ 4.222203] of_cfs_init
  259. [ 4.224878] of_cfs_init: OK
  260. [ 4.237212] PM: Hibernation image not present or could not be loaded.
  261. [ 4.239634] Freeing unused kernel memory: 712K (c0f4c000 - c0ffe000)
  262. [ 4.375572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  263. [ 4.399006] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  264. [ 4.402740] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  265. [ 4.403250] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  266. [ 4.403438] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  267. [ 4.404379] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  268. [ 4.409463] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  269. [ 4.410202] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  270. [ 4.411009] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  271. [ 4.411838] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
  272. [ 5.341253] tda998x 0-0070: found TDA19988
  273. [ 5.363062] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
  274. [ 5.437654] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  275. [ 5.472092] [drm] No driver support for vblank timestamp query.
  276. [ 5.511113] tilcdc 4830e000.lcdc: No connectors reported connected with modes
  277. [ 5.546213] [drm] Cannot find any crtc or sizes - going 1024x768
  278. [ 5.581640] cpsw 4a100000.ethernet eth2: renamed from eth0
  279. [ 5.620507] Console: switching to colour frame buffer device 128x48
  280. [ 5.672997] tilcdc 4830e000.lcdc: fb0: frame buffer device
  281. [ 5.693999] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  282. [ 5.719978] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
  283. [ 5.748004] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
  284. [ 5.782986] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
  285. [ 5.838946] remoteproc1: 4a334000.pru0 is available
  286. [ 5.858230] remoteproc1: Note: remoteproc is still under development and considered experimental.
  287. [ 5.895139] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  288. [ 5.939783] remoteproc1: Direct firmware load for am335x-pru0-fw failed with error -2
  289. [ 5.951154] remoteproc1: failed to load am335x-pru0-fw
  290. [ 5.961661] pru-rproc 4a334000.pru0: booting the PRU core manually
  291. [ 5.978579] remoteproc1: powering up 4a334000.pru0
  292. [ 5.998979] remoteproc1: Direct firmware load for am335x-pru0-fw failed with error -2
  293. [ 6.035449] remoteproc1: request_firmware failed: -2
  294. [ 6.057180] pru-rproc 4a334000.pru0: rproc_boot failed
  295. [ 6.073764] remoteproc1: releasing 4a334000.pru0
  296. [ 6.080488] pru-rproc: probe of 4a334000.pru0 failed with error -2
  297. [ 6.087364] remoteproc1: 4a338000.pru1 is available
  298. [ 6.092442] remoteproc1: Note: remoteproc is still under development and considered experimental.
  299. [ 6.101448] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  300. [ 6.112146] remoteproc1: Direct firmware load for am335x-pru1-fw failed with error -2
  301. [ 6.120152] remoteproc1: failed to load am335x-pru1-fw
  302. [ 6.125433] pru-rproc 4a338000.pru1: booting the PRU core manually
  303. [ 6.131651] remoteproc1: powering up 4a338000.pru1
  304. [ 6.136768] remoteproc1: Direct firmware load for am335x-pru1-fw failed with error -2
  305. [ 6.144754] remoteproc1: request_firmware failed: -2
  306. [ 6.149837] pru-rproc 4a338000.pru1: rproc_boot failed
  307. [ 6.155089] remoteproc1: releasing 4a338000.pru1
  308. [ 6.160011] pru-rproc: probe of 4a338000.pru1 failed with error -2
  309. [ 6.638976] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
  310. [ 7.107285] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  311. [ 7.126338] systemd[1]: Detected architecture arm.
  312. [ 7.154782] systemd[1]: Set hostname to <arm>.
  313. [ 7.714965] systemd[1]: Listening on Syslog Socket.
  314. [ 7.730179] systemd[1]: Started Trigger resolvconf update for networkd DNS.
  315. [ 7.750706] systemd[1]: Created slice User and Session Slice.
  316. [ 7.766181] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  317. [ 7.790105] systemd[1]: Listening on udev Control Socket.
  318. [ 7.806232] systemd[1]: Listening on Journal Socket.
  319. [ 7.818076] systemd[1]: Listening on Journal Socket (/dev/log).
  320. [ 7.834367] systemd[1]: Listening on Journal Audit Socket.
  321. [ 7.849692] systemd[1]: Reached target Remote File Systems (Pre).
  322. [ 7.865670] systemd[1]: Reached target Remote File Systems.
  323. [ 7.885714] systemd[1]: Reached target Encrypted Volumes.
  324. [ 7.898282] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  325. [ 7.923801] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  326. [ 7.945993] systemd[1]: Listening on udev Kernel Socket.
  327. [ 7.958144] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  328. [ 7.978571] systemd[1]: Created slice System Slice.
  329. [ 7.998247] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  330. [ 8.058680] systemd[1]: Mounting POSIX Message Queue File System...
  331. [ 8.090590] systemd[1]: Created slice system-serial\x2dgetty.slice.
  332. [ 8.119928] systemd[1]: Starting Set console keymap...
  333. [ 8.194758] systemd[1]: Starting Load Kernel Modules...
  334. [ 8.272016] systemd[1]: Starting Journal Service...
  335. [ 8.353154] systemd[1]: Mounting /sys/kernel/debug...
  336. [ 8.433174] systemd[1]: Reached target Swap.
  337. [ 8.461849] systemd[1]: Listening on fsck to fsckd communication Socket.
  338. [ 8.509584] systemd[1]: Reached target Slices.
  339. [ 8.538975] systemd[1]: Starting Remount Root and Kernel File Systems...
  340. [ 8.633633] systemd[1]: Starting Nameserver information manager...
  341. [ 8.717108] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
  342. [ 8.762486] systemd[1]: Mounted POSIX Message Queue File System.
  343. [ 8.809816] systemd[1]: Mounted /sys/kernel/debug.
  344. [ 8.835672] systemd[1]: Started Create list of required static device nodes for the current kernel.
  345. [ 8.888024] systemd[1]: Started Set console keymap.
  346. [ 8.912272] systemd[1]: Started Load Kernel Modules.
  347. [ 8.929678] systemd[1]: Started Remount Root and Kernel File Systems.
  348. [ 9.011404] systemd[1]: Started Journal Service.
  349. [ 10.709575] systemd-journald[218]: Received request to flush runtime journal from PID 1
  350. [ 14.722509] net eth2: initializing cpsw version 1.12 (0)
  351. [ 14.722548] net eth2: initialized cpsw ale version 1.4
  352. [ 14.722561] net eth2: ALE Table size 1024
  353. [ 14.735207] net eth2: phy found : id is : 0x7c0f1
  354. [ 14.787528] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
  355. [ 14.971404] Bluetooth: Core ver 2.21
  356. [ 14.971599] NET: Registered protocol family 31
  357. [ 14.971614] Bluetooth: HCI device and connection manager initialized
  358. [ 14.971654] Bluetooth: HCI socket layer initialized
  359. [ 14.971677] Bluetooth: L2CAP socket layer initialized
  360. [ 14.971748] Bluetooth: SCO socket layer initialized
  361. [ 16.017610] random: nonblocking pool is initialized
  362. [ 17.428501] using random self ethernet address
  363. [ 17.428538] using random host ethernet address
  364. [ 17.576043] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  365. [ 17.576073] Bluetooth: BNEP filters: protocol multicast
  366. [ 17.576111] Bluetooth: BNEP socket layer initialized
  367. [ 17.619231] using random self ethernet address
  368. [ 17.619282] using random host ethernet address
  369. [ 17.749768] cpsw 4a100000.ethernet eth2: Link is Up - 100Mbps/Full - flow control rx/tx
  370. [ 17.749873] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
  371. [ 17.951533] usb0: HOST MAC 68:c9:0b:b7:e9:c1
  372. [ 17.956656] usb0: MAC 68:c9:0b:b7:e9:c2
  373. [ 17.969298] usb1: HOST MAC 1c:ba:8c:a2:ed:72
  374. [ 17.974212] usb1: MAC 1c:ba:8c:a2:ed:73
  375. [ 18.257950] configfs-gadget gadget: high-speed config #1: c
  376. [ 19.331051] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  377. [ 19.854601] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  378. [ 19.894240] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  379. [ 20.136354] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement