<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: kernel hangs at booting</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388493#M56430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4200mAh battery may be not able to deliver sufficient current, so&lt;/P&gt;&lt;P&gt;there may be voltage sags or ripples which may cause board to hang.&lt;/P&gt;&lt;P&gt;Immediately at boot board can consume quite lot of current.&lt;/P&gt;&lt;P&gt;Just for testing you can attach stationary powerfull voltage regulator with&lt;/P&gt;&lt;P&gt;up to 5A capability instead battery and check once more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 07:08:56 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-12-03T07:08:56Z</dc:date>
    <item>
      <title>kernel hangs at booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388492#M56429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on a project based on imx6qd.&lt;/P&gt;&lt;P&gt;We have attached a battery to provide power to the board.&lt;/P&gt;&lt;P&gt;Battery Parameter:&lt;/P&gt;&lt;P&gt;Li-ion single cell 4200 mAh battery&lt;/P&gt;&lt;P&gt;charging voltage : 4.2V&lt;/P&gt;&lt;P&gt;charging current : 2A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With LCD parameter passed at u-boot the board boots properly with both USB power and battery powered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we pass the HDMI parameter at u-boot with the board powered through USB then the board boots properly. But if the board is been powered by the battery then the kernel hangs while booting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The booting logs :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;U-boot parameters:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;boot_fdt=try&lt;/P&gt;&lt;P&gt;bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; fi; fi; fi&lt;/P&gt;&lt;P&gt;bootdelay=3&lt;/P&gt;&lt;P&gt;bootscript=echo Running bootscript from mmc ...;source&lt;/P&gt;&lt;P&gt;console=ttymxc1&lt;/P&gt;&lt;P&gt;fdt_addr=0x18000000&lt;/P&gt;&lt;P&gt;fdt_file=imx6q-sabresd-ldo.dtb&lt;/P&gt;&lt;P&gt;fdt_high=0xffffffff&lt;/P&gt;&lt;P&gt;initrd_high=0xffffffff&lt;/P&gt;&lt;P&gt;ip_dyn=yes&lt;/P&gt;&lt;P&gt;loadaddr=0x12000000&lt;/P&gt;&lt;P&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};&lt;/P&gt;&lt;P&gt;loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}&lt;/P&gt;&lt;P&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}&lt;/P&gt;&lt;P&gt;mmcargs=setenv bootargs gpmi-nand console=${console},${baudrate} root=${mmcroot} video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb2:off v&lt;/P&gt;&lt;P&gt;ideo=mxcfb0:off&lt;/P&gt;&lt;P&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr}&lt;/P&gt;&lt;P&gt; - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;&lt;/P&gt;&lt;P&gt;mmcdev=0&lt;/P&gt;&lt;P&gt;mmcpart=1&lt;/P&gt;&lt;P&gt;mmcroot=/dev/mmcblk0p2 rootwait rw&lt;/P&gt;&lt;P&gt;script=boot.scr&lt;/P&gt;&lt;P&gt;uimage=uImage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 1135/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Kernel Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;mmc0 is current device&lt;/P&gt;&lt;P&gt;reading boot.scr&lt;/P&gt;&lt;P&gt;** Unable to read file boot.scr **&lt;/P&gt;&lt;P&gt;reading uImage&lt;/P&gt;&lt;P&gt;4915192 bytes read in 234 ms (20 MiB/s)&lt;/P&gt;&lt;P&gt;Booting from mmc ...&lt;/P&gt;&lt;P&gt;reading imx6q-sabresd-ldo.dtb&lt;/P&gt;&lt;P&gt;36776 bytes read in 19 ms (1.8 MiB/s)&lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 12000000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.10.17-1.0.0_ga+g232293e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux Kernel Image (uncompressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 4915128 Bytes = 4.7 MiB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;/P&gt;&lt;P&gt;## Flattened Device Tree blob at 18000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Booting using the fdt blob at 0x18000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Loading Kernel Image ... OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Using Device Tree in place at 18000000, end 1800bfa7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Booting Linux on physical CPU 0x0&lt;/P&gt;&lt;P&gt;Linux version 3.10.17-1.0.0_ga+g232293e (parveen@parveen) (gcc version 4.8.2 (GCC) ) #58 SMP PREEMPT Tue Dec 2 16:09:57 IST 2014&lt;/P&gt;&lt;P&gt;CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d&lt;/P&gt;&lt;P&gt;CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;/P&gt;&lt;P&gt;Machine: Freescale MX6Q Quad/DualLite (Device Tree), model: Freescale i.MX6 Quad SABRE Smart Device Board&lt;/P&gt;&lt;P&gt;cma: CMA: reserved 320 MiB at 3c000000&lt;/P&gt;&lt;P&gt;Memory policy: ECC disabled, Data cache writealloc&lt;/P&gt;&lt;P&gt;PERCPU: Embedded 7 pages/cpu @8143e000 s7680 r8192 d12800 u32768&lt;/P&gt;&lt;P&gt;Built 1 zonelists in Zone order, mobility grouping on.&amp;nbsp; Total pages: 260096&lt;/P&gt;&lt;P&gt;Kernel command line: gpmi-nand console=ttymxc1,115200 root=/dev/mmcblk0p2 rootwait rw video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb2:&lt;/P&gt;&lt;P&gt;off video=mxcfb0:off&lt;/P&gt;&lt;P&gt;PID hash table entries: 4096 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)&lt;/P&gt;&lt;P&gt;Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;/P&gt;&lt;P&gt;Memory: 1024MB = 1024MB total&lt;/P&gt;&lt;P&gt;Memory: 698620k/698620k available, 349956k reserved, 0K highmem&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vector&amp;nbsp; : 0xffff0000 - 0xffff1000&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; 4 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fixmap&amp;nbsp; : 0xfff00000 - 0xfffe0000&amp;nbsp;&amp;nbsp; ( 896 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmalloc : 0xc0800000 - 0xff000000&amp;nbsp;&amp;nbsp; (1000 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lowmem&amp;nbsp; : 0x80000000 - 0xc0000000&amp;nbsp;&amp;nbsp; (1024 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pkmap&amp;nbsp;&amp;nbsp; : 0x7fe00000 - 0x80000000&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; 2 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modules : 0x7f000000 - 0x7fe00000&amp;nbsp;&amp;nbsp; (&amp;nbsp; 14 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text : 0x80008000 - 0x80b56370&amp;nbsp;&amp;nbsp; (11577 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .init : 0x80b57000 - 0x80b98e00&amp;nbsp;&amp;nbsp; ( 264 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .data : 0x80b9a000 - 0x80be3be0&amp;nbsp;&amp;nbsp; ( 295 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bss : 0x80be3be0 - 0x80c2996c&amp;nbsp;&amp;nbsp; ( 280 kB)&lt;/P&gt;&lt;P&gt;SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1&lt;/P&gt;&lt;P&gt;Preemptible hierarchical RCU implementation.&lt;/P&gt;&lt;P&gt;NR_IRQS:16 nr_irqs:16 16&lt;/P&gt;&lt;P&gt;L310 cache controller enabled&lt;/P&gt;&lt;P&gt;l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1048576 B&lt;/P&gt;&lt;P&gt;sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms&lt;/P&gt;&lt;P&gt;CPU identified as i.MX6Q, silicon rev 1.2&lt;/P&gt;&lt;P&gt;Console: colour dummy device 80x30&lt;/P&gt;&lt;P&gt;Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)&lt;/P&gt;&lt;P&gt;pid_max: default: 32768 minimum: 301&lt;/P&gt;&lt;P&gt;Mount-cache hash table entries: 512&lt;/P&gt;&lt;P&gt;CPU: Testing write buffer coherency: ok&lt;/P&gt;&lt;P&gt;CPU0: thread -1, cpu 0, socket 0, mpidr 80000000&lt;/P&gt;&lt;P&gt;Setting up static identity map for 0x805aa528 - 0x805aa580&lt;/P&gt;&lt;P&gt;CPU1: Booted secondary processor&lt;/P&gt;&lt;P&gt;CPU1: thread -1, cpu 1, socket 0, mpidr 80000001&lt;/P&gt;&lt;P&gt;Brought up 2 CPUs&lt;/P&gt;&lt;P&gt;SMP: Total of 2 processors activated (3162.11 BogoMIPS).&lt;/P&gt;&lt;P&gt;CPU: All CPU(s) started in SVC mode.&lt;/P&gt;&lt;P&gt;devtmpfs: initialized&lt;/P&gt;&lt;P&gt;pinctrl core: initialized pinctrl subsystem&lt;/P&gt;&lt;P&gt;regulator-dummy: no parameters&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 16&lt;/P&gt;&lt;P&gt;DMA: preallocated 256 KiB pool for atomic coherent allocations&lt;/P&gt;&lt;P&gt;Use WDOG1 as reset source&lt;/P&gt;&lt;P&gt;syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered&lt;/P&gt;&lt;P&gt;vdd1p1: 800 &amp;lt;--&amp;gt; 1375 mV at 1125 mV &lt;/P&gt;&lt;P&gt;vdd3p0: 2800 &amp;lt;--&amp;gt; 3150 mV at 3000 mV &lt;/P&gt;&lt;P&gt;vdd2p5: 2000 &amp;lt;--&amp;gt; 2750 mV at 2425 mV &lt;/P&gt;&lt;P&gt;cpu: 725 &amp;lt;--&amp;gt; 1450 mV at 1100 mV &lt;/P&gt;&lt;P&gt;vddpu: 725 &amp;lt;--&amp;gt; 1450 mV at 1100 mV &lt;/P&gt;&lt;P&gt;vddsoc: 725 &amp;lt;--&amp;gt; 1450 mV at 1175 mV &lt;/P&gt;&lt;P&gt;syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered&lt;/P&gt;&lt;P&gt;syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered&lt;/P&gt;&lt;P&gt;hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.&lt;/P&gt;&lt;P&gt;hw-breakpoint: maximum watchpoint size is 4 bytes.&lt;/P&gt;&lt;P&gt;imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver&lt;/P&gt;&lt;P&gt;bio: create slab &amp;lt;bio-0&amp;gt; at 0&lt;/P&gt;&lt;P&gt;mxs-dma 110000.dma-apbh: initialized&lt;/P&gt;&lt;P&gt;wilink_wl_en: 1800 mV &lt;/P&gt;&lt;P&gt;usb_otg_vbus: 5000 mV &lt;/P&gt;&lt;P&gt;tlv320-supply: 3300 mV &lt;/P&gt;&lt;P&gt;mipi_dsi_pwr_on: no parameters&lt;/P&gt;&lt;P&gt;sensor-supply: 3300 mV &lt;/P&gt;&lt;P&gt;i2c-core: driver [max17135] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [max17135] using legacy resume method&lt;/P&gt;&lt;P&gt;SCSI subsystem initialized&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbfs&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver hub&lt;/P&gt;&lt;P&gt;usbcore: registered new device driver usb&lt;/P&gt;&lt;P&gt;i2c i2c-0: IMX I2C adapter registered&lt;/P&gt;&lt;P&gt;i2c i2c-1: IMX I2C adapter registered&lt;/P&gt;&lt;P&gt;i2c i2c-2: IMX I2C adapter registered&lt;/P&gt;&lt;P&gt;media: Linux media interface: v0.10&lt;/P&gt;&lt;P&gt;Linux video capture interface: v2.00&lt;/P&gt;&lt;P&gt;pps_core: LinuxPPS API ver. 1 registered&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:giometti@linux.it"&gt;giometti@linux.it&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PTP clock support registered&lt;/P&gt;&lt;P&gt;imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a&lt;/P&gt;&lt;P&gt;MIPI CSI2 driver module loaded&lt;/P&gt;&lt;P&gt;Advanced Linux Sound Architecture Driver Initialized.&lt;/P&gt;&lt;P&gt;Bluetooth: Core ver 2.16&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 31&lt;/P&gt;&lt;P&gt;Bluetooth: HCI device and connection manager initialized&lt;/P&gt;&lt;P&gt;Bluetooth: HCI socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: L2CAP socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: SCO socket layer initialized&lt;/P&gt;&lt;P&gt;Switching to clocksource mxc_timer1&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 2&lt;/P&gt;&lt;P&gt;TCP established hash table entries: 8192 (order: 4, 65536 bytes)&lt;/P&gt;&lt;P&gt;TCP bind hash table entries: 8192 (order: 4, 65536 bytes)&lt;/P&gt;&lt;P&gt;TCP: Hash tables configured (established 8192 bind 8192)&lt;/P&gt;&lt;P&gt;TCP: reno registered&lt;/P&gt;&lt;P&gt;UDP hash table entries: 512 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 1&lt;/P&gt;&lt;P&gt;RPC: Registered named UNIX socket transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered udp transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered tcp transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;/P&gt;&lt;P&gt;hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available&lt;/P&gt;&lt;P&gt;pureg-dummy: no parameters&lt;/P&gt;&lt;P&gt;imx6_busfreq busfreq.15: DDR medium rate not supported.&lt;/P&gt;&lt;P&gt;Bus freq driver module loaded&lt;/P&gt;&lt;P&gt;VFS: Disk quotas dquot_6.5.2&lt;/P&gt;&lt;P&gt;Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)&lt;/P&gt;&lt;P&gt;NFS: Registering the id_resolver key type&lt;/P&gt;&lt;P&gt;Key type id_resolver registered&lt;/P&gt;&lt;P&gt;Key type id_legacy registered&lt;/P&gt;&lt;P&gt;jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.&lt;/P&gt;&lt;P&gt;fuse init (API version 7.22)&lt;/P&gt;&lt;P&gt;msgmni has been set to 2004&lt;/P&gt;&lt;P&gt;io scheduler noop registered&lt;/P&gt;&lt;P&gt;io scheduler deadline registered&lt;/P&gt;&lt;P&gt;io scheduler cfq registered (default)&lt;/P&gt;&lt;P&gt;imx-weim 21b8000.weim: WEIM driver registered.&lt;/P&gt;&lt;P&gt;mxc_sdc_fb fb.31: Can't get fb option for mxcfb2!&lt;/P&gt;&lt;P&gt;mxc_sdc_fb fb.32: register mxc display driver hdmi&lt;/P&gt;&lt;P&gt;mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1&lt;/P&gt;&lt;P&gt;fbcvt: 1920x1080@60: CVT Name - 2.073M9&lt;/P&gt;&lt;P&gt;Console: switching to colour frame buffer device 240x67&lt;/P&gt;&lt;P&gt;mxc_sdc_fb fb.33: register mxc display driver lcd&lt;/P&gt;&lt;P&gt;mxc_sdc_fb fb.34: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;mxc_sdc_fb fb.34: NO mxc display driver found!&lt;/P&gt;&lt;P&gt;imx-sdma 20ec000.sdma: no iram assigned, using external mem&lt;/P&gt;&lt;P&gt;imx-sdma 20ec000.sdma: loaded firmware 1.1&lt;/P&gt;&lt;P&gt;imx-sdma 20ec000.sdma: initialized&lt;/P&gt;&lt;P&gt;pfuze100-regulator 0-0008: Full lay: 1, Metal lay: 1&lt;/P&gt;&lt;P&gt;pfuze100-regulator 0-0008: FAB: 0, FIN: 1&lt;/P&gt;&lt;P&gt;SW1AB: 300 &amp;lt;--&amp;gt; 1875 mV at 1375 mV &lt;/P&gt;&lt;P&gt;SW1C: 300 &amp;lt;--&amp;gt; 1875 mV at 1375 mV &lt;/P&gt;&lt;P&gt;SW2: 800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV &lt;/P&gt;&lt;P&gt;SW3A: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;/P&gt;&lt;P&gt;SW3B: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;/P&gt;&lt;P&gt;SW4: 800 &amp;lt;--&amp;gt; 3300 mV at 3150 mV &lt;/P&gt;&lt;P&gt;SWBST: 5000 &amp;lt;--&amp;gt; 5150 mV at 5000 mV &lt;/P&gt;&lt;P&gt;VSNVS: 1000 &amp;lt;--&amp;gt; 3000 mV at 3000 mV &lt;/P&gt;&lt;P&gt;VREFDDR: 750 mV &lt;/P&gt;&lt;P&gt;VGEN1: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;/P&gt;&lt;P&gt;VGEN2: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;/P&gt;&lt;P&gt;VGEN3: 1800 &amp;lt;--&amp;gt; 3300 mV at 2500 mV &lt;/P&gt;&lt;P&gt;VGEN4: 1800 &amp;lt;--&amp;gt; 3300 mV at 1800 mV &lt;/P&gt;&lt;P&gt;VGEN5: 1800 &amp;lt;--&amp;gt; 3300 mV at 2800 mV &lt;/P&gt;&lt;P&gt;VGEN6: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV &lt;/P&gt;&lt;P&gt;Serial: IMX driver&lt;/P&gt;&lt;P&gt;21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX&lt;/P&gt;&lt;P&gt;console [ttymxc1] enabled&lt;/P&gt;&lt;P&gt;21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61) is a IMX&lt;/P&gt;&lt;P&gt;serial: Freescale lpuart driver&lt;/P&gt;&lt;P&gt;[drm] Initialized drm 1.1.0 20060810&lt;/P&gt;&lt;P&gt;[drm] Initialized vivante 1.0.0 20120216 on minor 0&lt;/P&gt;&lt;P&gt;brd: module loaded&lt;/P&gt;&lt;P&gt;loop: module loaded&lt;/P&gt;&lt;P&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usb-storage&lt;/P&gt;&lt;P&gt;LEADING_UI_DEVNAME :: LeadingUI-LU3010-Touch.0&lt;/P&gt;&lt;P&gt;LU3010 is attached!!3010&lt;/P&gt;&lt;P&gt;input: LeadingUI-LU3010-Touch as /devices/virtual/input/input0&lt;/P&gt;&lt;P&gt;adc121c021 : adc_sensor_probe :I2C Device probed Successfully &lt;/P&gt;&lt;P&gt;i2c-core: driver [adc121c021] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [adc121c021] using legacy resume method&lt;/P&gt;&lt;P&gt;MOTION_SENSOR_DRIVER : motion_sensor_probe : Device Probed Successfully &lt;/P&gt;&lt;P&gt;i2c /dev entries driver&lt;/P&gt;&lt;P&gt;ov5645_probe CHIP ID of the Camera Sensor is 5645&lt;/P&gt;&lt;P&gt;v4l2_int_device registered&lt;/P&gt;&lt;P&gt;camera ov5645_mipi is found&lt;/P&gt;&lt;P&gt;mxc_v4l2_output v4l2_out.39: V4L2 device registered as video16&lt;/P&gt;&lt;P&gt;mxc_v4l2_output v4l2_out.39: V4L2 device registered as video17&lt;/P&gt;&lt;P&gt;mxc_v4l2_output v4l2_out.39: V4L2 device registered as video18&lt;/P&gt;&lt;P&gt;mxc_v4l2_output v4l2_out.39: V4L2 device registered as video19&lt;/P&gt;&lt;P&gt;Inside max17042_probe: &lt;/P&gt;&lt;P&gt;Inside max17042_get_pdata: &lt;/P&gt;&lt;P&gt;max17042_get_pdata: value of pdata-r_sns(prop) is 10000 &lt;/P&gt;&lt;P&gt;max17042_probe: value of num_init_data is 0 &lt;/P&gt;&lt;P&gt;max17042_probe: value of r_sns is 10000 &lt;/P&gt;&lt;P&gt;max17042_probe: initial value at MAX17042_LearnCFG is 0 &lt;/P&gt;&lt;P&gt;max17042_probe: initial value at MAX17042_MiscCFG is 0 &lt;/P&gt;&lt;P&gt;Chip type max17047/50 detected &lt;/P&gt;&lt;P&gt;max17042_probe: initial value at MAX17042_LearnCFG is 172 &lt;/P&gt;&lt;P&gt;uevent&lt;/P&gt;&lt;P&gt;power_supply_uevent: max POWER_SUPPLY_NAME=max170xx_battery&lt;/P&gt;&lt;P&gt;power_supply max170xx_battery: driver failed to report `present' property: -11&lt;/P&gt;&lt;P&gt;thermal thermal_zone0: failed to read out thermal zone 0&lt;/P&gt;&lt;P&gt;uevent&lt;/P&gt;&lt;P&gt;power_supply_uevent: max POWER_SUPPLY_NAME=max170xx_battery&lt;/P&gt;&lt;P&gt;power_supply max170xx_battery: driver failed to report `present' property: -11&lt;/P&gt;&lt;P&gt;Inside max17042_probe:&amp;nbsp; if (reg &amp;amp; STATUS_POR_BIT) &lt;/P&gt;&lt;P&gt;Inside max1742_default_config &lt;/P&gt;&lt;P&gt;Inside max17042_init_worker &lt;/P&gt;&lt;P&gt;max17042_init_worker: value of chip-&amp;gt;pdata-&amp;gt;enable_por_init is 1 &lt;/P&gt;&lt;P&gt;max17042_init_worker: value of chip-&amp;gt;pdata-&amp;gt;enable_por_init &amp;amp;&amp;amp; chip-&amp;gt;pdata-&amp;gt;config_data is 0max17042_init_worker: value of chip-&amp;gt;pdata-&amp;gt;config_d&lt;/P&gt;&lt;P&gt;ata is 0 &lt;/P&gt;&lt;P&gt;Inside max1742_default_config &lt;/P&gt;&lt;P&gt;Inside max1742_default_config &lt;/P&gt;&lt;P&gt;MAX17047: Device Probed Successfully &lt;/P&gt;&lt;P&gt;Bq24296 : charger_probe :I2C Device probed Successfully &lt;/P&gt;&lt;P&gt;i2c-core: driver [bq24296] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [bq24296] using legacy resume method&lt;/P&gt;&lt;P&gt;imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)&lt;/P&gt;&lt;P&gt;Bluetooth: Virtual HCI driver ver 1.3&lt;/P&gt;&lt;P&gt;Bluetooth: HCI UART driver ver 2.2&lt;/P&gt;&lt;P&gt;Bluetooth: HCI H4 protocol initialized&lt;/P&gt;&lt;P&gt;Bluetooth: HCILL protocol initialized&lt;/P&gt;&lt;P&gt;(stk) : st_kim_start &lt;/P&gt;&lt;P&gt;sdhci: Secure Digital Host Controller Interface driver&lt;/P&gt;&lt;P&gt;sdhci: Copyright(c) Pierre Ossman&lt;/P&gt;&lt;P&gt;sdhci-pltfm: SDHCI platform and OF driver helper&lt;/P&gt;&lt;P&gt;mmc0: no vqmmc regulator found&lt;/P&gt;&lt;P&gt;mmc0: no vmmc regulator found&lt;/P&gt;&lt;P&gt;mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA&lt;/P&gt;&lt;P&gt;sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode&lt;/P&gt;&lt;P&gt;mmc1: no vqmmc regulator found&lt;/P&gt;&lt;P&gt;mmc0: host does not support reading read-only switch. assuming write-enable.&lt;/P&gt;&lt;P&gt;mmc0: new high speed SDHC card at address aaaa&lt;/P&gt;&lt;P&gt;mmcblk0: mmc0:aaaa SL08G 7.40 GiB &lt;/P&gt;&lt;P&gt; mmcblk0: p1 p2&lt;/P&gt;&lt;P&gt;mmc1: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA&lt;/P&gt;&lt;P&gt;(stk) :ldisc installation timeout&lt;/P&gt;&lt;P&gt;(stk) : timed out waiting for ldisc to be un-installedGalcore version 4.6.9.9754&amp;nbsp; &lt;STRONG&gt;&amp;lt;&amp;lt;-- Kernal Hangs Here&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 05:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388492#M56429</guid>
      <dc:creator>parveenkumaryad</dc:creator>
      <dc:date>2014-12-03T05:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: kernel hangs at booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388493#M56430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4200mAh battery may be not able to deliver sufficient current, so&lt;/P&gt;&lt;P&gt;there may be voltage sags or ripples which may cause board to hang.&lt;/P&gt;&lt;P&gt;Immediately at boot board can consume quite lot of current.&lt;/P&gt;&lt;P&gt;Just for testing you can attach stationary powerfull voltage regulator with&lt;/P&gt;&lt;P&gt;up to 5A capability instead battery and check once more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388493#M56430</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-12-03T07:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: kernel hangs at booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388494#M56431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igorpadykov,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why the board boots with LCD parameters at u-boot.&lt;/P&gt;&lt;P&gt;We have tried to use the same frame buffer that LCD is using then the board booted successfully.&lt;/P&gt;&lt;P&gt;for LCD we are using fb2.&lt;/P&gt;&lt;P&gt;for HDMI we are using fb1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388494#M56431</guid>
      <dc:creator>parveenkumaryad</dc:creator>
      <dc:date>2014-12-03T08:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: kernel hangs at booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388495#M56432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason may be that hdmi requires much more power/current&lt;/P&gt;&lt;P&gt;than LCD. So if power supply (battery) has small current margin -&lt;/P&gt;&lt;P&gt;this may be insufficient for HDMI, but sufficient for LCD.&lt;/P&gt;&lt;P&gt;Note that HDMI is powered from VDD_SOC_CAP&lt;/P&gt;&lt;P&gt;and max. VDD_SOC_IN=1890mA according to&lt;/P&gt;&lt;P&gt;Table 8. Maximum Supply Currents &lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf?fasp=1&amp;amp;WT_TYPE=Data%20Sheets&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;IMX6DQCEC&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 11:45:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kernel-hangs-at-booting/m-p/388495#M56432</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-12-03T11:45:54Z</dc:date>
    </item>
  </channel>
</rss>

