<?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>topic Re: mx28,is there a example which use the uboot to burn ubifs rootfs to nandflash by tftp or mmc??thanks!! in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314695#M41407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haohua&lt;/P&gt;&lt;P&gt;please look at link below it explains methods of&lt;/P&gt;&lt;P&gt;i.MX28 NAND programming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/242215"&gt;iMX28: NAND boot "no init found"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 08:15:18 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-06-06T08:15:18Z</dc:date>
    <item>
      <title>mx28,is there a example which use the uboot to burn ubifs rootfs to nandflash by tftp or mmc??thanks!!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314692#M41404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before,when debugging embeded linux system(like as TI's am335x),i usually&amp;nbsp; receive ubi.img through TFTP in uboot,and then burn to nand rootfs mtdpart.like is:&lt;/P&gt;&lt;P&gt;tftp 0x82000000 ubi.img; nand erase 0x780000 0xF880000; nandecc hw 2; nand write 0x82000000 0x780000 ${filesize}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And,when small production, i usually read ubi.img from mmc in uboot,and then burn to nand rootfs mtdpart.like is:&lt;/P&gt;&lt;P&gt;mmc rescan; fatload mmc 0 0x82000000 ubi.img; nand erase 0x780000 0xF880000; nandecc hw 2; nand write 0x82000000 0x780000 ${filesize}&lt;/P&gt;&lt;P&gt;It's so fast and convenient.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i want to know that wheather in the mx28 uboot,can do it at the same as above??&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314692#M41404</guid>
      <dc:creator>HaohuaQIN</dc:creator>
      <dc:date>2014-06-05T12:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: mx28,is there a example which use the uboot to burn ubifs rootfs to nandflash by tftp or mmc??thanks!!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314693#M41405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in mx28_evk.h i add define p&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #333333;"&gt;arameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#define MTDIDS_DEFAULT "nand0=nandflash0"&lt;/P&gt;&lt;P&gt;#define MTDPARTS_DEFAULT "mtdparts=nandflash0:1536k(bootloder),"\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "512k(params),"\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "18m(kernel),"\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-(rootfs)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use 128MB nandflash,20MB (0x1400000)for boot and kernel,&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #333333;"&gt;the rest(0x6c00000) for rootfs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in uboot,i use this cmd:&lt;/P&gt;&lt;P&gt;tftp 0x42000000 ubi.img&lt;/P&gt;&lt;P&gt;nand erase 0x1400000 0x6c00000&lt;/P&gt;&lt;P&gt;nand write 0x42000000 0x1400000 ${filesize}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uboot print:&lt;/P&gt;&lt;P&gt;MX28-QHH U-Boot &amp;gt; tftp 0x42000000 ubi.img&lt;/P&gt;&lt;P&gt;Using FEC0 device&lt;/P&gt;&lt;P&gt;TFTP from server 192.168.1.51; our IP address is 192.168.1.110&lt;/P&gt;&lt;P&gt;Filename 'ubi.img'.&lt;/P&gt;&lt;P&gt;Load address: 0x42000000&lt;/P&gt;&lt;P&gt;Loading: FEC: Link is down 7809&lt;/P&gt;&lt;P&gt;T ###############################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #######&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 48758784 (2e80000 hex)&lt;BR /&gt;MX28-QHH U-Boot &amp;gt; nand erase 0x1400000 0x6c00000&lt;/P&gt;&lt;P&gt;NAND erase: device 0 offset 0x1400000, size 0x6c00000&lt;BR /&gt;Skipping bad block at&amp;nbsp; 0x2a6000000000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Skipping bad block at&amp;nbsp; 0x34e000000000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Skipping bad block at&amp;nbsp; 0x3c0000000000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Skipping bad block at&amp;nbsp; 0x4ba000000000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Erasing at 0x7fe000000000000 --&amp;nbsp;&amp;nbsp; 0% complete.&lt;BR /&gt;OK&lt;BR /&gt;MX28-QHH U-Boot &amp;gt; nand write 0x42000000 0x1400000 ${filesize}&lt;/P&gt;&lt;P&gt;NAND write: device 0 offset 0x1400000, size 0x2e80000&lt;BR /&gt;Skip bad block 0x2a6000000000000&lt;BR /&gt;Skip bad block 0x34e000000000000&lt;BR /&gt;Skip bad block 0x3c0000000000000&lt;BR /&gt; 48758784 bytes written: OK&lt;BR /&gt;MX28-QHH U-Boot &amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then,i reset board,console print:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating 2 MTD partitions on "gpmi-nfc-main":&lt;/P&gt;&lt;P&gt;0x000000000000-0x000001400000 : "gpmi-nfc-0-boot"&lt;/P&gt;&lt;P&gt;0x000001400000-0x000008000000 : "gpmi-nfc-general-use"&lt;/P&gt;&lt;P&gt;UBI: attaching mtd1 to ubi0&lt;/P&gt;&lt;P&gt;UBI: physical eraseblock size:&amp;nbsp;&amp;nbsp; 131072 bytes (128 KiB)&lt;/P&gt;&lt;P&gt;UBI: logical eraseblock size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 126976 bytes&lt;/P&gt;&lt;P&gt;UBI: smallest flash I/O unit:&amp;nbsp;&amp;nbsp;&amp;nbsp; 2048&lt;/P&gt;&lt;P&gt;UBI: VID header offset:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2048 (aligned 2048)&lt;/P&gt;&lt;P&gt;UBI: data offset:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096&lt;/P&gt;&lt;P&gt;UBI error: validate_ec_hdr: bad VID header offset 512, expected 2048&lt;/P&gt;&lt;P&gt;UBI error: validate_ec_hdr: bad EC header&lt;/P&gt;&lt;P&gt;UBI error: ubi_io_read_ec_hdr: validation failed for PEB 0&lt;/P&gt;&lt;P&gt;UBI error: ubi_init: cannot attach mtd1&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: Freescale On-Chip EHCI Host Controller&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci: new USB bus registered, assigned bus number 1&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci: irq 93, io base 0x80080000&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci: 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;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 2&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: irq 92, io base 0x80090000&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 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;usbcore: registered new interface driver usbserial&lt;/P&gt;&lt;P&gt;usbserial: USB Serial Driver core&lt;/P&gt;&lt;P&gt;USB Serial support registered for cp210x&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver cp210x&lt;/P&gt;&lt;P&gt;cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver&lt;/P&gt;&lt;P&gt;USB Serial support registered for FTDI USB Serial Device&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver ftdi_sio&lt;/P&gt;&lt;P&gt;ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver&lt;/P&gt;&lt;P&gt;USB Serial support registered for pl2303&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver pl2303&lt;/P&gt;&lt;P&gt;pl2303: Prolific PL2303 USB to serial adaptor driver&lt;/P&gt;&lt;P&gt;ARC USBOTG Device Controller driver (1 August 2005)&lt;/P&gt;&lt;P&gt;mice: PS/2 mouse device common for all mice&lt;/P&gt;&lt;P&gt;input: MXS touchscreen as /devices/virtual/input/input0&lt;/P&gt;&lt;P&gt;rtc-pcf8563 0-0051: chip found, driver version 0.4.3&lt;/P&gt;&lt;P&gt;rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0&lt;/P&gt;&lt;P&gt;i2c /dev entries driver&lt;/P&gt;&lt;P&gt;IR NEC protocol handler initialized&lt;/P&gt;&lt;P&gt;IR RC5(x) protocol handler initialized&lt;/P&gt;&lt;P&gt;IR RC6 protocol handler initialized&lt;/P&gt;&lt;P&gt;IR JVC protocol handler initialized&lt;/P&gt;&lt;P&gt;IR Sony protocol handler initialized&lt;/P&gt;&lt;P&gt;Linux video capture interface: v2.00&lt;/P&gt;&lt;P&gt;mxs-pxp mxs-pxp.0: initialized&lt;/P&gt;&lt;P&gt;mxs watchdog: initialized, heartbeat 19 sec&lt;/P&gt;&lt;P&gt;mxs-mmc: MXS SSP Controller MMC Interface driver&lt;/P&gt;&lt;P&gt;__mxs_reset_block(f0010000): timeout when resetting&lt;/P&gt;&lt;P&gt;__mxs_reset_block(f0010000): timeout when resetting&lt;/P&gt;&lt;P&gt;usb 2-1: new full speed USB device using fsl-ehci and address 2&lt;/P&gt;&lt;P&gt;mxs-mmc mxs-mmc.0: mmc0: MXS SSP MMC DMAIRQ 82 ERRIRQ 96 &lt;/P&gt;&lt;P&gt;dcp dcp.0: DCP crypto enabled.!&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver hiddev&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;ALSA device list:&lt;/P&gt;&lt;P&gt;&amp;nbsp; No soundcards found.&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;rtc-pcf8563 0-0051: low voltage detected, date/time is not reliable.&lt;/P&gt;&lt;P&gt;rtc-pcf8563 0-0051: setting system clock to 2014-06-06 05:05:33 UTC (1402031133)&lt;/P&gt;&lt;P&gt;hub 2-1:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 2-1:1.0: 4 ports detected&lt;/P&gt;&lt;P&gt;UBIFS error (pid 1): ubifs_get_sb: cannot open "ubi0:rootfs", error -19&lt;/P&gt;&lt;P&gt;VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)&lt;/P&gt;&lt;P&gt;Please append a correct "root=" boot option; here are the available partitions:&lt;/P&gt;&lt;P&gt;1f00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20480 mtdblock0 (driver?)&lt;/P&gt;&lt;P&gt;1f01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110592 mtdblock1 (driver?)&lt;/P&gt;&lt;P&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)&lt;/P&gt;&lt;P&gt;Backtrace: &lt;/P&gt;&lt;P&gt;[&amp;lt;c0034450&amp;gt;] (dump_backtrace+0x0/0x114) from [&amp;lt;c03ce964&amp;gt;] (dump_stack+0x18/0x1c)&lt;/P&gt;&lt;P&gt; r7:c0029a24 r6:00008000 r5:c7f91000 r4:c0540e58&lt;/P&gt;&lt;P&gt;[&amp;lt;c03ce94c&amp;gt;] (dump_stack+0x0/0x1c) from [&amp;lt;c03ce9e0&amp;gt;] (panic+0x78/0xf4)&lt;/P&gt;&lt;P&gt;[&amp;lt;c03ce968&amp;gt;] (panic+0x0/0xf4) from [&amp;lt;c000902c&amp;gt;] (mount_block_root+0x1d8/0x218)&lt;/P&gt;&lt;P&gt; r3:00000000 r2:00000001 r1:c7c27f78 r0:c0481d85&lt;/P&gt;&lt;P&gt;[&amp;lt;c0008e54&amp;gt;] (mount_block_root+0x0/0x218) from [&amp;lt;c00091fc&amp;gt;] (prepare_namespace+0x94/0x1c4)&lt;/P&gt;&lt;P&gt;[&amp;lt;c0009168&amp;gt;] (prepare_namespace+0x0/0x1c4) from [&amp;lt;c00084f8&amp;gt;] (kernel_init+0x128/0x170)&lt;/P&gt;&lt;P&gt; r5:c0028d94 r4:c053ffc0&lt;/P&gt;&lt;P&gt;[&amp;lt;c00083d0&amp;gt;] (kernel_init+0x0/0x170) from [&amp;lt;c004fcf0&amp;gt;] (do_exit+0x0/0x6dc)&lt;/P&gt;&lt;P&gt; r5:c00083d0 r4:00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 05:01:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314693#M41405</guid>
      <dc:creator>HaohuaQIN</dc:creator>
      <dc:date>2014-06-06T05:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: mx28,is there a example which use the uboot to burn ubifs rootfs to nandflash by tftp or mmc??thanks!!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314694#M41406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ubinize.cfg:&lt;/P&gt;&lt;P&gt;[rootfs]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; mode=ubi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; image=ubifs.img&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vol_id=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vol_size=80MiB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vol_type=dynamic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vol_name=rootfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vol_flags=autoresize&lt;/P&gt;&lt;P&gt;mkfs.ubifs -r rootfs&amp;nbsp;&amp;nbsp; -m 2048 -e 126976 -c 1900 -o ubifs.img&lt;/P&gt;&lt;P&gt;ubinize -o ubi.img -m 2048 -p 128KiB -s 2048 ubinize.cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I test that tftp update rootfs to nandflash is ok!!&lt;/P&gt;&lt;P&gt;I haven't test mmc update rootfs.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314694#M41406</guid>
      <dc:creator>HaohuaQIN</dc:creator>
      <dc:date>2014-06-06T07:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: mx28,is there a example which use the uboot to burn ubifs rootfs to nandflash by tftp or mmc??thanks!!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314695#M41407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haohua&lt;/P&gt;&lt;P&gt;please look at link below it explains methods of&lt;/P&gt;&lt;P&gt;i.MX28 NAND programming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/242215"&gt;iMX28: NAND boot "no init found"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-is-there-a-example-which-use-the-uboot-to-burn-ubifs-rootfs/m-p/314695#M41407</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-06-06T08:15:18Z</dc:date>
    </item>
  </channel>
</rss>

