Advertisement
Guest User

UDOO neo flexcan error

a guest
Feb 20th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.68 KB | None | 0 0
  1. udooer@udooneo:~$ uname -a
  2. Linux udooneo 3.14.56-udooneo-02003-g19d1e35 #2 SMP PREEMPT Wed Feb 17 12:07:06 UTC 2016 armv7l armv7l armv7l GNU/Linux
  3. udooer@udooneo:~$ dmesg
  4. [ 0.000000] Booting Linux on physical CPU 0x0
  5. [ 0.000000] Linux version 3.14.56-udooneo-02003-g19d1e35 (udooer@udoo) (gcc version 4.8.4 (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04) ) #2 SMP PREEMPT Wed Feb 17 12:07:06 UTC 2016
  6. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  8. [ 0.000000] Machine model: UDOO Neo Full
  9. [ 0.000000] Reserved memory: reserved region for node 'm4@0x84000000': base 0x84000000, size 8 MiB
  10. [ 0.000000] Reserved memory: reserved region for node 'm4@0xBFF00000': base 0xbff00000, size 1 MiB
  11. [ 0.000000] cma: CMA: reserved 320 MiB at aa000000
  12. [ 0.000000] Memory policy: Data cache writealloc
  13. [ 0.000000] On node 0 totalpages: 259840
  14. [ 0.000000] free_area_init_node: node 0, pgdat 80abbc40, node_mem_map bf657000
  15. [ 0.000000] DMA zone: 2048 pages used for memmap
  16. [ 0.000000] DMA zone: 0 pages reserved
  17. [ 0.000000] DMA zone: 259840 pages, LIFO batch:31
  18. [ 0.000000] PERCPU: Embedded 8 pages/cpu @bf639000 s8256 r8192 d16320 u32768
  19. [ 0.000000] pcpu-alloc: s8256 r8192 d16320 u32768 alloc=8*4096
  20. [ 0.000000] pcpu-alloc: [0] 0
  21. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257792
  22. [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw ${mmcrootfstype} uart_from_osc clk_ignore_unused cpuidle.off=1 consoleblank=0
  23. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  26. [ 0.000000] Memory: 690500K/1039360K available (4911K kernel code, 284K rwdata, 5516K rodata, 244K init, 384K bss, 348860K reserved, 0K highmem)
  27. [ 0.000000] Virtual kernel memory layout:
  28. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  30. [ 0.000000] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
  31. [ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
  32. [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  33. [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  34. [ 0.000000] .text : 0x80008000 - 0x80a36e14 (10428 kB)
  35. [ 0.000000] .init : 0x80a37000 - 0x80a74040 ( 245 kB)
  36. [ 0.000000] .data : 0x80a76000 - 0x80abd0a0 ( 285 kB)
  37. [ 0.000000] .bss : 0x80abd0ac - 0x80b1d43c ( 385 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] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  41. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  42. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  43. [ 0.000000] L310 cache controller enabled
  44. [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 256 kB
  45. [ 0.000000] Switching to timer-based delay loop
  46. [ 0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
  47. [ 0.000834] clocksource_of_init: no matching clocksources found
  48. [ 0.000992] Console: colour dummy device 80x30
  49. [ 0.001013] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
  50. [ 0.001026] pid_max: default: 32768 minimum: 301
  51. [ 0.001168] Security Framework initialized
  52. [ 0.001231] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  53. [ 0.001242] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  54. [ 0.007181] device-tree: Duplicate name in /soc/aips-bus@02200000/spba-bus@02200000/lcdif@02220000, renamed to "display#1"
  55. [ 0.009343] Initializing cgroup subsys devices
  56. [ 0.009360] Initializing cgroup subsys freezer
  57. [ 0.009408] CPU: Testing write buffer coherency: ok
  58. [ 0.009692] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  59. [ 0.009732] Setting up static identity map for 0x804abc18 - 0x804abc70
  60. [ 0.040365] Brought up 1 CPUs
  61. [ 0.040380] SMP: Total of 1 processors activated (6.00 BogoMIPS).
  62. [ 0.040389] CPU: All CPU(s) started in SVC mode.
  63. [ 0.040995] devtmpfs: initialized
  64. [ 0.044755] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  65. [ 0.045083] pinctrl core: initialized pinctrl subsystem
  66. [ 0.045431] regulator-dummy: no parameters
  67. [ 0.061797] NET: Registered protocol family 16
  68. [ 0.069137] DMA: preallocated 256 KiB pool for atomic coherent allocations
  69. [ 0.069819] Use WDOG1 as reset source
  70. [ 0.078774] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
  71. [ 0.079110] vdd1p1: 800 <--> 1375 mV at 1100 mV
  72. [ 0.079492] vdd3p0: 2800 <--> 3150 mV at 3000 mV
  73. [ 0.079837] vdd2p5: 2100 <--> 2875 mV at 2500 mV
  74. [ 0.080199] cpu: 725 <--> 1450 mV
  75. [ 0.080643] vddpcie-phy: 725 <--> 1450 mV
  76. [ 0.081015] vddsoc: 725 <--> 1450 mV
  77. [ 0.082993] syscon 20e4000.iomuxc-gpr: regmap [mem 0x020e4000-0x020e7fff] registered
  78. [ 0.085676] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
  79. [ 0.086088] syscon 21ac000.romcp: regmap [mem 0x021ac000-0x021affff] registered
  80. [ 0.091398] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  81. [ 0.091410] hw-breakpoint: maximum watchpoint size is 4 bytes.
  82. [ 0.092523] imx6sx-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  83. [ 0.093376] 20dc000.gpc supply pu not found, using dummy regulator
  84. [ 0.094134] MU is ready for cross core communication!
  85. [ 0.100403] bio: create slab <bio-0> at 0
  86. [ 0.102848] mxs-dma 1804000.dma-apbh: initialized
  87. [ 0.103527] vref-3v3: 3300 mV
  88. [ 0.103761] PSU-5V0: 5000 mV
  89. [ 0.104067] usb_otg1_vbus: 5000 mV
  90. [ 0.104398] usb_otg2_vbus: 5000 mV
  91. [ 0.104638] wlan-en-regulator: 1800 mV
  92. [ 0.105469] SCSI subsystem initialized
  93. [ 0.105767] usbphy_nop1.12 supply vcc not found, using dummy regulator
  94. [ 0.107068] i2c i2c-0: IMX I2C adapter registered
  95. [ 0.108475] i2c i2c-1: IMX I2C adapter registered
  96. [ 0.109224] i2c i2c-2: IMX I2C adapter registered
  97. [ 0.110427] i2c i2c-3: IMX I2C adapter registered
  98. [ 0.110607] Linux video capture interface: v2.00
  99. [ 0.110680] pps_core: LinuxPPS API ver. 1 registered
  100. [ 0.110688] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  101. [ 0.110713] PTP clock support registered
  102. [ 0.111268] Advanced Linux Sound Architecture Driver Initialized.
  103. [ 0.112313] Loading modules backported from Linux version v4.1.7-0-g0c5c1f1
  104. [ 0.112324] Backport integrated by backports.git v4.1.1-1-0-g8286954
  105. [ 0.112512] Switched to clocksource mxc_timer1
  106. [ 0.122998] NET: Registered protocol family 2
  107. [ 0.123894] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  108. [ 0.123981] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  109. [ 0.124110] TCP: Hash tables configured (established 8192 bind 8192)
  110. [ 0.124185] TCP: reno registered
  111. [ 0.124201] UDP hash table entries: 512 (order: 2, 16384 bytes)
  112. [ 0.124238] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  113. [ 0.124504] NET: Registered protocol family 1
  114. [ 0.124829] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  115. [ 0.126341] Bus freq driver module loaded
  116. [ 0.127144] futex hash table entries: 256 (order: 2, 16384 bytes)
  117. [ 0.134191] VFS: Disk quotas dquot_6.5.2
  118. [ 0.134496] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  119. [ 0.136378] msgmni has been set to 1988
  120. [ 0.140317] io scheduler noop registered
  121. [ 0.140331] io scheduler deadline registered
  122. [ 0.140375] io scheduler cfq registered (default)
  123. [ 0.140851] imx-weim 21b8000.weim: Driver registered.
  124. [ 0.142449] MIPI DSI driver module loaded
  125. [ 0.273315] tda19988 2-0034: Sucessfully initialised chip revision 301
  126. [ 0.284304] mxsfb 2220000.lcdif: failed to find mxc display driver
  127. [ 0.284824] DISPLAY: Power-on latency exceeded, new value 484333 ns
  128. [ 0.286274] DISPLAY: Power-off latency exceeded, new value 26000 ns
  129. [ 0.302839] Console: switching to colour frame buffer device 160x45
  130. [ 0.346891] tda19988 2-0034: Matching CEA mode is 4 for fb mode 1280x720-60
  131. [ 0.398146] DISPLAY: Power-off latency exceeded, new value 27000 ns
  132. [ 0.399845] mxsfb 2220000.lcdif: initialized
  133. [ 0.402778] imx-sdma 20ec000.sdma: no iram assigned, using external mem
  134. [ 0.403097] imx-sdma 20ec000.sdma: no event needs to be remapped
  135. [ 0.403340] imx-sdma 20ec000.sdma: loaded firmware 3.1
  136. [ 0.406372] imx-sdma 20ec000.sdma: initialized
  137. [ 0.408039] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1
  138. [ 0.408620] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
  139. [ 0.408635] pfuze100-regulator 0-0008: pfuze3000 found.
  140. [ 0.410086] SW1A: 700 <--> 1475 mV at 1175 mV
  141. [ 0.411427] SW1B: 700 <--> 1475 mV at 1175 mV
  142. [ 0.412218] SW2: 1500 <--> 1850 mV at 1800 mV
  143. [ 0.412980] SW3: 900 <--> 1650 mV at 1350 mV
  144. [ 0.413741] SWBST: 5000 <--> 5150 mV at 5000 mV
  145. [ 0.414532] VSNVS: 1000 <--> 3000 mV at 3000 mV
  146. [ 0.414715] VREFDDR: 750 mV
  147. [ 0.415460] VLDO1: 1800 <--> 3300 mV at 1800 mV
  148. [ 0.416216] VLDO2: 800 <--> 1550 mV at 1500 mV
  149. [ 0.416961] VCCSD: 2850 <--> 3300 mV at 3150 mV
  150. [ 0.417714] V33: 2850 <--> 3300 mV at 3150 mV
  151. [ 0.418472] VLDO3: 1800 <--> 3300 mV at 1800 mV
  152. [ 0.419639] VLDO4: 1800 <--> 3300 mV at 1800 mV
  153. [ 0.419987] Serial: IMX driver
  154. [ 0.420320] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 1500000) is a IMX
  155. [ 1.209512] console [ttymxc0] enabled
  156. [ 1.214020] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 1500000) is a IMX
  157. [ 1.223100] serial: Freescale lpuart driver
  158. [ 1.228657] imx sema4 driver is registered.
  159. [ 1.233318] Install mcc tty driver!
  160. [ 1.236874]
  161. [ 1.236874] A9 mcc prepares run, MCC version is 002.000
  162. [ 1.243690] IMX MCC TTY driver module loaded
  163. [ 1.248028] [drm] Initialized drm 1.1.0 20060810
  164. [ 1.253121] [drm] Initialized vivante 1.0.0 20120216 on minor 0
  165. [ 1.263600] loop: module loaded
  166. [ 1.270034] 2188000.ethernet supply phy not found, using dummy regulator
  167. [ 1.312953] pps pps0: new PPS source ptp0
  168. [ 1.321982] libphy: fec_enet_mii_bus: probed
  169. [ 1.326981] fec 2188000.ethernet eth0: registered PHC device 0
  170. [ 1.333382] mousedev: PS/2 mouse device common for all mice
  171. [ 1.339851] input: 20cc000.snvs-pwrkey as /devices/soc0/soc.0/2000000.aips-bus/20cc000.snvs-pwrkey/input/input0
  172. [ 1.350320] snvs_pwrkey 20cc000.snvs-pwrkey: i.MX snvs powerkey probed
  173. [ 1.357727] i2c /dev entries driver
  174. [ 1.362036] IR NEC protocol handler initialized
  175. [ 1.366661] IR RC5(x) protocol handler initialized
  176. [ 1.371461] IR RC6 protocol handler initialized
  177. [ 1.376025] IR JVC protocol handler initialized
  178. [ 1.380562] IR Sony protocol handler initialized
  179. [ 1.385202] IR RC5 (streamzap) protocol handler initialized
  180. [ 1.390780] IR SANYO protocol handler initialized
  181. [ 1.395503] IR MCE Keyboard/mouse protocol handler initialized
  182. [ 1.403354] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
  183. [ 1.411844] sdhci: Secure Digital Host Controller Interface driver
  184. [ 1.418080] sdhci: Copyright(c) Pierre Ossman
  185. [ 1.422450] sdhci-pltfm: SDHCI platform and OF driver helper
  186. [ 1.429176] mmc0: no vqmmc regulator found
  187. [ 1.433340] mmc0: no vmmc regulator found
  188. [ 1.482563] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
  189. [ 1.492341] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
  190. [ 1.506023] mmc2: no vqmmc regulator found
  191. [ 1.572255] mmc0: host does not support reading read-only switch. assuming write-enable.
  192. [ 1.587826] mmc0: new high speed SDHC card at address aaaa
  193. [ 1.593858] mmcblk0: mmc0:aaaa SU08G 7.40 GiB
  194. [ 1.599638] mmcblk0: p1 p2
  195. [ 1.632518] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  196. [ 1.642304] galcore: clk_get 2d core clock failed, disable 2d/vg!
  197. [ 1.642334] Galcore version 5.0.11.25762
  198. [ 1.656410] sdhci-esdhc-imx 2198000.usdhc: card claims to support voltages below defined range
  199. [ 1.694863] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
  200. [ 1.713822] mmc2: new high speed SDIO card at address 0001
  201. [ 1.890113] fsl-asrc 2034000.asrc: driver registered
  202. [ 1.901124] imx-tda19988 sound_hdmi.25: tda19988-codec <-> 202c000.ssi mapping ok
  203. [ 1.909891] nf_conntrack version 0.5.0 (15909 buckets, 63636 max)
  204. [ 1.916693] TCP: cubic registered
  205. [ 1.920027] NET: Registered protocol family 17
  206. [ 1.924570] Key type dns_resolver registered
  207. [ 1.929593] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
  208. [ 1.952552] failed to register cpuidle driver
  209. [ 1.956927] ThumbEE CPU extension supported.
  210. [ 1.961230] A9-M4 sema4 num 6, A9-M4 magic number 0x12345678 - 0x12345678.
  211. [ 1.968722] VLDO2: disabling
  212. [ 1.972084] SWBST: disabling
  213. [ 1.975186] usb_otg2_vbus: disabling
  214. [ 1.978818] usb_otg1_vbus: disabling
  215. [ 1.982438] PSU-5V0: disabling
  216. [ 1.985889] vref-3v3: disabling
  217. [ 1.989069] regulator-dummy: disabling
  218. [ 1.993507] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  219. [ 2.000648] imx_thermal tempmon.11: Extended Commercial CPU temperature grade
  220. [ 2.007857] imx_thermal tempmon.11: max:105C crit:100C passive:95C
  221. [ 2.022594] clk: Not disabling unused clocks
  222. [ 2.026906] ALSA device list:
  223. [ 2.029900] #0: imx-audio-tda19988
  224. [ 2.043107] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  225. [ 2.051852] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  226. [ 3.103211] EXT4-fs (mmcblk0p2): recovery complete
  227. [ 3.110457] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 3.118868] VFS: Mounted root (ext4 filesystem) on device 179:2.
  229. [ 3.126657] devtmpfs: mounted
  230. [ 3.130432] Freeing unused kernel memory: 244K (80a37000 - 80a74000)
  231. [ 3.670901] random: init urandom read with 53 bits of entropy available
  232. [ 3.856314] init: plymouth-upstart-bridge main process (89) terminated with status 1
  233. [ 3.873380] init: plymouth-upstart-bridge main process ended, respawning
  234. [ 3.952291] init: plymouth-upstart-bridge main process (99) terminated with status 1
  235. [ 3.963964] init: plymouth-upstart-bridge main process ended, respawning
  236. [ 3.976758] init: ureadahead main process (92) terminated with status 5
  237. [ 4.028528] init: plymouth-upstart-bridge main process (103) terminated with status 1
  238. [ 4.040173] init: plymouth-upstart-bridge main process ended, respawning
  239. [ 4.387805] init: mounted-proc main process (116) terminated with status 1
  240. [ 5.570426] systemd-udevd[230]: starting version 204
  241. [ 5.791932] fuse init (API version 7.22)
  242. [ 5.983047] (stk) :sysfs entries created
  243. [ 5.983090] (stk) : debugfs entries created
  244. [ 6.045837] Bluetooth: Core ver 2.20
  245. [ 6.045920] NET: Registered protocol family 31
  246. [ 6.045928] Bluetooth: HCI device and connection manager initialized
  247. [ 6.045951] Bluetooth: HCI socket layer initialized
  248. [ 6.045962] Bluetooth: L2CAP socket layer initialized
  249. [ 6.046005] Bluetooth: SCO socket layer initialized
  250. [ 6.076101] hdev a8639000
  251. [ 6.089322] HCI device registered (hdev a8639000)
  252. [ 6.089458] hci0 a8639000
  253. [ 6.089470] (stc): chnl_id list empty :4
  254. [ 6.089476] (stk) : st_kim_start(stk) :ldisc_install = 1
  255. [ 6.244449] CAN device driver interface
  256. [ 6.247227] 2090000.can supply xceiver not found, using dummy regulator
  257. [ 6.247438] Unhandled fault: imprecise external abort (0x1406) at 0x000de428
  258. [ 6.254501] Internal error: : 1406 [#1] PREEMPT SMP ARM
  259. [ 6.259727] Modules linked in: flexcan(+) can_dev btwilink bluetooth rfkill st_drv fuse
  260. [ 6.267844] CPU: 0 PID: 247 Comm: systemd-udevd Not tainted 3.14.56-udooneo-02003-g19d1e35 #2
  261. [ 6.276370] task: a8283a80 ti: a868e000 task.ti: a868e000
  262. [ 6.281783] PC is at flexcan_chip_disable+0x10/0x90 [flexcan]
  263. [ 6.287535] LR is at flexcan_probe+0x280/0x470 [flexcan]
  264. [ 6.292848] pc : [<7f0a2160>] lr : [<7f0a3328>] psr: 600b0013
  265. [ 6.292848] sp : a868fd58 ip : a8022880 fp : a853e4c0
  266. [ 6.304326] r10: a8022800 r9 : c0f60000 r8 : a8022880
  267. [ 6.309553] r7 : 00000000 r6 : a80e6800 r5 : 01e26b9b r4 : c0f60000
  268. [ 6.316081] r3 : 80b17ea4 r2 : 00000000 r1 : 600b0013 r0 : a853e4c0
  269. [ 6.322612] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
  270. [ 6.329747] Control: 10c53c7d Table: a867c04a DAC: 00000015
  271. [ 6.335494] Process systemd-udevd (pid: 247, stack limit = 0xa868e240)
  272. [ 6.342023] Stack: (0xa868fd58 to 0xa8690000)
  273. [ 6.346384] fd40: 80b17ea4 a853e000
  274. [ 6.354565] fd60: a80e6810 7f0a3328 a868fd70 7f0a3dc8 016e3600 00000000 8099ff7c a80e7708
  275. [ 6.362744] fd80: 00000000 a87d9d80 00000001 a80e6810 fffffdfb 7f0a3d84 7f0a3d84 00000004
  276. [ 6.370924] fda0: 00000001 a868e038 00000000 8028ec38 8028ebf4 a80e6810 80b128c4 00000000
  277. [ 6.379103] fdc0: 7f0a3d84 8028d468 a80e6810 7f0a3d84 a80e6844 00000000 7f0a6000 8028d670
  278. [ 6.387283] fde0: 00000000 7f0a3d84 8028d5e4 8028ba70 a808e55c a80f9db4 7f0a3d84 a8550180
  279. [ 6.395463] fe00: 80a99f90 8028cc10 7f0a3d44 7f0a3d84 7f0a3ddc 7f0a3d84 7f0a3ddc 7f0a3dd0
  280. [ 6.403643] fe20: 00000001 8028dc50 00000000 a868ff58 7f0a3ddc 8000881c 00000000 80985324
  281. [ 6.411823] fe40: 80985310 800a03cc 80a81404 bfb63460 bf657000 00000000 80a72cdc bfb63460
  282. [ 6.420003] fe60: bf63d060 800cfed4 00000000 800c66ac 80b08ac8 00000005 bf63d060 800cfed4
  283. [ 6.428182] fe80: 00000001 80082748 00000001 a868ff58 7f0a3ddc 7f0a3dd0 00000001 a866cdc0
  284. [ 6.436362] fea0: 00000001 a866cde4 7f0a3e18 80082780 7f0a3ddc 00007fff 8007fa04 a869c480
  285. [ 6.444542] fec0: c0f54000 00000000 00000000 7f0a3ddc a866cdc8 a868e030 c0f576f4 0000009e
  286. [ 6.452721] fee0: c0f54000 00004fc1 0003f564 00000000 0b300002 00000000 00000000 00000000
  287. [ 6.460901] ff00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  288. [ 6.469080] ff20: 00000000 00000000 00000000 00000000 00000028 00000000 00000005 76ee18e0
  289. [ 6.477261] ff40: 0000017b 8000e324 a868e000 00000000 000c9bd0 80082c88 c0f54000 00004fc1
  290. [ 6.485440] ff60: c0f5721c c0f570c9 c0f58894 00001f2c 000022cc 00000000 00000000 00000000
  291. [ 6.493620] ff80: 0000001f 00000020 00000017 00000014 00000012 00000000 000c9bd0 000b0180
  292. [ 6.501800] ffa0: 000af7b8 8000e1a0 000c9bd0 000b0180 00000005 76ee18e0 00000000 76ee24ec
  293. [ 6.509979] ffc0: 000c9bd0 000b0180 000af7b8 0000017b 000b7868 00000000 00000000 000c9bd0
  294. [ 6.518160] ffe0: 7ec49a70 7ec49a60 76edb697 76deb982 400f0030 00000005 f55ffce5 5c2dfbcd
  295. [ 6.526357] [<7f0a2160>] (flexcan_chip_disable [flexcan]) from [<7f0a3328>] (flexcan_probe+0x280/0x470 [flexcan])
  296. [ 6.536634] [<7f0a3328>] (flexcan_probe [flexcan]) from [<8028ec38>] (platform_drv_probe+0x44/0xa4)
  297. [ 6.545691] [<8028ec38>] (platform_drv_probe) from [<8028d468>] (driver_probe_device+0x11c/0x254)
  298. [ 6.554567] [<8028d468>] (driver_probe_device) from [<8028d670>] (__driver_attach+0x8c/0x90)
  299. [ 6.563009] [<8028d670>] (__driver_attach) from [<8028ba70>] (bus_for_each_dev+0x60/0x94)
  300. [ 6.571190] [<8028ba70>] (bus_for_each_dev) from [<8028cc10>] (bus_add_driver+0x148/0x1f0)
  301. [ 6.579458] [<8028cc10>] (bus_add_driver) from [<8028dc50>] (driver_register+0x78/0xf8)
  302. [ 6.587467] [<8028dc50>] (driver_register) from [<8000881c>] (do_one_initcall+0xf8/0x144)
  303. [ 6.595655] [<8000881c>] (do_one_initcall) from [<80082780>] (load_module+0x1a8c/0x1e44)
  304. [ 6.603750] [<80082780>] (load_module) from [<80082c88>] (SyS_finit_module+0x64/0x74)
  305. [ 6.611587] [<80082c88>] (SyS_finit_module) from [<8000e1a0>] (ret_fast_syscall+0x0/0x38)
  306. [ 6.619767] Code: e92d4038 e59040c8 e5945000 f57ff04f (e3855102)
  307. [ 6.625866] ---[ end trace ed1e752963e036e8 ]---
  308. [ 6.901840] usbcore: registered new interface driver usbfs
  309. [ 7.002426] usbcore: registered new interface driver hub
  310. [ 7.071443] usbcore: registered new device driver usb
  311. [ 7.126306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  312. [ 7.196790] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
  313. [ 7.204207] (stk) :ldisc installation timeout
  314. [ 7.208395] (stk) :ldisc_install = 0<6>[ 7.387567] ci_hdrc ci_hdrc.1: EHCI Host Controller
  315. [ 7.409881] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
  316. [ 7.472733] mpl3115: probe of 1-0060 failed with error -5
  317. [ 7.512592] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  318. [ 7.522129] lm75: probe of 1-0048 failed with error -5
  319. [ 7.547214] tsl2563 1-0029: detect error 5
  320. [ 7.551341] tsl2563: probe of 1-0029 failed with error -5
  321. [ 7.568070] hub 1-0:1.0: USB hub found
  322. [ 7.602569] hub 1-0:1.0: 1 port detected
  323. [ 7.637381] random: nonblocking pool is initialized
  324. [ 7.676780] input: FreescaleGyroscope as /devices/virtual/input/input1
  325. [ 7.736269] CSI: Registered sensor subdevice: fsl_vadc
  326. [ 7.744295] fxas2100x device driver probe successfully
  327. [ 7.760436] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  328. [ 7.799357] wait vadc auto detect video mode....
  329. [ 7.807878] input: FreescaleAccelerometer as /devices/virtual/input/input2
  330. [ 7.861292] input: FreescaleMagnetometer as /devices/virtual/input/input3
  331. [ 7.958311] fxos8700_probe succ
  332. [ 8.202585] (stk) : timed out waiting for ldisc to be un-installed
  333. [ 8.272508] video mode NTSC
  334. [ 8.275495] vadc driver loaded
  335. [ 8.321676] (stk) :ldisc_install = 1
  336. [ 8.413347] usb 1-1: new full-speed USB device number 2 using ci_hdrc
  337. [ 8.584549] cfg80211: Calling CRDA to update world regulatory domain
  338. [ 8.781151] wlcore: Time Sync: gpio requested
  339. [ 8.874795] cfg80211: World regulatory domain updated:
  340. [ 8.901040] cfg80211: DFS Master region: unset
  341. [ 8.917767] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  342. [ 8.950345] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  343. [ 8.960466] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  344. [ 8.972026] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
  345. [ 8.981593] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  346. [ 8.990379] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  347. [ 9.104648] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
  348. [ 9.165357] input: Microsoft Microsoft LifeChat LX-6000 as /devices/soc0/soc.0/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1:1.3/0003:045E:077F.0001/input/input4
  349. [ 9.195183] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  350. [ 9.248622] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  351. [ 9.280529] hid-generic 0003:045E:077F.0001: input: USB HID v1.00 Device [Microsoft Microsoft LifeChat LX-6000] on usb-ci_hdrc.1-1/input3
  352. [ 9.322591] (stk) :ldisc installation timeout
  353. [ 9.326789] (stk) :ldisc_install = 0<7>[ 9.339517] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  354. [ 9.378315] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  355. [ 9.394909] usbcore: registered new interface driver usbhid
  356. [ 9.400492] usbhid: USB HID core driver
  357. [ 9.421675] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  358. [ 9.449353] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  359. [ 9.472616] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  360. [ 9.499117] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  361. [ 9.525760] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  362. [ 9.533870] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  363. [ 9.541431] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  364. [ 9.549466] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  365. [ 9.557059] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  366. [ 9.566812] usbcore: registered new interface driver snd-usb-audio
  367. [ 9.581270] using random self ethernet address
  368. [ 9.592692] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  369. [ 9.601540] using random host ethernet address
  370. [ 9.647401] using host ethernet address: 4e:71:9d:8c:14:00
  371. [ 9.672719] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  372. [ 9.680835] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  373. [ 9.694683] using self ethernet address: 4e:71:9e:8c:14:00
  374. [ 9.752456] Number of LUNs=8
  375. [ 9.752466] Mass Storage Function, version: 2009/09/11
  376. [ 9.752475] LUN: removable file: (no medium)
  377. [ 9.752551] Number of LUNs=1
  378. [ 9.752651] LUN: removable file: /dev/mmcblk0p1
  379. [ 9.752657] Number of LUNs=1
  380. [ 9.778809] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  381. [ 9.778815] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  382. [ 9.778819] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  383. [ 9.778822] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  384. [ 9.778826] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  385. [ 9.778829] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  386. [ 9.778833] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  387. [ 9.778836] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  388. [ 9.778841] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  389. [ 9.778844] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  390. [ 9.778847] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  391. [ 9.778850] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  392. [ 9.778854] cfg80211: Disabling freq 5040 MHz
  393. [ 9.778856] cfg80211: Disabling freq 5060 MHz
  394. [ 9.778858] cfg80211: Disabling freq 5080 MHz
  395. [ 9.778860] cfg80211: Disabling freq 5170 MHz
  396. [ 9.778863] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  397. [ 9.778868] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  398. [ 9.778872] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  399. [ 9.778876] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  400. [ 9.778879] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  401. [ 9.778882] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  402. [ 9.778885] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
  403. [ 9.778888] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  404. [ 9.778892] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  405. [ 9.778895] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  406. [ 9.778899] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  407. [ 9.778902] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  408. [ 9.778905] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  409. [ 9.778909] cfg80211: 5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  410. [ 9.778911] cfg80211: Disabling freq 5260 MHz
  411. [ 9.778913] cfg80211: Disabling freq 5280 MHz
  412. [ 9.778914] cfg80211: Disabling freq 5300 MHz
  413. [ 9.778916] cfg80211: Disabling freq 5320 MHz
  414. [ 9.778918] cfg80211: Disabling freq 5500 MHz
  415. [ 9.778920] cfg80211: Disabling freq 5520 MHz
  416. [ 9.778922] cfg80211: Disabling freq 5540 MHz
  417. [ 9.778924] cfg80211: Disabling freq 5560 MHz
  418. [ 9.778925] cfg80211: Disabling freq 5580 MHz
  419. [ 9.778927] cfg80211: Disabling freq 5600 MHz
  420. [ 9.778929] cfg80211: Disabling freq 5620 MHz
  421. [ 9.778931] cfg80211: Disabling freq 5640 MHz
  422. [ 9.778933] cfg80211: Disabling freq 5660 MHz
  423. [ 9.778935] cfg80211: Disabling freq 5680 MHz
  424. [ 9.778937] cfg80211: Disabling freq 5700 MHz
  425. [ 9.778941] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  426. [ 9.778944] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  427. [ 9.778947] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  428. [ 9.778950] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  429. [ 9.778953] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  430. [ 9.778956] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  431. [ 9.778959] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  432. [ 9.778963] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  433. [ 9.778966] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  434. [ 9.778969] cfg80211: 5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  435. [ 9.779653] usb0: HOST MAC 4e:71:9d:8c:14:00
  436. [ 9.779681] usb0: MAC 4e:71:9e:8c:14:00
  437. [ 9.793331] g_multi gadget: Multifunction Composite Gadget
  438. [ 9.793338] g_multi gadget: g_multi ready
  439. [ 9.816024] wlcore: loaded
  440. [ 9.816054] wlcore: driver version: ol_r8.a9.22
  441. [ 9.816057] wlcore: compilation time: Wed Feb 17 11:50:00 2016
  442. [ 10.429621] (stk) : timed out waiting for ldisc to be un-installed
  443. [ 11.417489] (stk) :ldisc_install = 1
  444. [ 11.417522] (stc): st_tty_open
  445. [ 11.418632] (stk) :line discipline installed
  446. [ 11.423045] (stk) :TIInit_11.8.32.bts
  447. [ 11.423049] (stk) :change remote baud rate command in firmware
  448. [ 11.451386] (stk) :skipping the wait event of change remote baud
  449. [ 11.451387] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  450. [ 11.451391] Bluetooth: BNEP filters: protocol multicast
  451. [ 11.451414] Bluetooth: BNEP socket layer initialized
  452. [ 11.483680] g_multi gadget: high-speed config #1: Multifunction with RNDIS
  453. [ 11.537679] Bluetooth: RFCOMM TTY layer initialized
  454. [ 11.537702] Bluetooth: RFCOMM socket layer initialized
  455. [ 11.537731] Bluetooth: RFCOMM ver 1.11
  456. [ 12.675222] NET: Registered protocol family 10
  457. [ 13.241570] init: avahi-cups-reload main process (524) terminated with status 1
  458. [ 14.493470] (stc): add_channel_to_table: id 4
  459. [ 14.497904] (stc): add_channel_to_table: id 2
  460. [ 14.502288] (stc): add_channel_to_table: id 3
  461. [ 14.507555] hci0: type 1 len 4
  462. [ 14.511868] hci0: type 1 len 4
  463. [ 14.516372] hci0: type 1 len 4
  464. [ 14.528862] hci0: type 1 len 4
  465. [ 14.533635] hci0: type 1 len 4
  466. [ 14.543659] hci0: type 1 len 4
  467. [ 14.553555] hci0: type 1 len 4
  468. [ 14.566330] hci0: type 1 len 4
  469. [ 14.573764] hci0: type 1 len 4
  470. [ 14.583590] hci0: type 1 len 4
  471. [ 14.593546] hci0: type 1 len 5
  472. [ 14.605496] hci0: type 1 len 6
  473. [ 14.613741] hci0: type 1 len 4
  474. [ 14.623675] hci0: type 1 len 4
  475. [ 14.633592] hci0: type 1 len 4
  476. [ 14.643604] hci0: type 1 len 4
  477. [ 14.653565] hci0: type 1 len 4
  478. [ 14.663786] hci0: type 1 len 4
  479. [ 14.674247] hci0: type 1 len 245
  480. [ 14.686645] hci0: type 1 len 5
  481. [ 14.693512] hci0: type 1 len 4
  482. [ 14.703617] hci0: type 1 len 5
  483. [ 14.713725] hci0: type 1 len 12
  484. [ 14.723635] hci0: type 1 len 11
  485. [ 14.733610] hci0: type 1 len 6
  486. [ 14.744287] hci0: type 1 len 4
  487. [ 14.751022] init: failsafe main process (553) killed by TERM signal
  488. [ 14.753862] hci0: type 1 len 4
  489. [ 14.763704] hci0: type 1 len 12
  490. [ 14.773577] hci0: type 1 len 4
  491. [ 14.783627] hci0: type 1 len 11
  492. [ 14.793770] hci0: type 1 len 4
  493. [ 14.826100] hci0: type 1 len 5
  494. [ 14.826995] hci0: type 1 len 6
  495. [ 14.835390] hci0: type 1 len 36
  496. [ 14.845977] hci0: type 1 len 36
  497. [ 14.853988] hci0: type 1 len 5
  498. [ 14.863686] hci0: type 1 len 7
  499. [ 14.873522] hci0: type 1 len 252
  500. [ 14.886432] hci0: type 1 len 245
  501. [ 18.132787] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)
  502. [ 18.133225] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  503. [ 18.908362] wlcore: PHY firmware version: Rev 8.2.0.0.232
  504. [ 18.982996] wlcore: firmware booted (Rev 8.9.0.0.48)
  505. [ 19.045996] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  506. [ 20.567616] init: plymouth-upstart-bridge main process ended, respawning
  507. [ 21.516164] init: plymouth-stop pre-start process (1068) terminated with status 1
  508. [ 21.981893] wlan0: authenticate with 20:e5:2a:2d:8b:e2
  509. [ 21.981911] wlan0: Allocated STA 20:e5:2a:2d:8b:e2
  510. [ 22.018237] wlan0: Inserted STA 20:e5:2a:2d:8b:e2
  511. [ 22.018256] wlan0: send auth to 20:e5:2a:2d:8b:e2 (try 1/3)
  512. [ 22.030141] wlan0: authenticated
  513. [ 22.030159] wlan0: moving STA 20:e5:2a:2d:8b:e2 to state 2
  514. [ 22.033076] wlan0: associate with 20:e5:2a:2d:8b:e2 (try 1/3)
  515. [ 22.037030] wlan0: RX AssocResp from 20:e5:2a:2d:8b:e2 (capab=0x411 status=0 aid=4)
  516. [ 22.037054] wlan0: moving STA 20:e5:2a:2d:8b:e2 to state 3
  517. [ 22.064291] wlan0: associated
  518. [ 22.064385] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  519. [ 22.082593] wlan0: dropped frame to 20:e5:2a:2d:8b:e2 (unauthorized port)
  520. [ 22.292570] wlan0: dropped frame to 20:e5:2a:2d:8b:e2 (unauthorized port)
  521. [ 22.346311] wlan0: dropped frame to 20:e5:2a:2d:8b:e2 (unauthorized port)
  522. [ 22.355058] wlan0: moving STA 20:e5:2a:2d:8b:e2 to state 4
  523. [ 22.357132] wlcore: Association completed.
  524. [ 68.872632] cfg80211: Verifying active interfaces after reg change
  525. udooer@udooneo:~$ cat /boot/uEnv.txt
  526. #save this file with unix-like newlines! (\n, 0x0A)
  527.  
  528. video_output=hdmi
  529. m4_enabled=true
  530. #m4last=/path/to/arduino/sketch.fw
  531. #fdt_file=/path/to/custom/devicetree.dtb
  532. use_custom_dtb=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement