Guest User

Untitled

a guest
Sep 7th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 KB | None | 0 0
  1. U-Boot 2013.04-00042-g3bfbc1c (Aug 06 2013 - 18:31:47)
  2.  
  3. CPU: Freescale i.MX6Q rev1.2 at 792 MHz
  4. CPU: Temperature 37 C, calibration data: 0x58852b69
  5. Reset cause: POR
  6. Board: MX6Q-gk802
  7. DRAM: 1 GiB
  8. MMC: FSL_SDHC: 0, FSL_SDHC: 1
  9. *** Warning - bad CRC, using default environment
  10.  
  11. enable_hdmi: setup HDMI monitor
  12. Display: HDMI (1024x768)
  13. In: serial
  14. Out: serial
  15. Err: serial
  16. Hit any key to stop autoboot: 0
  17. U-Boot > env set bootargs 'console=ttymxc3,115200 fixrtc noinitrd rootwait '
  18. U-Boot > env set bootargs ${bootargs} 'root=/dev/mmcblk1p1 rootfstype=ext4 '
  19. U-Boot > env set uimage '/boot/zImage'
  20. U-Boot > env set fdt '/boot/imx6q-gk802.dtb'
  21. U-Boot > env set fdtaddr 0x190800000
  22. U-Boot > env set bootdev 'mmc 1:1'
  23. U-Boot > load ${bootdev} ${loadaddr} ${uimage}
  24. 4301688 bytes read in 413 ms (9.9 MiB/s)
  25. U-Boot > load ${bootdev} ${fdtaddr} ${fdt}
  26.  
  27. U-Boot 2013.04-00042-g3bfbc1c (Aug 06 2013 - 18:31:47)
  28.  
  29. CPU: Freescale i.MX6Q rev1.2 at 792 MHz
  30. CPU: Temperature 40 C, calibration data: 0x58852b69
  31. Reset cause: POR
  32. Board: MX6Q-gk802
  33. DRAM: 1 GiB
  34. MMC: FSL_SDHC: 0, FSL_SDHC: 1
  35. *** Warning - bad CRC, using default environment
  36.  
  37. enable_hdmi: setup HDMI monitor
  38. Display: HDMI (1024x768)
  39. In: serial
  40. Out: serial
  41. Err: serial
  42. Hit any key to stop autoboot: 0
  43. U-Boot > env set bootargs 'console=ttymxc3,115200 fixrtc noinitrd rootwait '
  44. U-Boot > env set bootargs ${bootargs} 'root=/dev/mmcblk1p1 rootfstype=ext4 '
  45. U-Boot > env set uimage '/boot/zImage'
  46. U-Boot > env set fdt '/boot/imx6q-gk802.dtb'
  47. U-Boot > env set fdtaddr 0x11e00000
  48. U-Boot > env set bootdev 'mmc 1:1'
  49. U-Boot > load ${bootdev} ${loadaddr} ${uimage}
  50. 4301688 bytes read in 414 ms (9.9 MiB/s)
  51. U-Boot > load ${bootdev} ${fdtaddr} ${fdt}
  52. 24657 bytes read in 155 ms (155.3 KiB/s)
  53. U-Boot > bootz ${loadaddr} - ${fdtaddr}
  54. ## Flattened Device Tree blob at 11e00000
  55. Booting using the fdt blob at 0x11e00000
  56. Loading Device Tree to 4f569000, end 4f572050 ... OK
  57.  
  58. Starting kernel ...
  59.  
  60. Booting Linux on physical CPU 0x0
  61. Linux version 3.11.0+ ([email protected]) (gcc version 4.8.2 20130805 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2013.08 - Linaro GCC 2013
  62. CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  63. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  64. Machine: Freescale i.MX6 Quad/DualLite (Device Tree), model: Zealz GK802
  65. Memory policy: ECC disabled, Data cache writealloc
  66. PERCPU: Embedded 7 pages/cpu @81007000 s7680 r8192 d12800 u32768
  67. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
  68. Kernel command line: console=ttymxc3,115200 fixrtc noinitrd rootwait root=/dev/mmcblk1p1 rootfstype=ext4
  69. PID hash table entries: 4096 (order: 2, 16384 bytes)
  70. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  71. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  72. Memory: 1031204K/1048576K available (5459K kernel code, 272K rwdata, 1700K rodata, 315K init, 373K bss, 17372K reserved)
  73. Virtual kernel memory layout:
  74. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  75. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  76. vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
  77. lowmem : 0x80000000 - 0xc0000000 (1024 MB)
  78. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  79. .text : 0x80008000 - 0x80705edc (7160 kB)
  80. .init : 0x80706000 - 0x80754e00 ( 316 kB)
  81. .data : 0x80756000 - 0x8079a240 ( 273 kB)
  82. .bss : 0x8079a240 - 0x807f7864 ( 374 kB)
  83. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  84. Hierarchical RCU implementation.
  85. NR_IRQS:16 nr_irqs:16 16
  86. sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 65075ms
  87. CPU identified as i.MX6Q, silicon rev 1.2
  88. Console: colour dummy device 80x30
  89. Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
  90. pid_max: default: 32768 minimum: 301
  91. Mount-cache hash table entries: 512
  92. CPU: Testing write buffer coherency: ok
  93. CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  94. Setting up static identity map for 0x8055afd0 - 0x8055b040
  95. CPU1: Booted secondary processor
  96. CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  97. CPU2: Booted secondary processor
  98. CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  99. CPU3: Booted secondary processor
  100. CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  101. Brought up 4 CPUs
  102. SMP: Total of 4 processors activated (6324.22 BogoMIPS).
  103. CPU: All CPU(s) started in SVC mode.
  104. devtmpfs: initialized
  105. pinctrl core: initialized pinctrl subsystem
  106. regulator-dummy: no parameters
  107. NET: Registered protocol family 16
  108. DMA: preallocated 256 KiB pool for atomic coherent allocations
  109. syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
  110. vdd1p1: 800 <--> 1375 mV at 1100 mV
  111. vdd3p0: 2800 <--> 3150 mV at 3000 mV
  112. vdd2p5: 2000 <--> 2750 mV at 2400 mV
  113. cpu: 725 <--> 1450 mV at 1150 mV
  114. vddpu: 725 <--> 1450 mV
  115. vddsoc: 725 <--> 1450 mV at 1200 mV
  116. syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
  117. hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  118. hw-breakpoint: maximum watchpoint size is 4 bytes.
  119. imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  120. bio: create slab <bio-0> at 0
  121. mxs-dma 110000.dma-apbh: initialized
  122. 3P3V: 3300 mV
  123. SCSI subsystem initialized
  124. usbcore: registered new interface driver usbfs
  125. usbcore: registered new interface driver hub
  126. usbcore: registered new device driver usb
  127. i2c i2c-0: IMX I2C adapter registered
  128. i2c i2c-1: IMX I2C adapter registered
  129. Linux video capture interface: v2.00
  130. pps_core: LinuxPPS API ver. 1 registered
  131. pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  132. PTP clock support registered
  133. Advanced Linux Sound Architecture Driver Initialized.
  134. Switched to clocksource mxc_timer1
  135. NET: Registered protocol family 2
  136. TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  137. TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  138. TCP: Hash tables configured (established 8192 bind 8192)
  139. TCP: reno registered
  140. UDP hash table entries: 512 (order: 2, 16384 bytes)
  141. UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  142. NET: Registered protocol family 1
  143. RPC: Registered named UNIX socket transport module.
  144. RPC: Registered udp transport module.
  145. RPC: Registered tcp transport module.
  146. RPC: Registered tcp NFSv4.1 backchannel transport module.
  147. hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  148. VFS: Disk quotas dquot_6.5.2
  149. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  150. NFS: Registering the id_resolver key type
  151. Key type id_resolver registered
  152. Key type id_legacy registered
  153. jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  154. fuse init (API version 7.22)
  155. msgmni has been set to 2014
  156. io scheduler noop registered
  157. io scheduler deadline registered
  158. io scheduler cfq registered (default)
  159. imx-sdma 20ec000.sdma: initialized
  160. Serial: IMX driver
  161. imx-uart 21e8000.serial: failed to get default pinctrl: -19
  162. 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX
  163. console [ttymxc3] enabled
  164. [drm] Initialized drm 1.1.0 20060810
  165. brd: module loaded
  166. loop: module loaded
  167. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  168. ehci-mxc: Freescale On-Chip EHCI Host driver
  169. usbcore: registered new interface driver usb-storage
  170. platform 2184000.usb: Driver imx_usb requests probe deferral
  171. platform 2184200.usb: Driver imx_usb requests probe deferral
  172. mousedev: PS/2 mouse device common for all mice
  173. snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
  174. i2c /dev entries driver
  175. imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
  176. sdhci: Secure Digital Host Controller Interface driver
  177. sdhci: Copyright(c) Pierre Ossman
  178. sdhci-pltfm: SDHCI platform and OF driver helper
  179. mmc0: no vqmmc regulator found
  180. mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  181. mmc1: no vqmmc regulator found
  182. mmc0: host does not support reading read-only switch. assuming write-enable.
  183. mmc1: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
  184. usbcore: registered new interface driver usbhid
  185. usbhid: USB HID core driver
  186. [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  187. [drm] No driver support for vblank timestamp query.
  188. [drm] Initialized imx-drm 1.0.0 20120507 on minor 0
  189. imx-ipuv3 2400000.ipu: IPUv3H probed
  190. imx-ipuv3 2800000.ipu: IPUv3H probed
  191. TCP: cubic registered
  192. NET: Registered protocol family 10
  193. sit: IPv6 over IPv4 tunneling driver
  194. NET: Registered protocol family 17
  195. Key type dns_resolver registered
  196. VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  197. mmc0: new high speed SDHC card at address b368
  198. mmcblk0: mmc0:b368 USD 7.51 GiB
  199. ci_hdrc ci_hdrc.0: EHCI Host Controller
  200. mmcblk0: p1
  201. ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
  202. ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
  203. hub 1-0:1.0: USB hub found
  204. hub 1-0:1.0: 1 port detected
  205. ci_hdrc ci_hdrc.1: EHCI Host Controller
  206. ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
  207. mmc1: host does not support reading read-only switch. assuming write-enable.
  208. ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  209. mmc1: new high speed SD card at address 0002
  210. mmcblk1: mmc1:0002 482 MiB
  211. mmcblk1: p1
  212. hub 2-0:1.0: USB hub found
  213. hub 2-0:1.0: 1 port detected
  214. input: gpio-keys.11 as /devices/gpio-keys.11/input/input0
  215. snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
  216. imx-drm imx-drm: No connectors reported connected with modes
  217. [drm] Cannot find any crtc or sizes - going 1024x768
  218. Console: switching to colour frame buffer device 128x48
  219. imx-drm imx-drm: fb0: frame buffer device
  220. imx-drm imx-drm: registered panic notifier
  221. ALSA device list:
  222. No soundcards found.
  223. List of all partitions:
  224. b300 7878656 mmcblk0 driver: mmcblk
  225. b301 7876608 mmcblk0p1 e8acc671-01
  226. b308 494080 mmcblk1 driver: mmcblk
  227. b309 492032 mmcblk1p1 768ca638-01
  228. No filesystem could mount root, tried: ext4
  229. Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,9)
  230. CPU2: stopping
  231. CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.11.0+ #1
  232. Backtrace:
  233. [<80011c68>] (dump_backtrace+0x0/0x10c) from [<80011e7c>] (show_stack+0x18/0x1c)
  234. r6:80753e54 r5:00000000 r4:807737e8 r3:00000000
  235. [<80011e64>] (show_stack+0x0/0x1c) from [<8055624c>] (dump_stack+0x84/0x9c)
  236. [<805561c8>] (dump_stack+0x0/0x9c) from [<800140ec>] (handle_IPI+0x114/0x15c)
  237. r5:8075eb88 r4:00000002
  238. [<80013fd8>] (handle_IPI+0x0/0x15c) from [<80008628>] (gic_handle_irq+0x5c/0x64)
  239. r8:8075e928 r7:f4000100 r6:bf899f68 r5:8075ecd0 r4:f400010c
  240. r3:8000f368
  241. [<800085cc>] (gic_handle_irq+0x0/0x64) from [<80012a40>] (__irq_svc+0x40/0x54)
  242. Exception stack(0xbf899f68 to 0xbf899fb0)
  243. 9f60: 81017a60 00000000 00001b68 8001d860 8079a128 00000000
  244. 9f80: bf898000 bf898000 8075e928 8055d34c 8075e8c8 bf899fbc bf899fc0 bf899fb0
  245. 9fa0: 8000f368 8000f36c 60000113 ffffffff
  246. r7:bf899f9c r6:ffffffff r5:60000113 r4:8000f36c
  247. [<8000f334>] (arch_cpu_idle+0x0/0x44) from [<8005eda8>] (cpu_startup_entry+0x100/0x154)
  248. [<8005eca8>] (cpu_startup_entry+0x0/0x154) from [<80013d88>] (secondary_start_kernel+0x134/0x164)
  249. r7:8079a544
  250. [<80013c54>] (secondary_start_kernel+0x0/0x164) from [<100086c4>] (0x100086c4)
  251. r5:0000001f r4:4f87c06a
  252. CPU0: stopping
  253. CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.11.0+ #1
  254. Backtrace:
  255. [<80011c68>] (dump_backtrace+0x0/0x10c) from [<80011e7c>] (show_stack+0x18/0x1c)
  256. r6:80753e54 r5:00000000 r4:807737e8 r3:00000000
  257. [<80011e64>] (show_stack+0x0/0x1c) from [<8055624c>] (dump_stack+0x84/0x9c)
  258. [<805561c8>] (dump_stack+0x0/0x9c) from [<800140ec>] (handle_IPI+0x114/0x15c)
  259. r5:8075eb88 r4:00000000
  260. [<80013fd8>] (handle_IPI+0x0/0x15c) from [<80008628>] (gic_handle_irq+0x5c/0x64)
  261. r8:8075e928 r7:f4000100 r6:80757f38 r5:8075ecd0 r4:f400010c
  262. r3:8000f368
  263. [<800085cc>] (gic_handle_irq+0x0/0x64) from [<80012a40>] (__irq_svc+0x40/0x54)
  264. Exception stack(0x80757f38 to 0x80757f80)
  265. 7f20: 81007a60 00000000
  266. 7f40: 000018a0 8001d860 8079a128 00000000 80756000 80756000 8075e928 8055d34c
  267. 7f60: 8075e8c8 80757f8c 80757f90 80757f80 8000f368 8000f36c 60000113 ffffffff
  268. r7:80757f6c r6:ffffffff r5:60000113 r4:8000f36c
  269. [<8000f334>] (arch_cpu_idle+0x0/0x44) from [<8005eda8>] (cpu_startup_entry+0x100/0x154)
  270. [<8005eca8>] (cpu_startup_entry+0x0/0x154) from [<80551f3c>] (rest_init+0x68/0x80)
  271. r7:810045c0
  272. [<80551ed4>] (rest_init+0x0/0x80) from [<80706ab4>] (start_kernel+0x2b4/0x310)
  273. [<80706800>] (start_kernel+0x0/0x310) from [<10008074>] (0x10008074)
  274. r7:80762ac8 r6:80746c8c r5:8075e8c4 r4:10c53c7d
  275. CPU1: stopping
  276. CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.11.0+ #1
  277. Backtrace:
  278. [<80011c68>] (dump_backtrace+0x0/0x10c) from [<80011e7c>] (show_stack+0x18/0x1c)
  279. r6:80753e54 r5:00000000 r4:807737e8 r3:00000000
  280. [<80011e64>] (show_stack+0x0/0x1c) from [<8055624c>] (dump_stack+0x84/0x9c)
  281. [<805561c8>] (dump_stack+0x0/0x9c) from [<800140ec>] (handle_IPI+0x114/0x15c)
  282. r5:8075eb88 r4:00000001
  283. [<80013fd8>] (handle_IPI+0x0/0x15c) from [<80008628>] (gic_handle_irq+0x5c/0x64)
  284. r8:8075e928 r7:f4000100 r6:bf897f68 r5:8075ecd0 r4:f400010c
  285. r3:8000f368
  286. [<800085cc>] (gic_handle_irq+0x0/0x64) from [<80012a40>] (__irq_svc+0x40/0x54)
  287. Exception stack(0xbf897f68 to 0xbf897fb0)
  288. 7f60: 8100fa60 00000000 00001bec 8001d860 8079a128 00000000
  289. 7f80: bf896000 bf896000 8075e928 8055d34c 8075e8c8 bf897fbc bf897fc0 bf897fb0
  290. 7fa0: 8000f368 8000f36c 60000113 ffffffff
  291. r7:bf897f9c r6:ffffffff r5:60000113 r4:8000f36c
  292. [<8000f334>] (arch_cpu_idle+0x0/0x44) from [<8005eda8>] (cpu_startup_entry+0x100/0x154)
  293. [<8005eca8>] (cpu_startup_entry+0x0/0x154) from [<80013d88>] (secondary_start_kernel+0x134/0x164)
  294. r7:8079a544
  295. [<80013c54>] (secondary_start_kernel+0x0/0x164) from [<100086c4>] (0x100086c4)
  296. r5:0000001f r4:4f87c06a
  297. drm_kms_helper: panic occurred, switching back to text console
Advertisement
Add Comment
Please, Sign In to add comment