Advertisement
anupkini

iMX6-DL-uQ7-SECO

May 15th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. MX6DL SECO_uQ7 U-Boot > boot
  2. mmc3 is current device
  3. Loading file "/boot/uImage" from mmc device 3:1 (xxd1)
  4. 3941436 bytes read
  5. ## Booting kernel from Legacy Image at 10800000 ...
  6. Image Name: Linux-3.0.35-gf6c92cd-dirty
  7. Created: 2014-05-14 14:47:50 UTC
  8. Image Type: ARM Linux Kernel Image (uncompressed)
  9. Data Size: 3941372 Bytes = 3.7 MB
  10. Load Address: 10008000
  11. Entry Point: 10008000
  12. Verifying Checksum ... OK
  13. Loading Kernel Image ... OK
  14. OK
  15.  
  16. Starting kernel ...
  17.  
  18. [ 0.000000] Linux version 3.0.35-gf6c92cd-dirty (akini@SNCN-008) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Wed May 14 16:47:40 CEST 2014
  19. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  20. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  21. [ 0.000000] Machine: SECO i.MX6 Quad/Dual/Dual Lite/Solo uQ7 Board
  22. [ 0.000000] Kernel ver: 1222
  23. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  24. [ 0.000000] CPU identified as i.MX6DL/SOLO, silicon rev 1.1
  25. [ 0.000000] PERCPU: Embedded 7 pages/cpu @8c008000 s5440 r8192 d15040 u32768
  26. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227328
  27. [ 0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk1p1 rootwait rw fixrtc rootflags=barrier=1 mem=1024M arm_freq=996 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24
  28. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  29. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  30. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  31. [ 0.000000] Memory: 640MB 256MB = 896MB total
  32. [ 0.000000] Memory: 896556k/896556k available, 152020k reserved, 0K highmem
  33. [ 0.000000] Virtual kernel memory layout:
  34. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  35. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  36. [ 0.000000] DMA : 0xf4600000 - 0xffe00000 ( 184 MB)
  37. [ 0.000000] vmalloc : 0xc0800000 - 0xf2000000 ( 792 MB)
  38. [ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
  39. [ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  40. [ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  41. [ 0.000000] .init : 0x80008000 - 0x8003a000 ( 200 kB)
  42. [ 0.000000] .text : 0x8003a000 - 0x80ac9354 (10813 kB)
  43. [ 0.000000] .data : 0x80aca000 - 0x80b2d3a0 ( 397 kB)
  44. [ 0.000000] .bss : 0x80b2d3c4 - 0x80b979ac ( 426 kB)
  45. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  46. [ 0.000000] Preemptible hierarchical RCU implementation.
  47. [ 0.000000] NR_IRQS:624
  48. [ 0.000000] MXC GPIO hardware
  49. [ 0.000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms
  50. [ 0.000000] Set periph_clk's parent to pll2_pfd_400M!
  51. [ 0.000000] arm_max_freq=1GHz
  52. [ 0.000000] MXC_Early serial console at MMIO 0x21e8000 (options '115200')
  53. [ 0.000000] bootconsole [ttymxc1] enabled
  54. [ 0.000000] Console: colour dummy device 80x30
  55. [ 0.226811] Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
  56. [ 0.315133] pid_max: default: 32768 minimum: 301
  57. [ 0.320071] Mount-cache hash table entries: 512
  58. [ 0.325388] CPU: Testing write buffer coherency: ok
  59. [ 0.330547] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  60. [ 0.431092] CPU1: Booted secondary processor
  61. [ 0.520582] Brought up 2 CPUs
  62. [ 0.527841] SMP: Total of 2 processors activated (3162.11 BogoMIPS).
  63. [ 0.551604] print_constraints: dummy:
  64. [ 0.555592] NET: Registered protocol family 16
  65. [ 0.564433] print_constraints: vddpu: 725 <--> 1300 mV at 700 mV fast normal
  66. [ 0.571921] print_constraints: vddcore: 725 <--> 1300 mV at 1150 mV fast normal
  67. [ 0.579647] print_constraints: vddsoc: 725 <--> 1300 mV at 1200 mV fast normal
  68. [ 0.587350] print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast normal
  69. [ 0.595122] print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast normal
  70. [ 0.602784] print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast normal
  71. [ 0.611989] Board Rev C
  72. [ 0.614501] USB OTG ID STATUS: 1
  73. [ 0.623460] Resetting ethernet physical layer.
  74. [ 0.667285] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  75. [ 0.674121] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
  76. [ 0.681480] hw-breakpoint: maximum watchpoint size is 4 bytes.
  77. [ 0.687353] L310 cache controller enabled
  78. [ 0.691394] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x02050000, Cache size: 524288 B
  79. [ 0.722924] bio: create slab <bio-0> at 0
  80. [ 0.730227] mxs-dma mxs-dma-apbh: initialized
  81. [ 0.734937] print_constraints: vmmc: 3300 mV
  82. [ 0.739972] vgaarb: loaded
  83. [ 0.743528] SCSI subsystem initialized
  84. [ 0.748125] spi_imx imx6q-ecspi.0: probed
  85. [ 0.752615] spi_imx imx6q-ecspi.1: probed
  86. [ 0.757009] spi_imx imx6q-ecspi.2: probed
  87. [ 0.761770] usbcore: registered new interface driver usbfs
  88. [ 0.767397] usbcore: registered new interface driver hub
  89. [ 0.772895] usbcore: registered new device driver usb
  90. [ 0.777964] Freescale USB OTG Driver loaded, $Revision: 1.55 $
  91. [ 0.785582] mc_pfuze 1-0008: ID: 0,Full lay: 1 ,Metal lay: 1
  92. [ 0.791479] mc_pfuze 1-0008: FAB: 0 ,FIN: 0
  93. [ 0.798456] print_constraints: SW1A: 300 <--> 1875 mV at 1375 mV
  94. [ 0.805023] print_constraints: SW1B: 300 <--> 1875 mV at 300 mV
  95. [ 0.811474] print_constraints: SW1C: 300 <--> 1875 mV at 1375 mV
  96. [ 0.817991] print_constraints: SW2: 800 <--> 3300 mV at 3000 mV
  97. [ 0.824409] print_constraints: SW3A: 400 <--> 1975 mV at 1500 mV
  98. [ 0.830935] print_constraints: SW3B: 400 <--> 1975 mV at 1500 mV
  99. [ 0.837433] print_constraints: SW4: 400 <--> 1200 mV at 1800 mV
  100. [ 0.844211] print_constraints: SWBST: 5000 <--> 5150 mV at 5000 mV
  101. [ 0.850909] print_constraints: VSNVS: 1200 <--> 3000 mV at 1800 mV
  102. [ 0.857742] print_constraints: VREFDDR: at 750 mV
  103. [ 0.862930] print_constraints: VGEN1: 800 <--> 1550 mV at 800 mV
  104. [ 0.869419] print_constraints: VGEN2: 800 <--> 1550 mV at 1500 mV
  105. [ 0.876006] print_constraints: VGEN3: 1800 <--> 3300 mV at 1800 mV
  106. [ 0.882694] print_constraints: VGEN4: 1800 <--> 3300 mV at 1800 mV
  107. [ 0.889358] print_constraints: VGEN5: 1800 <--> 3300 mV at 2500 mV
  108. [ 0.896059] print_constraints: VGEN6: 1800 <--> 3300 mV at 2800 mV
  109. [ 0.920567] imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  110. [ 0.928702] MIPI CSI2 driver module loaded
  111. [ 0.933041] Advanced Linux Sound Architecture Driver Version 1.0.24.
  112. [ 0.940210] Bluetooth: Core ver 2.16
  113. [ 0.943936] NET: Registered protocol family 31
  114. [ 0.948392] Bluetooth: HCI device and connection manager initialized
  115. [ 0.954775] Bluetooth: HCI socket layer initialized
  116. [ 0.959666] Bluetooth: L2CAP socket layer initialized
  117. [ 0.964807] Bluetooth: SCO socket layer initialized
  118. [ 0.970117] cfg80211: Calling CRDA to update world regulatory domain
  119. [ 0.976978] i2c-core: driver [max17135] using legacy suspend method
  120. [ 0.983275] i2c-core: driver [max17135] using legacy resume method
  121. [ 0.989492] Switching to clocksource mxc_timer1
  122. [ 1.006121] Unable to handle kernel NULL pointer dereference at virtual address 00000001
  123. [ 1.014238] pgd = 80004000
  124. [ 1.016953] [00000001] *pgd=00000000
  125. [ 1.020555] Internal error: Oops: 5 [#1] PREEMPT SMP
  126. [ 1.025533] Modules linked in:
  127. [ 1.028612] CPU: 0 Not tainted (3.0.35-gf6c92cd-dirty #1)
  128. [ 1.034383] PC is at kmem_cache_alloc+0xa8/0x100
  129. [ 1.039025] LR is at con_insert_unipair+0xb8/0x104
  130. [ 1.043832] pc : [<800ed51c>] lr : [<8028ffa4>] psr: 60000093
  131. [ 1.043836] sp : bff8bed8 ip : 8003b5a0 fp : 00000000
  132. [ 1.055351] r10: 00000001 r9 : 80adfcb8 r8 : 000000d0
  133. [ 1.060591] r7 : 0bfd0000 r6 : bff8a000 r5 : bfff9300 r4 : 00000001
  134. [ 1.067137] r3 : 80adfcb8 r2 : 8028ffa4 r1 : 000024e8 r0 : 20000013
  135. [ 1.073684] Flags: nZCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment kernel
  136. [ 1.081101] Control: 10c53c7d Table: 1000404a DAC: 00000015
  137. [ 1.086863] Process swapper (pid: 1, stack limit = 0xbff8a2f0)
  138. [ 1.092713] Stack: (0xbff8bed8 to 0xbff8c000)
  139. [ 1.097084] bec0: 80b57088 000023bd
  140. [ 1.105287] bee0: bfe1da80 0000005f bfd30fb8 80b04774 80b04770 0000005f 00000003 8028ffa4
  141. [ 1.113490] bf00: 80b048d4 00000000 00000002 bfe1da80 0000005f 80290bd4 80b64ad4 80b048d4
  142. [ 1.121693] bf20: 80b64cb4 bfff0000 00000000 00000001 00000014 80b64ed8 00000002 00000004
  143. [ 1.129895] bf40: 00000000 80021a4c 00000000 80020f68 00000000 80b64db4 00000001 80021460
  144. [ 1.138098] bf60: 80a33700 80140c40 80b648b0 00000000 80040a7c 00000013 80b2d3e0 800208ac
  145. [ 1.146301] bf80: 80a01590 00000013 8002d77c 8002d77c 8002dbf4 8003a5c0 800ad1f4 80b51af8
  146. [ 1.154504] bfa0: 80adb080 bff8a018 000001df 00000013 00000000 373496fc 00000039 00000000
  147. [ 1.162707] bfc0: 00000270 8002d77c 8002dbf4 80040a7c 00000013 00000000 00000000 00000000
  148. [ 1.170909] bfe0: 00000000 80008924 00000000 00000000 80008864 80040a7c 01002000 80008011
  149. [ 1.179122] [<800ed51c>] (kmem_cache_alloc+0xa8/0x100) from [<8028ffa4>] (con_insert_unipair+0xb8/0x104)
  150. [ 1.188639] [<8028ffa4>] (con_insert_unipair+0xb8/0x104) from [<80290bd4>] (con_set_default_unimap+0xe4/0x16c)
  151. [ 1.198680] [<80290bd4>] (con_set_default_unimap+0xe4/0x16c) from [<80020f68>] (console_map_init+0x44/0x50)
  152. [ 1.208454] [<80020f68>] (console_map_init+0x44/0x50) from [<80021460>] (vty_init+0x18c/0x19c)
  153. [ 1.217094] [<80021460>] (vty_init+0x18c/0x19c) from [<800208ac>] (tty_init+0x12c/0x144)
  154. [ 1.225222] [<800208ac>] (tty_init+0x12c/0x144) from [<8003a5c0>] (do_one_initcall+0x11c/0x174)
  155. [ 1.233952] [<8003a5c0>] (do_one_initcall+0x11c/0x174) from [<80008924>] (kernel_init+0xc0/0x144)
  156. [ 1.242859] [<80008924>] (kernel_init+0xc0/0x144) from [<80040a7c>] (kernel_thread_exit+0x0/0x8)
  157. [ 1.251674] Code: 1afffff3 e595b014 e2811004 e3a0a001 (e794b00b)
  158. [ 1.257836] ---[ end trace 1b75b31a2719ed1c ]---
  159. [ 1.262478] Kernel panic - not syncing: Attempted to kill init!
  160. [ 1.268455] [<80046c08>] (unwind_backtrace+0x0/0xf4) from [<80531220>] (panic+0x84/0x198)
  161. [ 1.276691] [<80531220>] (panic+0x84/0x198) from [<80077530>] (complete_and_exit+0x0/0x1c)
  162. [ 1.285003] [<80077530>] (complete_and_exit+0x0/0x1c) from [<bff8bcb8>] (0xbff8bcb8)
  163. [ 1.292777] CPU1: stopping
  164. [ 1.295509] [<80046c08>] (unwind_backtrace+0x0/0xf4) from [<8003a338>] (do_IPI+0x144/0x154)
  165. [ 1.303892] [<8003a338>] (do_IPI+0x144/0x154) from [<8003f9cc>] (__irq_svc+0x4c/0xe8)
  166. [ 1.311744] Exception stack(0xbffa7f90 to 0xbffa7fd8)
  167. [ 1.316812] 7f80: 80b50960 80000093 bffa7fc0 00000000
  168. [ 1.325015] 7fa0: bffa6000 80ae2eac 80b2d484 80539f04 1000406a 412fc09a 00000000 00000000
  169. [ 1.333217] 7fc0: 00000000 bffa7fd8 8004ead8 80040b5c 40000013 ffffffff
  170. [ 1.339856] [<8003f9cc>] (__irq_svc+0x4c/0xe8) from [<80040b5c>] (default_idle+0x24/0x28)
  171. [ 1.348061] [<80040b5c>] (default_idle+0x24/0x28) from [<80040cb8>] (cpu_idle+0xa0/0x104)
  172. [ 1.356265] [<80040cb8>] (cpu_idle+0xa0/0x104) from [<1052dbd4>] (0x1052dbd4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement