Guest User

Untitled

a guest
Jul 25th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. U-Boot 2013.07-00002-g9ea6798 (Jul 25 2013 - 18:20:13)
  2.  
  3. CPU: Freescale i.MX6Q rev1.2 at 792 MHz
  4. Reset cause: POR
  5. Board: Wandboard
  6. DRAM: 2 GiB
  7. MMC: FSL_SDHC: 0, FSL_SDHC: 1
  8. *** Warning - bad CRC, using default environment
  9.  
  10. In: serial
  11. Out: serial
  12. Err: serial
  13. Net: FEC [PRIME]
  14. Warning: FEC using MAC address from net device
  15.  
  16. Hit any key to stop autoboot: 5  4  3  2  1  0
  17. mmc0 is current device
  18. reading boot.scr
  19. ** Unable to read file boot.scr **
  20. reading uImage
  21. 2592324 bytes read in 173 ms (14.3 MiB/s)
  22. Booting from mmc ...
  23. reading imx6q-wandboard.dtb
  24. ** Unable to read file imx6q-wandboard.dtb **
  25. ## Booting kernel from Legacy Image at 12000000 ...
  26. Image Name: Linux-3.0.35-4.0.0-wandboard+ge2
  27. Image Type: ARM Linux Kernel Image (uncompressed)
  28. Data Size: 2592260 Bytes = 2.5 MiB
  29. Load Address: 10008000
  30. Entry Point: 10008000
  31. Verifying Checksum ... OK
  32. Loading Kernel Image ... OK
  33. Starting kernel ...
  34.  
  35. [ 0.000000] Linux version 3.0.35-4.0.0-wandboard+ge259a0f ([email protected]) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Thu Jul 25 18:24:20 BRT 2013
  36. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  37. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  38. [ 0.000000] Machine: Wandboard
  39. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  40. [ 0.000000] CPU identified as i.MX6Q, silicon rev 1.2
  41. [ 0.000000] PERCPU: Embedded 7 pages/cpu @d100e000 s5248 r8192 d15232 u32768
  42. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 475136
  43. [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw
  44. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  45. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  46. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  47. [ 0.000000] Memory: 80MB 1792MB = 1872MB total
  48. [ 0.000000] Memory: 1892956k/1892956k available, 204196k reserved, 1409024K highmem
  49. [ 0.000000] Virtual kernel memory layout:
  50. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  51. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  52. [ 0.000000] DMA : 0xf4600000 - 0xffe00000 ( 184 MB)
  53. [ 0.000000] vmalloc : 0xea800000 - 0xf2000000 ( 120 MB)
  54. [ 0.000000] lowmem : 0xc0000000 - 0xea000000 ( 672 MB)
  55. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  56. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  57. [ 0.000000] .init : 0xc0008000 - 0xc0037000 ( 188 kB)
  58. [ 0.000000] .text : 0xc0037000 - 0xc06459f8 (6203 kB)
  59. [ 0.000000] .data : 0xc0646000 - 0xc06957c0 ( 318 kB)
  60. [ 0.000000] .bss : 0xc06957e4 - 0xc06d7bbc ( 265 kB)
  61. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  62. [ 0.000000] Preemptible hierarchical RCU implementation.
  63. [ 0.000000] NR_IRQS:624
  64. [ 0.000000] MXC GPIO hardware
  65. [ 0.000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms
  66. [ 0.000000] arm_max_freq=1GHz
  67. [ 0.000000] MXC_Early serial console at MMIO 0x2020000 (options '115200')
  68. [ 0.000000] bootconsole [ttymxc0] enabled
  69. [ 0.000000] Console: colour dummy device 80x30
  70. [ 0.209871] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
  71. [ 0.298182] pid_max: default: 32768 minimum: 301
  72. [ 0.303149] Mount-cache hash table entries: 512
  73. [ 0.308488] CPU: Testing write buffer coherency: ok
  74. [ 0.313653] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  75. [ 0.414269] CPU1: Booted secondary processor
  76. [ 0.494270] CPU2: Booted secondary processor
  77. [ 0.574277] CPU3: Booted secondary processor
  78. [ 0.613686] Brought up 4 CPUs
  79. [ 0.629508] SMP: Total of 4 processors activated (6324.22 BogoMIPS).
  80. [ 0.636388] devtmpfs: initialized
  81. [ 0.657055] print_constraints: dummy:
  82. [ 0.661074] NET: Registered protocol family 16
  83. [ 0.669701] print_constraints: vddpu: 725 <--> 1300 mV at 1150 mV fast normal
  84. [ 0.677280] print_constraints: vddcore: 725 <--> 1300 mV at 1150 mV fast normal
  85. [ 0.685024] print_constraints: vddsoc: 725 <--> 1300 mV at 1200 mV fast normal
  86. [ 0.692685] print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast normal
  87. [ 0.700452] print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast normal
  88. [ 0.708113] print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast normal
  89. [ 0.798294] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  90. [ 0.805128] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
  91. [ 0.812475] hw-breakpoint: maximum watchpoint size is 4 bytes.
  92. [ 0.818374] L310 cache controller enabled
  93. [ 0.822405] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x02070000, Cache size: 1048576 B
  94. [ 0.853525] bio: create slab <bio-0> at 0
  95. [ 0.858385] print_constraints: VDDA: 2500 mV
  96. [ 0.862951] print_constraints: VDDIO: 3300 mV
  97. [ 0.867857] vgaarb: loaded
  98. [ 0.871329] SCSI subsystem initialized
  99. [ 0.875752] spi_imx imx6q-ecspi.0: probed
  100. [ 0.880027] spi_imx imx6q-ecspi.1: probed
  101. [ 0.884788] usbcore: registered new interface driver usbfs
  102. [ 0.890427] usbcore: registered new interface driver hub
  103. [ 0.895931] usbcore: registered new device driver usb
  104. [ 0.913684] imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  105. [ 0.921800] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed
  106. [ 0.928279] mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 dphy version is 0x3130302a
  107. [ 0.935992] MIPI CSI2 driver module loaded
  108. [ 0.940231] Advanced Linux Sound Architecture Driver Version 1.0.24.
  109. [ 0.947447] Bluetooth: Core ver 2.16
  110. [ 0.951152] NET: Registered protocol family 31
  111. [ 0.955620] Bluetooth: HCI device and connection manager initialized
  112. [ 0.961996] Bluetooth: HCI socket layer initialized
  113. [ 0.966895] Bluetooth: L2CAP socket layer initialized
  114. [ 0.972020] Bluetooth: SCO socket layer initialized
  115. [ 0.977343] cfg80211: Calling CRDA to update world regulatory domain
  116. [ 0.983862] Switching to clocksource mxc_timer1
  117. [ 1.002522] NET: Registered protocol family 2
  118. [ 1.007106] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
  119. [ 1.014773] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
  120. [ 1.023057] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
  121. [ 1.031043] TCP: Hash tables configured (established 65536 bind 65536)
  122. [ 1.037594] TCP reno registered
  123. [ 1.040762] UDP hash table entries: 256 (order: 1, 8192 bytes)
  124. [ 1.046629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  125. [ 1.053361] NET: Registered protocol family 1
  126. [ 1.058020] RPC: Registered named UNIX socket transport module.
  127. [ 1.063978] RPC: Registered udp transport module.
  128. [ 1.068706] RPC: Registered tcp transport module.
  129. [ 1.073426] RPC: Registered tcp NFSv4.1 backchannel transport module.
  130. [ 1.080096] _regulator_get: etb supply vcore not found, using dummy regulator
  131. [ 1.087717] _regulator_get: etm.0 supply vcore not found, using dummy regulator
  132. [ 1.095128] _regulator_get: etm.1 supply vcore not found, using dummy regulator
  133. [ 1.102569] _regulator_get: etm.2 supply vcore not found, using dummy regulator
  134. [ 1.109976] _regulator_get: etm.3 supply vcore not found, using dummy regulator
  135. [ 1.117615] Static Power Management for Freescale i.MX6
  136. [ 1.122869] wait mode is disabled for i.MX6
  137. [ 1.127230] cpaddr = ea880000 suspend_iram_base=ea874000
  138. [ 1.132650] PM driver module loaded
  139. [ 1.849431] link up failed, DB_R0:0x00e74800, DB_R1:0x08200000!
  140. [ 1.855370] IMX PCIe port: link down!
  141. [ 1.859464] IMX usb wakeup probe
  142. [ 1.863317] IMX usb wakeup probe
  143. [ 1.866815] cpu regulator mode:ldo_enable
  144. [ 1.871052] i.MXC CPU frequency driver
  145. [ 1.899837] highmem bounce pool size: 64 pages
  146. [ 1.917640] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  147. [ 1.924429] msgmni has been set to 945
  148. [ 1.929683] alg: No test for stdrng (krng)
  149. [ 1.933921] io scheduler noop registered
  150. [ 1.937859] io scheduler deadline registered
  151. [ 1.942236] io scheduler cfq registered (default)
  152. [ 1.947705] mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver hdmi
  153. [ 1.954216] mxc_hdmi mxc_hdmi: Detected HDMI controller 0x13:0xa:0xa0:0xc1
  154. [ 1.998513] imx-ipuv3 imx-ipuv3.0: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
  155. [ 2.069881] Console: switching to colour frame buffer device 240x67
  156. [ 2.111123] mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver ldb
  157. [ 2.117521] _regulator_get: get() with no identifier
  158. [ 2.140299] imx-sdma imx-sdma: loaded firmware 1.1
  159. [ 2.149163] imx-sdma imx-sdma: initialized
  160. [ 2.276943] Serial: IMX driver
  161. [ 2.280143] imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX
  162. [ 2.286625] console [ttymxc0] enabled, bootconsole disabled
  163. [ 2.286625] console [ttymxc0] enabled, bootconsole disabled
  164. [ 2.298204] imx-uart.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX
  165. [ 2.308865] loop: module loaded
  166. [ 2.346130] No sata disk.
  167. [ 2.348999] FEC Ethernet Driver
  168. [ 2.354145] fec_enet_mii_bus: probed
  169. [ 2.358582] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  170. [ 2.365224] add wake up source irq 75
  171. [ 2.371318] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
  172. [ 2.378018] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
  173. [ 2.408462] fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000
  174. [ 2.428454] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
  175. [ 2.434704] hub 1-0:1.0: USB hub found
  176. [ 2.438476] hub 1-0:1.0: 1 port detected
  177. [ 2.442598] add wake up source irq 72
  178. [ 2.446297] fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
  179. [ 2.452945] fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
  180. [ 2.488453] fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200
  181. [ 2.508455] fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
  182. [ 2.514583] hub 2-0:1.0: USB hub found
  183. [ 2.518347] hub 2-0:1.0: 1 port detected
  184. [ 2.522577] Initializing USB Mass Storage driver...
  185. [ 2.527593] usbcore: registered new interface driver usb-storage
  186. [ 2.533614] USB Mass Storage support registered.
  187. [ 2.538464] ARC USBOTG Device Controller driver (1 August 2005)
  188. [ 2.544468] udc: request mem region for fsl-usb2-udc failed
  189. [ 2.550148] fsl-usb2-udc: probe of fsl-usb2-udc failed with error -16
  190. [ 2.556949] mousedev: PS/2 mouse device common for all mice
  191. [ 2.562769] i2c /dev entries driver
  192. [ 2.566969] Linux video capture interface: v2.00
  193. [ 2.571951] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16
  194. [ 2.579580] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17
  195. [ 2.587197] mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video18
  196. [ 2.594886] Bluetooth: HCI UART driver ver 2.2
  197. [ 2.599343] Bluetooth: HCI H4 protocol initialized
  198. [ 2.604272] sdhci: Secure Digital Host Controller Interface driver
  199. [ 2.610464] sdhci: Copyright(c) Pierre Ossman
  200. [ 2.614937] _regulator_get: sdhci-esdhc-imx.2 supply vmmc not found, using dummy regulator
  201. [ 2.623489] mmc0: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA
  202. [ 2.628444] mxc_hdmi mxc_hdmi: Read EDID again
  203. [ 2.635845] _regulator_get: sdhci-esdhc-imx.1 supply vmmc not found, using dummy regulator
  204. [ 2.649177] mmc1: SDHCI controller on platform [sdhci-esdhc-imx.1] using DMA
  205. [ 2.656273] sdhci sdhci-esdhc-imx.0: no write-protect pin available!
  206. [ 2.663496] _regulator_get: sdhci-esdhc-imx.0 supply vmmc not found, using dummy regulator
  207. [ 2.673577] mmc2: SDHCI controller on platform [sdhci-esdhc-imx.0] using DMA
  208. [ 2.688056] mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
  209. [ 2.697451] VPU initialized
  210. [ 2.701209] mxc_asrc registered
  211. [ 2.720293] Thermal calibration data is 0x59251269
  212. [ 2.725091] Thermal sensor with ratio = 185
  213. [ 2.748453] Anatop Thermal registered as thermal_zone0
  214. [ 2.753741] anatop_thermal_probe: default cooling device is cpufreq!
  215. [ 2.760747] usbcore: registered new interface driver usbhid
  216. [ 2.762615] mmc0: new high speed SD card at address 1234
  217. [ 2.771673] usbhid: USB HID core driver
  218. [ 2.775772] mmcblk0: mmc0:1234 SA02G 1.81 GiB
  219. [ 2.775985] usbcore: registered new interface driver snd-usb-audio
  220. [ 2.776468] mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio
  221. [ 2.776604] mxc_spdif mxc_spdif.0: MXC SPDIF Audio
  222. [ 2.778530] _regulator_get: 1-000a supply VDDD not found, using dummy regulator
  223. [ 2.803893] sgtl5000 1-000a: sgtl5000 revision 17
  224. [ 2.808816] print_constraints: 1-000a: 850 <--> 1600 mV at 1200 mV normal
  225. [ 2.810392] mmcblk0: p1 p2
  226. [ 2.837755] asoc: sgtl5000 <-> imx-ssi.1 mapping ok
  227. [ 2.845087] asoc: mxc-spdif <-> imx-spdif-dai.0 mapping ok
  228. [ 2.852655] asoc: mxc-hdmi-soc <-> imx-hdmi-soc-dai.0 mapping ok
  229. [ 2.859320] ALSA device list:
  230. [ 2.862291] #0: sgtl5000-audio
  231. [ 2.865522] #1: imx-spdif
  232. [ 2.868319] #2: imx-hdmi-soc
  233. [ 2.871846] TCP cubic registered
  234. [ 2.875079] NET: Registered protocol family 17
  235. [ 2.879607] Bluetooth: RFCOMM socket layer initialized
  236. [ 2.884749] Bluetooth: RFCOMM ver 1.11
  237. [ 2.888508] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  238. [ 2.893822] Bluetooth: BNEP filters: multicast
  239. [ 2.897243] mmc1: queuing unknown CIS tuple 0x80 (50 bytes)
  240. [ 2.903843] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  241. [ 2.905622] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  242. [ 2.907641] mmc1: queuing unknown CIS tuple 0x80 (4 bytes)
  243. [ 2.920879] lib80211: common routines for IEEE802.11 drivers
  244. [ 2.926572] Registering the dns_resolver key type
  245. [ 2.931337] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  246. [ 2.936402] mmc1: queuing unknown CIS tuple 0x02 (1 bytes)
  247. [ 2.944505] ThumbEE CPU extension supported.
  248. [ 2.945644] mmc1: new SDIO card at address 0001
  249. [ 2.953810] Bus freq driver module loaded
  250. [ 2.957838] Bus freq driver Enabled
  251. [ 2.963116] mxc_dvfs_core_probe
  252. [ 2.966461] DVFS driver module loaded
  253. [ 2.971001] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  254. [ 2.981530] EXT3-fs: barriers not enabled
  255. [ 3.139733] mxc_hdmi mxc_hdmi: No modes read from edid
  256. [ 3.144879] mxc_hdmi mxc_hdmi: create default modelist
  257. [ 8.646690] kjournald starting. Commit interval 5 seconds
  258. [ 8.975544] EXT3-fs (mmcblk0p2): using internal journal
  259. [ 8.980817] EXT3-fs (mmcblk0p2): recovery complete
  260. [ 9.132265] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
  261. [ 9.139418] VFS: Mounted root (ext3 filesystem) on device 179:2.
  262. [ 9.150869] devtmpfs: mounted
  263. [ 9.153955] Freeing init memory: 188K
  264.  
  265. INIT: version 2.88 booting
  266. Starting udev
  267. [ 9.952299] udevd[1296]: starting version 182
  268. Starting Bootlog daemon: bootlogd.
  269. Configuring network interfaces... [ 18.779499] eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:01, irq=-1)
  270. udhcpc (v1.20.2) started
  271. Sending discover...
  272. [ 21.778821] PHY: 1:01 - Link is Up - 100/Full
  273. Sending discover...
  274. Sending select for 192.168.0.151...
  275. Lease of 192.168.0.151 obtained, lease time 21600
  276. /etc/udhcpc.d/50default: Adding DNS 192.168.0.1
  277. done.
  278. hwclock: can't open '/dev/misc/rtc': No such file or directory
  279. Thu Jul 25 21:29:00 UTC 2013
  280. hwclock: can't open '/dev/misc/rt
  281. INIT: Entering runlevel: 5
  282.  
  283. hwclock: can't open '/dev/misc/rtc': No such file or directory
  284. Starting syslogd/klogd: done
  285. Stopping Bootlog daemon: bootlogd.
  286.  
  287. O.S. Systems Embedded Linux 13.0+snapshot-20130725 wandboard-quad ttymxc0
  288.  
  289. wandboard-quad login:
Advertisement
Add Comment
Please, Sign In to add comment