Advertisement
Guest User

Untitled

a guest
Jan 16th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. U-Boot 2015.10-00061-g68849f9 (Jan 08 2016 - 17:01:43 +0100)
  2.  
  3. CPU: Freescale i.MX6Q rev1.2 at 792 MHz
  4. Reset cause: WDOG
  5. Board: UDOO Quad
  6. DRAM: 1 GiB
  7. MMC: FSL_SDHC: 0
  8. *** Warning - bad CRC, using default environment
  9.  
  10. auto-detected panel HDMI
  11. Display: HDMI (1024x768)
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Net: using phy at 6
  16. FEC [PRIME]
  17. Hit any key to stop autoboot: 0
  18. switch to partitions #0, OK
  19. mmc0 is current device
  20. reading uEnv.txt
  21. 52 bytes read in 10 ms (4.9 KiB/s)
  22. Running bootscript from mmc ...
  23. Device Tree: dts/imx6q-udoo-hdmi.dtb
  24. reading zImage
  25. 4500128 bytes read in 237 ms (18.1 MiB/s)
  26. Booting from mmc ...
  27. reading dts/imx6q-udoo-hdmi.dtb
  28. 41621 bytes read in 25 ms (1.6 MiB/s)
  29. Kernel image @ 0x12000000 [ 0x000000 - 0x44aaa0 ]
  30. ## Flattened Device Tree blob at 18000000
  31. Booting using the fdt blob at 0x18000000
  32. Using Device Tree in place at 18000000, end 1800d294
  33.  
  34. Starting kernel ...
  35.  
  36. [ 0.000000] Booting Linux on physical CPU 0x0
  37. [ 0.000000] Linux version 3.14.56-udooqdl-01993-gbe04111 (udoodev@udoodev-qemu) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #6 SMP PREEMPT Mon Ja6
  38. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  39. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  40. [ 0.000000] Machine model: UDOO Quad Board
  41. [ 0.000000] cma: CMA: reserved 320 MiB at 3c000000
  42. [ 0.000000] Memory policy: Data cache writealloc
  43. [ 0.000000] PERCPU: Embedded 8 pages/cpu @ab723000 s8256 r8192 d16320 u32768
  44. [ 0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk0p2 rootwait rw
  45. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  46. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  47. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  48. [ 0.000000] Virtual kernel memory layout:
  49. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  50. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  51. [ 0.000000] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
  52. [ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
  53. [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  54. [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  55. [ 0.000000] .text : 0x80008000 - 0x80aae238 (10905 kB)
  56. [ 0.000000] .init : 0x80aaf000 - 0x80aea040 ( 237 kB)
  57. [ 0.000000] .data : 0x80aec000 - 0x80b28d40 ( 244 kB)
  58. [ 0.000000] .bss : 0x80b28d4c - 0x80b8a4dc ( 390 kB)
  59. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  60. [ 0.000000] Preemptible hierarchical RCU implementation.
  61. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  62. [ 0.000000] L310 cache controller enabled
  63. [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32470000, Cache size: 1024 kB
  64. [ 0.000000] Switching to timer-based delay loop
  65. [ 0.000006] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
  66. [ 0.000773] Console: colour dummy device 80x30
  67. [ 0.000793] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
  68. [ 0.000807] pid_max: default: 32768 minimum: 301
  69. [ 0.000989] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  70. [ 0.001002] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  71. [ 0.008494] Initializing cgroup subsys devices
  72. [ 0.008507] Initializing cgroup subsys freezer
  73. [ 0.008536] CPU: Testing write buffer coherency: ok
  74. [ 0.008808] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  75. [ 0.008874] Setting up static identity map for 0x1050b350 - 0x1050b3a8
  76. [ 0.061181] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  77. [ 0.081178] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  78. [ 0.101164] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  79. [ 0.101265] Brought up 4 CPUs
  80. [ 0.101294] SMP: Total of 4 processors activated (24.00 BogoMIPS).
  81. [ 0.101302] CPU: All CPU(s) started in SVC mode.
  82. [ 0.101984] devtmpfs: initialized
  83. [ 0.105776] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  84. [ 0.106122] pinctrl core: initialized pinctrl subsystem
  85. [ 0.106466] regulator-dummy: no parameters
  86. [ 0.127178] NET: Registered protocol family 16
  87. [ 0.135498] DMA: preallocated 256 KiB pool for atomic coherent allocations
  88. [ 0.136044] cpuidle: using governor ladder
  89. [ 0.136055] cpuidle: using governor menu
  90. [ 0.136118] CPU identified as i.MX6Q, silicon rev 1.2
  91. [ 0.136211] Use WDOG1 as reset source
  92. [ 0.144413] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
  93. [ 0.144683] vdd1p1: 800 <--> 1375 mV at 1100 mV
  94. [ 0.145038] vdd3p0: 2800 <--> 3150 mV at 3000 mV
  95. [ 0.145371] vdd2p5: 2000 <--> 2750 mV at 2400 mV
  96. [ 0.145707] vddarm: 725 <--> 1450 mV at 1150 mV
  97. [ 0.150462] vddpu: 725 <--> 1450 mV at 1150 mV
  98. [ 0.150796] vddsoc: 725 <--> 1450 mV at 1175 mV
  99. [ 0.152689] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
  100. [ 0.155078] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
  101. [ 0.159534] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  102. [ 0.159546] hw-breakpoint: maximum watchpoint size is 4 bytes.
  103. [ 0.160268] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  104. [ 0.169030] bio: create slab <bio-0> at 0
  105. [ 0.171354] mxs-dma 110000.dma-apbh: initialized
  106. [ 0.171981] usb_h1_vbus: 5000 mV
  107. [ 0.172186] usb_otg_vbus: 5000 mV
  108. [ 0.172412] 2P5V: 2500 mV
  109. [ 0.172714] i2c-core: driver [max17135] using legacy suspend method
  110. [ 0.172722] i2c-core: driver [max17135] using legacy resume method
  111. [ 0.173305] SCSI subsystem initialized
  112. [ 0.173757] usbphy_nop1.11 supply vcc not found, using dummy regulator
  113. [ 0.173864] usbphy_nop2.12 supply vcc not found, using dummy regulator
  114. [ 0.175042] i2c i2c-1: IMX I2C adapter registered
  115. [ 0.175875] i2c i2c-2: IMX I2C adapter registered
  116. [ 0.176001] Linux video capture interface: v2.00
  117. [ 0.176046] pps_core: LinuxPPS API ver. 1 registered
  118. [ 0.176054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  119. [ 0.176077] PTP clock support registered
  120. [ 0.190505] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  121. [ 0.211256] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  122. [ 0.212023] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed
  123. [ 0.212038] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a
  124. [ 0.212114] MIPI CSI2 driver module loaded
  125. [ 0.212277] Advanced Linux Sound Architecture Driver Initialized.
  126. [ 0.213553] cfg80211: Calling CRDA to update world regulatory domain
  127. [ 0.213581] Loading modules backported from Linux version v4.1.7-0-g0c5c1f1
  128. [ 0.213590] Backport integrated by backports.git v4.1.1-1-0-g8286954
  129. [ 0.213708] Switched to clocksource mxc_timer1
  130. [ 0.223390] NET: Registered protocol family 2
  131. [ 0.224235] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  132. [ 0.224318] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  133. [ 0.224443] TCP: Hash tables configured (established 8192 bind 8192)
  134. [ 0.224518] TCP: reno registered
  135. [ 0.224533] UDP hash table entries: 512 (order: 2, 16384 bytes)
  136. [ 0.224588] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  137. [ 0.224867] NET: Registered protocol family 1
  138. [ 0.225135] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  139. [ 0.226089] imx6_busfreq busfreq.14: DDR medium rate not supported.
  140. [ 0.226490] Bus freq driver module loaded
  141. [ 0.227415] futex hash table entries: 1024 (order: 4, 65536 bytes)
  142. [ 0.236541] VFS: Disk quotas dquot_6.5.2
  143. [ 0.239010] msgmni has been set to 2005
  144. [ 0.241579] io scheduler noop registered
  145. [ 0.241591] io scheduler deadline registered
  146. [ 0.241625] io scheduler cfq registered (default)
  147. [ 0.242041] imx-weim 21b8000.weim: Driver registered.
  148. [ 0.243545] MIPI DSI driver module loaded
  149. [ 0.244576] mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
  150. [ 0.244605] fbcvt: 1920x1080@60: CVT Name - 2.073M9
  151. [ 0.244701] mxc_sdc_fb fb.24: registered mxc display driver hdmi IPU1_DISP0
  152. [ 0.244714] mxc_sdc_fb fb.24: registered mxc display driver hdmi
  153. [ 0.283802] imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
  154. [ 0.369993] Console: switching to colour frame buffer device 240x67
  155. [ 0.407985] imx-sdma 20ec000.sdma: no iram assigned, using external mem
  156. [ 0.408494] imx-sdma 20ec000.sdma: no event needs to be remapped
  157. [ 0.408827] imx-sdma 20ec000.sdma: loaded firmware 3.1
  158. [ 0.411627] imx-sdma 20ec000.sdma: initialized
  159. [ 0.411964] Serial: IMX driver
  160. [ 0.412351] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX
  161. [ 1.125169] console [ttymxc1] enabled
  162. [ 1.129381] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61, base_baud = 5000000) is a IMX
  163. [ 1.138408] serial: Freescale lpuart driver
  164. [ 1.144021] imx sema4 driver is registered.
  165. [ 1.148282] [drm] Initialized drm 1.1.0 20060810
  166. [ 1.153356] [drm] Initialized vivante 1.0.0 20120216 on minor 0
  167. [ 1.164273] loop: module loaded
  168. [ 1.168823] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024
  169. [ 1.176835] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480
  170. [ 1.176843] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000
  171. [ 1.176849] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
  172. [ 1.179677] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
  173. [ 1.179706] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  174. [ 1.179717] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
  175. [ 1.181195] scsi0 : ahci_platform
  176. [ 1.181496] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71
  177. [ 1.184305] 2188000.ethernet supply phy not found, using dummy regulator
  178. [ 1.254501] imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000
  179. [ 1.304161] pps pps0: new PPS source ptp0
  180. [ 1.371218] libphy: fec_enet_mii_bus: probed
  181. [ 1.371759] fec 2188000.ethernet eth0: registered PHC device 0
  182. [ 1.372116] imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000
  183. [ 1.372155] mousedev: PS/2 mouse device common for all mice
  184. [ 1.372983] input: st1232-touchscreen as /devices/soc0/soc.0/2100000.aips-bus/21a8000.i2c/i2c-2/2-0055/input/input0
  185. [ 1.374177] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
  186. [ 1.374289] i2c /dev entries driver
  187. [ 1.375398] mxc_v4l2_output v4l2_out.21: V4L2 device registered as video16
  188. [ 1.375557] mxc_v4l2_output v4l2_out.21: V4L2 device registered as video17
  189. [ 1.376772] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
  190. [ 1.377020] sdhci: Secure Digital Host Controller Interface driver
  191. [ 1.377023] sdhci: Copyright(c) Pierre Ossman
  192. [ 1.377025] sdhci-pltfm: SDHCI platform and OF driver helper
  193. [ 1.377698] mmc0: no vqmmc regulator found
  194. [ 1.377704] mmc0: no vmmc regulator found
  195. [ 1.413745] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  196. [ 1.414273] Galcore version 5.0.11.25762
  197. [ 1.463002] mmc0: host does not support reading read-only switch. assuming write-enable.
  198. [ 1.469585] mmc0: new high speed SDHC card at address 0007
  199. [ 1.470367] mmcblk0: mmc0:0007 SD8GB 7.42 GiB
  200. [ 1.472773] mmcblk0: p1 p2
  201. [ 1.523804] ata1: SATA link down (SStatus 0 SControl 300)
  202. [ 1.523884] ahci-imx 2200000.sata: no device found, disabling link.
  203. [ 1.523890] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
  204. [ 1.704540] imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000
  205. [ 1.816072] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
  206. [ 1.816629] mxc_vpu 2040000.vpu: VPU initialized
  207. [ 1.874057] VT1613 SoC Audio Codec [ID = 5649 - 4123]
  208. [ 1.877988] imx-ac97-vt1613 sound.17: vt1613-hifi-analog <-> 2028000.ssi mapping ok
  209. [ 1.883146] imx-audio-hdmi sound-hdmi.18: hdmi-hifi <-> hdmi_audio.3 mapping ok
  210. [ 1.884134] nf_conntrack version 0.5.0 (16044 buckets, 64176 max)
  211. [ 1.884822] TCP: cubic registered
  212. [ 1.884829] NET: Registered protocol family 17
  213. [ 1.884876] Key type dns_resolver registered
  214. [ 1.887423] ThumbEE CPU extension supported.
  215. [ 1.888003] usb_otg_vbus: disabling
  216. [ 1.888008] usb_h1_vbus: disabling
  217. [ 1.888017] regulator-dummy: disabling
  218. [ 1.888239] imx mcc test is registered.
  219. [ 1.891320] snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 2015-01-01 00:08:34 UTC (1420070914)
  220. [ 1.892191] imx_thermal tempmon.10: Extended Commercial CPU temperature grade
  221. [ 1.892198] imx_thermal tempmon.10: max:105C crit:100C passive:95C
  222. [ 1.902516] ALSA device list:
  223. [ 1.902523] #0: imx-vt1613-audio
  224. [ 1.902526] #1: imx-hdmi-soc
  225. [ 1.984840] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  226. [ 1.994205] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  227. [ 2.022300] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 2.030464] VFS: Mounted root (ext4 filesystem) on device 179:2.
  229. [ 2.037669] devtmpfs: mounted
  230. [ 2.040836] Freeing unused kernel memory: 236K (80aaf000 - 80aea000)
  231. [ 2.498599] random: init urandom read with 33 bits of entropy available
  232. [ 2.504655] imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00800000
  233. [ 2.726530] init: plymouth-upstart-bridge main process (107) terminated with status 1
  234. [ 2.734628] init: plymouth-upstart-bridge main process ended, respawning
  235. [ 2.770849] init: plymouth-upstart-bridge main process (119) terminated with status 1
  236. [ 2.778858] init: plymouth-upstart-bridge main process ended, respawning
  237. [ 2.808405] init: plymouth-upstart-bridge main process (122) terminated with status 1
  238. [ 2.816386] init: plymouth-upstart-bridge main process ended, respawning
  239. [ 2.837077] init: plymouth-upstart-bridge main process (126) terminated with status 1
  240. [ 2.845174] init: plymouth-upstart-bridge main process ended, respawning
  241. [ 2.938011] init: ureadahead main process (111) terminated with status 5
  242. [ 4.274027] ov5640_read_reg:write reg error:reg=300a
  243. [ 4.340214] ERROR: v4l2 capture: slave not found!
  244. [ 4.343948] ERROR: v4l2 capture: slave not found!
  245. * Stopping Send an event to indicate plymouth is up[ OK ]
  246. * Starting Read required files in advance[fail]
  247. * Starting Mount filesystems on boot[ OK ]
  248. * Starting Signal sysvinit that the rootfs is mounted[ OK ]
  249. * Starting Populate /dev filesystem[ OK ]
  250. * Stopping Populate /dev filesystem[ OK ]
  251. * Starting Clean /tmp directory[ OK ]
  252. * Starting Populate and link to /run filesystem[ OK ]
  253. * Stopping Populate and link to /run filesystem[ OK ]
  254. * Stopping Track if upstart is running in a container[ OK ]
  255. * Stopping Clean /tmp directory[ OK ]
  256. * Starting Initialize or finalize resolvconf[ OK ]
  257. * Starting set console keymap[ OK ]
  258. * Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  259. * Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  260. * Starting Bridge udev events into upstart[ OK ]
  261. * Stopping set console keymap[ OK ]
  262. * Starting Signal sysvinit that remote filesystems are mounted[ OK ]
  263. * Starting device node and kernel event manager[ OK ]
  264. * Starting load modules from /etc/modules[ OK ]
  265. * Starting cold plug devices[ OK ]
  266. * Starting log initial device creation[ OK ]
  267. * Stopping load modules from /etc/modules[ OK ]
  268. * Starting set console font[ OK ]
  269. * Stopping set console font[ OK ]
  270. * Starting userspace bootsplash[ OK ]
  271. * Stopping userspace bootsplash[ OK ]
  272. * Starting Send an event to indicate plymouth is up[ OK ]
  273. * Stopping Send an event to indicate plymouth is up[ OK ]
  274. * Starting configure network device security[ OK ]
  275. * Starting configure network device security[ OK ]
  276. * Starting configure network device[ OK ]
  277. * Starting Mount network filesystems[ OK ]
  278. * Stopping Read required files in advance (for other mountpoints)[ OK ]
  279. * Starting Signal sysvinit that local filesystems are mounted[ OK ]
  280. * Starting USB Gadget Script[ OK ]
  281. * Stopping Mount filesystems on boot[ OK ]
  282. * Starting Failsafe Boot Delay[ OK ]
  283. * Starting flush early job output to logs[ OK ]
  284. * Stopping Mount network filesystems[ OK ]
  285. * Stopping flush early job output to logs[ OK ]
  286. * Stopping Failsafe Boot Delay[ OK ]
  287. * Starting System V initialisation compatibility[ OK ]
  288. * Starting D-Bus system message bus[ OK ]
  289. * Starting configure network device security[ OK ]
  290. * Stopping cold plug devices[ OK ]
  291. * Starting configure network device[ OK ]
  292. * Starting SystemD login management service[ OK ]
  293. [ OK ]ting up X socket directories...
  294. * Stopping log initial device creation[ OK ]
  295. * Starting configure network device security[ OK ]
  296. * Stopping System V initialisation compatibility[ OK ]
  297. * Starting configure network device security[ OK ]
  298. * Starting bluetooth daemon[ OK ]
  299. * Starting configure network device[ OK ]
  300. * Starting system logging daemon[ OK ]
  301. [ OK ]ding cpufreq kernel modules...
  302. * Starting System V runlevel compatibility[ OK ]
  303. * Starting Restore Sound Card State[ OK ]
  304. * Starting Freescale autohdmi utility[ OK ]
  305. * Starting save kernel messages[ OK ]
  306. * Starting configure virtual network devices[ OK ]
  307. * Starting anac(h)ronistic cron[ OK ]
  308. * Starting regular background program processing daemon[ OK ]
  309. * Starting network connection manager[ OK ]
  310. * Stopping save kernel messages[ OK ]
  311. * Stopping Restore Sound Card State[ OK ]
  312. [ OK ]0... * CPU1... * CPU2... * CPU3... * CPUFreq Utilities: Setting ondemand CPUFreq governor...
  313. * Stopping Restore Sound Card State[ OK ]
  314. * Starting mDNS/DNS-SD daemon[ OK ]
  315. * Starting Reload cups, upon starting avahi-daemon to make sure remote queues are populated[ OK ]
  316. * Starting Reload cups, upon starting avahi-daemon to make sure remote queues are populated[fail]
  317. [ OK ]ting sysfs variables...
  318. * Starting Bridge file events into upstart[ OK ]
  319. * Starting Bridge socket events into upstart[ OK ]
  320. * Starting OpenSSH server[ OK ]
  321. [ OK ]rting NTP server ntpd
  322. * Stopping System V runlevel compatibility[ OK ]
  323.  
  324. Ubuntu 14.04.3 LTS udoo ttymxc1
  325.  
  326.  
  327. default username:password is [udooer:udooer]
  328. udoo login: * Starting LightDM Display Manager[ OK ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement