<?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: Waiting for root device /dev/mmcblk1p1...</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Waiting-for-root-device-dev-mmcblk1p1/m-p/241466#M20130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to modify &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mmcblk1p1&lt;/SPAN&gt; to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mmcblk0p1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 17:00:42 GMT</pubDate>
    <dc:creator>rostislav</dc:creator>
    <dc:date>2014-04-11T17:00:42Z</dc:date>
    <item>
      <title>Waiting for root device /dev/mmcblk1p1...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Waiting-for-root-device-dev-mmcblk1p1/m-p/241465#M20129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&amp;nbsp; imx6q sabresd board. I am trying to boot through image on sd card following all the instructions given in i.MX_6Dual6Quad_Sabre-SD_Linux_User_Guide. I am able to load uboot and kernel but it comes to load the rootfs the kernle hangs at "Waiting for root device /dev/mmcblk1p1...".&lt;/P&gt;&lt;P&gt;I am using the demo images by freescale i.e. L3.0.35_4.0.0_130424_images_MX6. I even tried building my own ltib images but the result was same. I even tried to be superstitious and tried all combinations of mmcblk but it was fruitless.&lt;/P&gt;&lt;P&gt;Here are environment variables.&lt;/P&gt;&lt;P&gt;Environment size: 780/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MX6Q SABRESD U-Boot&lt;/STRONG&gt; &amp;gt; print&lt;/P&gt;&lt;P&gt;bootdelay=3&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;ipaddr=192.168.1.103&lt;/P&gt;&lt;P&gt;serverip=192.168.1.101&lt;/P&gt;&lt;P&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P&gt;rd_loadaddr=(0x1300000)&lt;/P&gt;&lt;P&gt;netdev=eth0&lt;/P&gt;&lt;P&gt;ethprime=FEC0&lt;/P&gt;&lt;P&gt;uboot=u-boot.bin&lt;/P&gt;&lt;P&gt;kernel=uImage&lt;/P&gt;&lt;P&gt;nfsroot=/opt/eldk/arm&lt;/P&gt;&lt;P&gt;bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;/P&gt;&lt;P&gt;bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm&lt;/P&gt;&lt;P&gt;ethact=FEC0&lt;/P&gt;&lt;P&gt;loadaddr=0x10800000&lt;/P&gt;&lt;P&gt;bootargs_base=setenv bootargs console=ttymxc0,115200&lt;/P&gt;&lt;P&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24&lt;/P&gt;&lt;P&gt;bootcmd_mmc=run bootargs_base bootargs_mmc;mmc dev 2;mmc read ${loadaddr} 0x800 0x2000;bootm&lt;/P&gt;&lt;P&gt;bootcmd=run bootcmd_mmc&lt;/P&gt;&lt;P&gt;stdin=serial&lt;/P&gt;&lt;P&gt;stdout=serial&lt;/P&gt;&lt;P&gt;stderr=serial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 780/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bootlog:&lt;/STRONG&gt;&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;Freescale USB OTG Driver loaded, $Revision: 1.55 $&lt;/P&gt;&lt;P&gt;mc_pfuze 1-0008: ID: 0,Full lay: 1 ,Metal lay: 1&lt;/P&gt;&lt;P&gt;mc_pfuze 1-0008: FAB: 0 ,FIN: 0&lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW1A: 300 &amp;lt;--&amp;gt; 1875 mV at 1300 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW1B: 300 &amp;lt;--&amp;gt; 1875 mV at 300 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW1C: 300 &amp;lt;--&amp;gt; 1875 mV at 1300 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW2: 800 &amp;lt;--&amp;gt; 3950 mV at 3300 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW3A: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW3B: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SW4: 800 &amp;lt;--&amp;gt; 3950 mV at 3150 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_SWBST: 5000 &amp;lt;--&amp;gt; 5150 mV at 5000 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VSNVS: 1200 &amp;lt;--&amp;gt; 3000 mV at 1800 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VREFDDR: at 750 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN1: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN2: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN3: 1800 &amp;lt;--&amp;gt; 3300 mV at 2800 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN4: 1800 &amp;lt;--&amp;gt; 3300 mV at 1800 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN5: 1800 &amp;lt;--&amp;gt; 3300 mV at 3000 mV &lt;/P&gt;&lt;P&gt;print_constraints: PFUZE100_VGEN6: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV &lt;/P&gt;&lt;P&gt;imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;imx-ipuv3 imx-ipuv3.1: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 mxc_mipi_csi2: 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 Version 1.0.24.&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;cfg80211: Calling CRDA to update world regulatory domain&lt;/P&gt;&lt;P&gt;max17135 2-0048: PMIC MAX17135 for eInk display&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;Switching to clocksource mxc_timer1&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 2&lt;/P&gt;&lt;P&gt;IP route cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;/P&gt;&lt;P&gt;TCP established hash table entries: 131072 (order: 8, 1048576 bytes)&lt;/P&gt;&lt;P&gt;TCP bind hash table entries: 65536 (order: 7, 786432 bytes)&lt;/P&gt;&lt;P&gt;TCP: Hash tables configured (established 131072 bind 65536)&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;PMU: registered new PMU device of type 0&lt;/P&gt;&lt;P&gt;Static Power Management for Freescale i.MX6&lt;/P&gt;&lt;P&gt;wait mode is enabled for i.MX6&lt;/P&gt;&lt;P&gt;cpaddr = c0880000 suspend_iram_base=c091c000&lt;/P&gt;&lt;P&gt;PM driver module loaded&lt;/P&gt;&lt;P&gt;IMX usb wakeup probe&lt;/P&gt;&lt;P&gt;add wake up source irq 75&lt;/P&gt;&lt;P&gt;IMX usb wakeup probe&lt;/P&gt;&lt;P&gt;cpu regulator mode:ldo_bypass&lt;/P&gt;&lt;P&gt;_regulator_get: get() with no identifier&lt;/P&gt;&lt;P&gt;mx6_cpu_regulator_init: failed to get pu regulator&lt;/P&gt;&lt;P&gt;i.MXC CPU frequency driver&lt;/P&gt;&lt;P&gt;JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.&lt;/P&gt;&lt;P&gt;msgmni has been set to 1751&lt;/P&gt;&lt;P&gt;alg: No test for stdrng (krng)&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;mxc_mipi_dsi mxc_mipi_dsi: i.MX MIPI DSI driver probed&lt;/P&gt;&lt;P&gt;MIPI DSI driver module loaded&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver hdmi&lt;/P&gt;&lt;P&gt;mxc_hdmi mxc_hdmi: 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;imx-ipuv3 imx-ipuv3.0: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)&lt;/P&gt;&lt;P&gt;Console: switching to colour frame buffer device 240x67&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;_regulator_get: get() with no identifier&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver lcd&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: ipu0-di0 already in use&lt;/P&gt;&lt;P&gt;mxc_sdc_fb: probe of mxc_sdc_fb.2 failed with error -16&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.3: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;imx-sdma imx-sdma: loaded firmware 1.1&lt;/P&gt;&lt;P&gt;imx-sdma imx-sdma: initialized&lt;/P&gt;&lt;P&gt;Serial: IMX driver&lt;/P&gt;&lt;P&gt;imx-uart.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX&lt;/P&gt;&lt;P&gt;imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX&lt;/P&gt;&lt;P&gt;console [ttymxc0] enabled, bootconsole disabled&lt;/P&gt;&lt;P&gt;console [ttymxc0] enabled, bootconsole disabled&lt;/P&gt;&lt;P&gt;loop: module loaded&lt;/P&gt;&lt;P&gt;No sata disk.&lt;/P&gt;&lt;P&gt;m25p80 spi0.0: unrecognized JEDEC id ffffff&lt;/P&gt;&lt;P&gt;GPMI NAND driver registered. (IMX)&lt;/P&gt;&lt;P&gt;vcan: Virtual CAN interface driver&lt;/P&gt;&lt;P&gt;CAN device driver interface&lt;/P&gt;&lt;P&gt;flexcan netdevice driver&lt;/P&gt;&lt;P&gt;FEC Ethernet Driver&lt;/P&gt;&lt;P&gt;fec_enet_mii_bus: probed&lt;/P&gt;&lt;P&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00&lt;/P&gt;&lt;P&gt;hub 1-0:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 1-0:1.0: 1 port detected&lt;/P&gt;&lt;P&gt;add wake up source irq 72&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00&lt;/P&gt;&lt;P&gt;hub 2-0:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 2-0:1.0: 1 port detected&lt;/P&gt;&lt;P&gt;Initializing USB Mass Storage driver...&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usb-storage&lt;/P&gt;&lt;P&gt;USB Mass Storage support registered.&lt;/P&gt;&lt;P&gt;ARC USBOTG Device Controller driver (1 August 2005)&lt;/P&gt;&lt;P&gt;mousedev: PS/2 mouse device common for all mice&lt;/P&gt;&lt;P&gt;input: gpio-keys as /devices/platform/gpio-keys/input/input0&lt;/P&gt;&lt;P&gt;input: max11801_ts as /devices/platform/imx-i2c.1/i2c-1/1-0048/input/input1&lt;/P&gt;&lt;P&gt;egalax_ts 1-0004: egalax_ts: failed to read firmware version&lt;/P&gt;&lt;P&gt;egalax_ts: probe of 1-0004 failed with error -5&lt;/P&gt;&lt;P&gt;egalax_ts 2-0004: egalax_ts: failed to read firmware version&lt;/P&gt;&lt;P&gt;egalax_ts: probe of 2-0004 failed with error -5&lt;/P&gt;&lt;P&gt;elan - Read Hello Packet Failed&lt;/P&gt;&lt;P&gt;elan-touch: probe of 2-0010 failed with error -22&lt;/P&gt;&lt;P&gt;i2c-core: driver [isl29023] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [isl29023] using legacy resume method&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0&lt;/P&gt;&lt;P&gt;i2c /dev entries driver&lt;/P&gt;&lt;P&gt;Linux video capture interface: v2.00&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video18&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video19&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video20&lt;/P&gt;&lt;P&gt;mag3110 2-000e: check mag3110 chip ID&lt;/P&gt;&lt;P&gt;mag3110 2-000e: read chip ID 0xfffffffb is not equal to 0xc4!&lt;/P&gt;&lt;P&gt;mag3110: probe of 2-000e failed with error -22&lt;/P&gt;&lt;P&gt;i2c-core: driver [mag3110] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [mag3110] using legacy resume method&lt;/P&gt;&lt;P&gt;mma8451 0-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!&lt;/P&gt;&lt;P&gt;mma8451: probe of 0-001c failed with error -22&lt;/P&gt;&lt;P&gt;imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)&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: HCIATH3K protocol initialized&lt;/P&gt;&lt;P&gt;Bluetooth: Generic Bluetooth USB driver ver 0.6&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver btusb&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;mmc0: SDHCI controller on platform [sdhci-esdhc-imx.3] using DMA&lt;/P&gt;&lt;P&gt;mmc1: SDHCI controller on platform [sdhci-esdhc-imx.1] using DMA&lt;/P&gt;&lt;P&gt;mmc2: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA&lt;/P&gt;&lt;P&gt;mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed&lt;/P&gt;&lt;P&gt;VPU initialized&lt;/P&gt;&lt;P&gt;mxc_asrc registered&lt;/P&gt;&lt;P&gt;Thermal calibration data is 0x5bc4ea7d&lt;/P&gt;&lt;P&gt;Thermal sensor with ratio = 192&lt;/P&gt;&lt;P&gt;Anatop Thermal registered as thermal_zone0&lt;/P&gt;&lt;P&gt;anatop_thermal_probe: default cooling device is cpufreq!&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbhid&lt;/P&gt;&lt;P&gt;usbhid: USB HID core driver&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver snd-usb-audio&lt;/P&gt;&lt;P&gt;mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio&lt;/P&gt;&lt;P&gt;Cirrus Logic CS42888 ALSA SoC Codec Driver&lt;/P&gt;&lt;P&gt;i2c-core: driver [cs42888] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [cs42888] using legacy resume method&lt;/P&gt;&lt;P&gt;wm8962 0-001a: Device is not a WM8962, ID 0 != 6243&lt;/P&gt;&lt;P&gt;wm8962 0-001a: asoc: failed to probe CODEC wm8962.0-001a: -22&lt;/P&gt;&lt;P&gt;asoc: failed to instantiate card wm8962-audio: -22&lt;/P&gt;&lt;P&gt;imx_3stack asoc driver&lt;/P&gt;&lt;P&gt;asoc: mxc-hdmi-soc &amp;lt;-&amp;gt; imx-hdmi-soc-dai.0 mapping ok&lt;/P&gt;&lt;P&gt;ALSA device list:&lt;/P&gt;&lt;P&gt;&amp;nbsp; #0: imx-hdmi-soc&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 26&lt;/P&gt;&lt;P&gt;TCP cubic registered&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 17&lt;/P&gt;&lt;P&gt;can: controller area network core (rev 20090105 abi 8)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 29&lt;/P&gt;&lt;P&gt;can: raw protocol (rev 20090105)&lt;/P&gt;&lt;P&gt;can: broadcast manager protocol (rev 20090105 t)&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM TTY layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM ver 1.11&lt;/P&gt;&lt;P&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3&lt;/P&gt;&lt;P&gt;Bluetooth: BNEP filters: protocol multicast&lt;/P&gt;&lt;P&gt;Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;/P&gt;&lt;P&gt;lib80211: common routines for IEEE802.11 drivers&lt;/P&gt;&lt;P&gt;VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4&lt;/P&gt;&lt;P&gt;Bus freq driver module loaded&lt;/P&gt;&lt;P&gt;Bus freq driver Enabled&lt;/P&gt;&lt;P&gt;mxc_dvfs_core_probe&lt;/P&gt;&lt;P&gt;DVFS driver module loaded&lt;/P&gt;&lt;P&gt;regulator_init_complete: PFUZE100_VGEN6: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;regulator_init_complete: PFUZE100_VGEN3: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;regulator_init_complete: PFUZE100_VGEN2: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;regulator_init_complete: PFUZE100_VGEN1: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:16:23 UTC (983)&lt;/P&gt;&lt;P&gt;Waiting for root device /dev/mmcblk1p1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here it waits indefinitely for the device..&lt;/P&gt;&lt;P&gt;Please help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:24:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Waiting-for-root-device-dev-mmcblk1p1/m-p/241465#M20129</guid>
      <dc:creator>stephendcunha</dc:creator>
      <dc:date>2014-02-18T10:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting for root device /dev/mmcblk1p1...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Waiting-for-root-device-dev-mmcblk1p1/m-p/241466#M20130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to modify &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mmcblk1p1&lt;/SPAN&gt; to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mmcblk0p1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 17:00:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Waiting-for-root-device-dev-mmcblk1p1/m-p/241466#M20130</guid>
      <dc:creator>rostislav</dc:creator>
      <dc:date>2014-04-11T17:00:42Z</dc:date>
    </item>
  </channel>
</rss>

