Advertisement
teplofizik

i.MX53 QSB log

Nov 26th, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.49 KB | None | 0 0
  1. U-Boot 2009.08 (Oct 20 2011 - 13:11:26)
  2.  
  3. CPU: Freescale i.MX53 family 2.1V at 800 MHz
  4. mx53 pll1: 800MHz
  5. mx53 pll2: 400MHz
  6. mx53 pll3: 432MHz
  7. mx53 pll4: 455MHz
  8. ipg clock : 66666666Hz
  9. ipg per clock : 33333333Hz
  10. uart clock : 66666666Hz
  11. cspi clock : 108000000Hz
  12. ahb clock : 133333333Hz
  13. axi_a clock : 400000000Hz
  14. axi_b clock : 200000000Hz
  15. emi_slow clock: 133333333Hz
  16. ddr clock : 400000000Hz
  17. esdhc1 clock : 80000000Hz
  18. esdhc2 clock : 80000000Hz
  19. esdhc3 clock : 80000000Hz
  20. esdhc4 clock : 80000000Hz
  21. nfc clock : 26666666Hz
  22. Board: MX53-LOCO 1.0 Rev. B
  23. Boot Reason: [POR]
  24. Boot Device: SD
  25. I2C: ready
  26. DRAM: 1 GB
  27. MMC: FSL_ESDHC: 0,FSL_ESDHC: 1
  28. In: serial
  29. Out: serial
  30. Err: serial
  31. Serial reinitilized!
  32. Net: got MAC address from IIM: 00:04:9f:01:f7:f9
  33. FEC0 [PRIME]
  34. Hit any key to stop autoboot: 0
  35.  
  36. MMC read: dev # 0, block # 2048, count 6144 ... 6144 blocks read: OK
  37. ## Booting kernel from Legacy Image at 70800000 ...
  38. Image Name: Linux-2.6.35.3-1129-g691c08a
  39. Image Type: ARM Linux Kernel Image (uncompressed)
  40. Data Size: 3009460 Bytes = 2.9 MB
  41. Load Address: 70008000
  42. Entry Point: 70008000
  43. Verifying Checksum ... OK
  44. Loading Kernel Image ... OK
  45. OK
  46.  
  47. Starting kernel ...
  48.  
  49. Linux version 2.6.35.3-1129-g691c08a (rogerio@b19259) (gcc version 4.4.4 (4.4.4_
  50. 09.06.2010) ) #7 PREEMPT Wed Nov 16 14:33:06 BRST 2011
  51. CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
  52. CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  53. Machine: Freescale MX53 LOCO Board
  54. Memory policy: ECC disabled, Data cache writeback
  55. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 218112
  56. Kernel command line: console=ttymxc0,115200 gpu_nommu setenv bootargs console=tt
  57. ymxc0,115200 video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga root=/dev/mmcblk0p1 rw
  58. rootwait
  59. PID hash table entries: 4096 (order: 2, 16384 bytes)
  60. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  61. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  62. Memory: 352MB 512MB = 864MB total
  63. Memory: 868168k/868168k available, 16568k reserved, 0K highmem
  64. Virtual kernel memory layout:
  65. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  66. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  67. DMA : 0xf8e00000 - 0xffe00000 ( 112 MB)
  68. vmalloc : 0xe0800000 - 0xf4000000 ( 312 MB)
  69. lowmem : 0x80000000 - 0xe0000000 (1536 MB)
  70. pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  71. modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  72. .init : 0x80008000 - 0x80033000 ( 172 kB)
  73. .text : 0x80033000 - 0x807fb000 (7968 kB)
  74. .data : 0x80818000 - 0x808701e0 ( 353 kB)
  75. SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  76. Hierarchical RCU implementation.
  77. RCU-based detection of stalled CPUs is disabled.
  78. Verbose stalled-CPUs detection is disabled.
  79. NR_IRQS:368
  80. MXC GPIO hardware
  81. MXC IRQ initialized
  82. MXC_Early serial console at MMIO 0x53fbc000 (options '115200')
  83. bootconsole [ttymxc0] enabled
  84. Console: colour dummy device 80x30
  85. Calibrating delay loop... 999.42 BogoMIPS (lpj=4997120)
  86. pid_max: default: 32768 minimum: 301
  87. Mount-cache hash table entries: 512
  88. CPU: Testing write buffer coherency: ok
  89. regulator: core version 0.5
  90. NET: Registered protocol family 16
  91. i.MX IRAM pool: 128 KB@0xe0840000
  92. IRAM READY
  93. CPU is i.MX53 Revision 2.1
  94. Using SDMA I.API
  95. MXC DMA API initialized
  96. IMX usb wakeup probe
  97. IMX usb wakeup probe
  98. bio: create slab <bio-0> at 0
  99. SCSI subsystem initialized
  100. Freescale USB OTG Driver loaded, $Revision: 1.55 $
  101.  
  102. ****************************** NOTICE *****************************
  103. You have seen this notice as you have enabled OTG driver for mx53 LOCO board
  104. For mx53 loco board, the OTG function is unavailable due to hardware limitation
  105. So, Only one usb function (device or host) can be available for certain image
  106. Please config your kernel to disable OTG and the usb function you don't want to
  107. use
  108. And remain the other usb function you would like to use
  109.  
  110. Below OTG configs should be removed:
  111. CONFIG_MXC_OTG, CONFIG_USB_OTG
  112.  
  113. Choose one of below configs for host or device function
  114. But DO NOT choose them together
  115.  
  116. OTG host config
  117. CONFIG_USB_EHCI_ARC_OTG
  118.  
  119. OTG device config
  120. CONFIG_USB_GADGET
  121.  
  122. usbcore: registered new interface driver usbfs
  123. usbcore: registered new interface driver hub
  124. usbcore: registered new device driver usb
  125. IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  126. Advanced Linux Sound Architecture Driver Version 1.0.23.
  127. Bluetooth: Core ver 2.15
  128. NET: Registered protocol family 31
  129. Bluetooth: HCI device and connection manager initialized
  130. Bluetooth: HCI socket layer initialized
  131. mc34708 Rev 2.4 FinVer 0 detected
  132. PMIC MC34708 ID:0x14
  133. regulator: SW1: 650 <--> 1437 mV at 1250 mV
  134. regulator: SW1B: 650 <--> 1437 mV at 1100 mV
  135. regulator: SW2: 650 <--> 1437 mV at 1300 mV
  136. regulator: SW3: 650 <--> 1425 mV at 1200 mV
  137. regulator: SW4A: 1200 <--> 3300 mV at 1500 mV
  138. regulator: SW4B: 1200 <--> 3300 mV at 1500 mV
  139. regulator: SW5: 1200 <--> 1975 mV at 1800 mV
  140. regulator: SWBST:
  141. regulator: VPLL: 1200 <--> 1800 mV at 1800 mV
  142. regulator: VREFDDR:
  143. regulator: VDAC: 2500 <--> 2775 mV at 2775 mV
  144. regulator: VUSB:
  145. regulator: VUSB2: 2500 <--> 3000 mV at 2500 mV
  146. regulator: VGEN1: 1200 <--> 1550 mV at 1300 mV
  147. regulator: VGEN2: 2500 <--> 3300 mV at 2500 mV
  148. pmic 0-0008: Loaded
  149. Switching to clocksource mxc_timer1
  150. NET: Registered protocol family 2
  151. IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  152. TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  153. TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  154. TCP: Hash tables configured (established 131072 bind 65536)
  155. TCP reno registered
  156. UDP hash table entries: 512 (order: 1, 8192 bytes)
  157. UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  158. NET: Registered protocol family 1
  159. RPC: Registered udp transport module.
  160. RPC: Registered tcp transport module.
  161. RPC: Registered tcp NFSv4.1 backchannel transport module.
  162. LPMode driver module loaded
  163. Static Power Management for Freescale i.MX5
  164. PM driver module loaded
  165. sdram autogating driver module loaded
  166. Bus freq driver module loaded
  167. DI1 is primary
  168. mxc_dvfs_core_probe
  169. DVFS driver module loaded
  170. i.MXC CPU frequency driver
  171. DVFS PER driver module loaded
  172. JFFS2 version 2.2. (NAND) В© 2001-2006 Red Hat, Inc.
  173. msgmni has been set to 1695
  174. alg: No test for stdrng (krng)
  175. cryptodev: driver loaded.
  176. io scheduler noop registered
  177. io scheduler deadline registered
  178. io scheduler cfq registered (default)
  179. regulator: get() with no identifier
  180. By setting, SII driver will not be enabled
  181. By setting, LDB driver will not be enabled
  182. mxc_ipu mxc_ipu: Channel already disabled 9
  183. mxc_ipu mxc_ipu: Channel already uninitialized 9
  184. IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
  185. Console: switching to colour frame buffer device 128x48
  186. mxc_ipu mxc_ipu: Channel already disabled 7
  187. mxc_ipu mxc_ipu: Channel already uninitialized 7
  188. mxc_ipu mxc_ipu: Channel already disabled 10
  189. mxc_ipu mxc_ipu: Channel already uninitialized 10
  190. Serial: MXC Internal UART driver
  191. mxcintuart.0: ttymxc0 at MMIO 0x53fbc000 (irq = 31) is a Freescale i.MX
  192. console [ttymxc0] enabled, bootconsole disabled
  193. console [ttymxc0] enabled, bootconsole disabled
  194. mxcintuart.1: ttymxc1 at MMIO 0x53fc0000 (irq = 32) is a Freescale i.MX
  195. mxcintuart.2: ttymxc2 at MMIO 0x5000c000 (irq = 33) is a Freescale i.MX
  196. mxcintuart.3: ttymxc3 at MMIO 0x53ff0000 (irq = 13) is a Freescale i.MX
  197. mxcintuart.4: ttymxc4 at MMIO 0x63f90000 (irq = 86) is a Freescale i.MX
  198. loop: module loaded
  199. MXC MTD nand Driver 3.0
  200. i.MX GPMI NFC
  201. vcan: Virtual CAN interface driver
  202. Freescale FlexCAN Driver
  203. FEC Ethernet Driver
  204. fec_enet_mii_bus: probed
  205. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  206. fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
  207. fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
  208. fsl-ehci fsl-ehci.0: irq 18, io base 0x53f80000
  209. fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
  210. hub 1-0:1.0: USB hub found
  211. hub 1-0:1.0: 1 port detected
  212. fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
  213. fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
  214. fsl-ehci fsl-ehci.1: irq 14, io base 0x53f80200
  215. fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
  216. hub 2-0:1.0: USB hub found
  217. hub 2-0:1.0: 1 port detected
  218. usbcore: registered new interface driver cdc_acm
  219. cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapter
  220. s
  221. Initializing USB Mass Storage driver...
  222. usbcore: registered new interface driver usb-storage
  223. USB Mass Storage support registered.
  224. ARC USBOTG Device Controller driver (1 August 2005)
  225. mice: PS/2 mouse device common for all mice
  226. input: gpio-keys as /devices/platform/gpio-keys/input/input0
  227. MXC keypad loaded
  228. input: mxc_power_key as /devices/virtual/input/input1
  229. PMIC powerkey probe
  230. egalax_ts 2-0004: egalax_ts: failed to read firmware version
  231. egalax_ts: probe of 2-0004 failed with error -5
  232. p1003_fwv33 2-0041: couldn't read panel infomation.
  233. p1003_fwv33: probe of 2-0041 failed with error -5
  234. DA9052 TSI Device Driver, v1.0
  235. mxc_rtc mxc_rtc.0: rtc core: registered mxc_rtc as rtc0
  236. pmic rtc probe start
  237. pmic_rtc mc34708_rtc.1: rtc core: registered mc34708_rtc as rtc1
  238. pmic rtc probe succeed
  239. i2c /dev entries driver
  240. IR NEC protocol handler initialized
  241. IR RC5(x) protocol handler initialized
  242. IR RC6 protocol handler initialized
  243. IR JVC protocol handler initialized
  244. IR Sony protocol handler initialized
  245. Linux video capture interface: v2.00
  246. mxc_v4l2_output mxc_v4l2_output.0: Registered device video0
  247. usbcore: registered new interface driver uvcvideo
  248. USB Video Class driver (v0.1.0)
  249. APM Battery Driver
  250. check mma8450 chip ID
  251. mma8450 0-001c: build time Nov 16 2011 14:23:36
  252. input: mma8450 as /devices/virtual/input/input2
  253. add mma8450 i2c driver
  254. MXC WatchDog Driver 2.0
  255. MXC Watchdog # 0 Timer: initial timeout 60 sec
  256. Bluetooth: Virtual HCI driver ver 1.3
  257. Bluetooth: HCI UART driver ver 2.2
  258. Bluetooth: HCIATH3K protocol initialized
  259. Bluetooth: Generic Bluetooth USB driver ver 0.6
  260. usbcore: registered new interface driver btusb
  261. PMIC ADC start probe
  262. VPU initialized
  263. mxc_asrc registered
  264. gpu mmu disabled
  265. mxsdhci: MXC Secure Digital Host Controller Interface driver
  266. mxsdhci: MXC SDHCI Controller Driver.
  267. mmc0: SDHCI detect irq 0 irq 1 INTERNAL DMA
  268. mxsdhci: MXC SDHCI Controller Driver.
  269. mmc1: SDHCI detect irq 203 irq 3 INTERNAL DMA
  270. usbcore: registered new interface driver usbhid
  271. usbhid: USB HID core driver
  272. Cirrus Logic CS42888 ALSA SoC Codec Driver
  273. sgtl5000-i2c 1-000a: SGTL5000 revision 17
  274. mxc_spdif mxc_spdif.0: MXC SPDIF Audio Transmitter
  275. No device for codec mxc spdif
  276. No device for DAI mxc spdif
  277. No device for DAI imx-ssi-1-0
  278. No device for DAI imx-ssi-1-1
  279. No device for DAI imx-ssi-2-0
  280. No device for DAI imx-ssi-2-1
  281. No device for DAI imx-spdif-dai
  282. DMA Sound Buffer Allocated: Playback UseIram=1 ext_ram=0 buf->addr=f8016000 buf-
  283. >area=e0856000 size=24576
  284. DMA Sound Buffer Allocated: Capture UseIram=1 ext_ram=1 buf->addr=cf358000 buf-
  285. >area=f90ad000 size=24576
  286. asoc: SGTL5000 <-> imx-ssi-2-0 mapping ok
  287. mmc0: new high speed SDHC card at address e624
  288. mmcblk0: mmc0:e624 SU04G 3.69 GiB
  289. mmcblk0: p1
  290. DMA Sound Buffer Allocated: Playback UseIram=1 ext_ram=1 buf->addr=cf440000 buf-
  291. >area=f90b3000 size=24576
  292. asoc: mxc spdif <-> imx-spdif-dai mapping ok
  293. ALSA device list:
  294. #0: imx-3stack (SGTL5000)
  295. #1: imx-3stack-spdif (mxc spdif)
  296. TCP cubic registered
  297. NET: Registered protocol family 17
  298. can: controller area network core (rev 20090105 abi 8)
  299. NET: Registered protocol family 29
  300. can: raw protocol (rev 20090105)
  301. can: broadcast manager protocol (rev 20090105 t)
  302. Bluetooth: L2CAP ver 2.14
  303. Bluetooth: L2CAP socket layer initialized
  304. Bluetooth: SCO (Voice Link) ver 0.6
  305. Bluetooth: SCO socket layer initialized
  306. Bluetooth: RFCOMM TTY layer initialized
  307. Bluetooth: RFCOMM socket layer initialized
  308. Bluetooth: RFCOMM ver 1.11
  309. Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  310. Bluetooth: BNEP filters: protocol multicast
  311. Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  312. VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
  313. input: mxc_ts as /devices/virtual/input/input3
  314. mxc input touchscreen loaded
  315. mxc_rtc mxc_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)
  316. EXT3-fs: barriers not enabled
  317. EXT3-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recomme
  318. nded
  319. kjournald starting. Commit interval 5 seconds
  320. EXT3-fs (mmcblk0p1): using internal journal
  321. EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
  322. VFS: Mounted root (ext3 filesystem) on device 179:1.
  323. Freeing init memory: 172K
  324. init: ureadahead main process (1206) terminated with status 5
  325. init: procps main process (3784) terminated with status 2µmxc_ipu mxc_ipu: Chann
  326. el already disabled 9
  327. mxc_ipu mxc_ipu: Channel already uninitialized 9
  328. mxc_ipu mxc_ipu: Channel already disabled 9
  329. mxc_ipu mxc_ipu: Channel already uninitialized 9
  330. mxc_ipu mxc_ipu: Channel already disabled 9
  331. mxc_ipu mxc_ipu: Channel already uninitialized 9
  332. mxc_ipu mxc_ipu: Channel already disabled 9
  333. mxc_ipu mxc_ipu: Channel already uninitialized 9
  334. mxc_ipu mxc_ipu: Channel already disabled 9
  335. mxc_ipu mxc_ipu: Channel already uninitialized 9
  336. mxc_ipu mxc_ipu: Channel already disabled 9
  337. mxc_ipu mxc_ipu: Channel already uninitialized 9
  338. mxc_ipu mxc_ipu: Channel already disabled 9
  339. mxc_ipu mxc_ipu: Channel already uninitialized 9
  340. mxc_ipu mxc_ipu: Channel already disabled 9
  341. mxc_ipu mxc_ipu: Channel already uninitialized 9
  342. mxc_ipu mxc_ipu: Channel already disabled 9
  343. mxc_ipu mxc_ipu: Channel already uninitialized 9
  344. mxc_ipu mxc_ipu: Channel already disabled 9
  345. mxc_ipu mxc_ipu: Channel already uninitialized 9
  346. mxc_ipu mxc_ipu: Channel already disabled 9
  347. mxc_ipu mxc_ipu: Channel already uninitialized 9
  348. mxc_ipu mxc_ipu: Channel already disabled 9
  349. mxc_ipu mxc_ipu: Channel already uninitialized 9
  350. [ OK ]ting sensors limits
  351. [ OK ]rting Advanced Power Management daemon...
  352. mxc_ipu mxc_ipu: Channel already disabled 9
  353. mxc_ipu mxc_ipu: Channel already uninitialized 9
  354. * Speech-dispatcher configured for user sessions
  355. [ OK ]rting NTP server ntpd
  356. [ OK ]rting Common Unix Printing System: cupsd
  357. [ OK ]bling additional executable binary formats binfmt-support
  358.  
  359. Ubuntu 10.04 LTS lucid-desktop ttymxc0
  360.  
  361. lucid-desktop login: usb 1-1: device v046d pc05b is not supported
  362. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2ce73054
  363. mxc_ipu mxc_ipu: Channel already disabled 10
  364. mxc_ipu mxc_ipu: Channel already uninitialized 10
  365. mxc_ipu mxc_ipu: Channel already disabled 10
  366. mxc_ipu mxc_ipu: Channel already uninitialized 10
  367. mxc_ipu mxc_ipu: Channel already disabled 10
  368. mxc_ipu mxc_ipu: Channel already uninitialized 10
  369. mxc_ipu mxc_ipu: Channel already disabled 10
  370. mxc_ipu mxc_ipu: Channel already uninitialized 10
  371. mxc_ipu mxc_ipu: Channel already disabled 10
  372. mxc_ipu mxc_ipu: Channel already uninitialized 10
  373. mxc_ipu mxc_ipu: Channel already disabled 10
  374. mxc_ipu mxc_ipu: Channel already uninitialized 10
  375. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2ec63054
  376. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2ec63054
  377. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2ec65054
  378. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2eb96054
  379. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2eb96054
  380. gsl_kmod_ioctl: tried to free memdesc that was not allocated!
  381. gsl_kmod_ioctl: tried to free memdesc that was not allocated!
  382. Unhandled fault: external abort on non-linefetch (0x1018) at 0x2ce73054
  383. mxc_ipu mxc_ipu: Channel already disabled 10
  384. mxc_ipu mxc_ipu: Channel already uninitialized 10
  385. mxc_ipu mxc_ipu: Channel already disabled 10
  386. mxc_ipu mxc_ipu: Channel already uninitialized 10
  387. init: avahi-daemon main process (3832) terminated with status 255
  388. init: tty4 main process (4661) killed by TERM signal
  389. init: tty5 main process (4666) killed by TERM signal
  390. init: tty2 main process (4678) killed by TERM signal
  391. init: tty3 main process (4681) killed by TERM signal
  392. init: tty6 main process (4684) killed by TERM signal
  393. init: anacron main process (4689) killed by TERM signal
  394. init: cron main process (4692) killed by TERM signal
  395. init: ttymxc0 main process (5008) killed by TERM signal
  396. init: tty1 main process (5014) killed by TERM signal
  397. modem-manager: Caught signal 15, shutting down...
  398. init: Дinit: alsa-mixer-save main process (6153) terminated with status 1
  399. Checking for running unattended-upgrades: * Asking all remaining processes to t
  400. [ OK ]te...
  401. [ OK ] * All processes ended within 2 seconds....
  402. [ OK ] * Deconfiguring network interfaces...
  403. [ OK ] * Deactivating swap...
  404. * Will now halt
  405. Power down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement