<?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: Reading from a Ubifs filesystem on LS1046 Freeway in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171808#M6836</link>
    <description>&lt;P&gt;Hi Yiping,&lt;/P&gt;
&lt;P&gt;In the thread that you refer to the Ubifs file system is passed via command line arguments to Linux and then Linux uses the Ubifs file system as root file system.&lt;/P&gt;
&lt;P&gt;I want to read in Uboot a file from the Ubifs file system. So I want to use the ubifsload command. But before I can use this command I need to give a few other uboot commands. I would like to know which ones. The documentation in Uboot's README.ubi is not clear.&lt;/P&gt;
&lt;P&gt;Jan.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 11:46:50 GMT</pubDate>
    <dc:creator>nlv17327</dc:creator>
    <dc:date>2020-10-22T11:46:50Z</dc:date>
    <item>
      <title>Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171033#M6821</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using a LS1046 Freeway board. I want to create a Ubifs file system on the NAND flash and write to it from Linux and read from it in Uboot.&lt;/P&gt;
&lt;P&gt;I create a Ubifs file system and a dummy file on it as follows:&lt;/P&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# ubiformat /dev/mtd0&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubiformat: mtd0 (nand), size 536870912 bytes (512.0 MiB), 4096 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;libscan: scanning eraseblock 4095 -- 100 % complete &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubiformat: 4092 eraseblocks have valid erase counter, mean value is 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubiformat: 4 bad eraseblocks found, numbers: 4092, 4093, 4094, 4095&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubiformat: formatting eraseblock 4095 -- 100 % complete &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# ubiattach -p /dev/mtd0&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;UBI device number 0, total 4092 LEBs (519585792 bytes, 495.5 MiB), available 4012 LEBs (509427712 bytes, 485.8 MiB), LEB size 126976 bytes (124.0 KiB)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# ubimkvol /dev/ubi0 -N failsafe -s 32MiB&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;Volume ID 0, size 265 LEBs (33648640 bytes, 32.1 MiB), LEB size 126976 bytes (124.0 KiB), dynamic, name "failsafe", alignment 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# ubiupdatevol -t /dev/ubi0_0&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# mount -t ubifs ubi0:failsafe ff&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# echo "Hello World" &amp;gt; ff/hello&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;root@localhost:~# sync&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Next, I try to use the created file system from Uboot as follows.&lt;/P&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;=&amp;gt; setenv mtdids nand0=7e800000.flash&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;=&amp;gt; setenv mtdparts mtdparts=7e800000.flash:32m(failsafe)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;=&amp;gt; mtdparts&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;device nand0 &amp;lt;7e800000.flash&amp;gt;, # parts = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp;#: name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;size &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;offset &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mask_flags&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp;0: failsafe &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x02000000 &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000000 &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;active partition: nand0,0 - (failsafe) 0x02000000 @ 0x00000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;defaults:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;mtdids &amp;nbsp;: &lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;mtdparts: mtdparts=1550000.spi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;=&amp;gt; ubi part failsafe&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubi0: attaching mtd1&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubi0: scanning is finished&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubi0 error: ubi_read_volume_table: the layout volume was not found&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;ubi0 error: ubi_attach_mtd_dev: failed to attach mtd1, error -22&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;UBI error: cannot attach mtd1&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;UBI error: cannot initialize UBI, error -22&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;UBI init error 22&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;Please check, if the correct MTD partition is used (size big enough?)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="font-size: 11pt; font-family: Calibri,sans-serif; margin: 0;"&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Courier New;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use 'ubi part nand0' instead of 'ubi part failsafe' then the error message is the same except that error code 12 is reported instead of 22.&lt;/P&gt;
&lt;P&gt;Can anybody help me with the uboot commands to read from the Ubifs file system?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jan.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:18:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171033#M6821</guid>
      <dc:creator>nlv17327</dc:creator>
      <dc:date>2020-10-21T13:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171623#M6829</link>
      <description>&lt;P&gt;Hello Jan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the following thread to setup and configure UBIFS.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113" target="_blank"&gt;https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yiping&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 07:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171623#M6829</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-10-22T07:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171808#M6836</link>
      <description>&lt;P&gt;Hi Yiping,&lt;/P&gt;
&lt;P&gt;In the thread that you refer to the Ubifs file system is passed via command line arguments to Linux and then Linux uses the Ubifs file system as root file system.&lt;/P&gt;
&lt;P&gt;I want to read in Uboot a file from the Ubifs file system. So I want to use the ubifsload command. But before I can use this command I need to give a few other uboot commands. I would like to know which ones. The documentation in Uboot's README.ubi is not clear.&lt;/P&gt;
&lt;P&gt;Jan.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 11:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1171808#M6836</guid>
      <dc:creator>nlv17327</dc:creator>
      <dc:date>2020-10-22T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1172157#M6846</link>
      <description>&lt;P&gt;You need to define the following in&amp;nbsp;include/configs/ls1046afrwy.h&lt;/P&gt;
&lt;P&gt;# define CONFIG_CMD_UBI&lt;/P&gt;
&lt;P&gt;#define CONFIG_CMD_UBIFS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=&amp;gt;ubifsmount ubi0:rootfs&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=&amp;gt;ubifsload 0xa0000000 /boot/Image&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 03:18:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1172157#M6846</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-10-23T03:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1172302#M6850</link>
      <description>&lt;P&gt;The two configs are set. In Linux I created a volume named 'rootfs' using the steps listed above. If I try to mount the volume in uboot I get:&lt;/P&gt;
&lt;P&gt;=&amp;gt; ubifsmount ubi0:rootfs&lt;BR /&gt;UBIFS error (pid: 1): cannot open "ubi0:rootfs", error -19&lt;BR /&gt;Error reading superblock on volume 'ubi0:rootfs' errno=-19!&lt;BR /&gt;ubifsmount - mount UBIFS volume&lt;/P&gt;
&lt;P&gt;Usage:&lt;BR /&gt;ubifsmount &amp;lt;volume-name&amp;gt;&lt;BR /&gt;- mount 'volume-name' volume&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So that does not work. README.ubi in the Uboot doc directory tell me that I have to use 'ubi part' before you can use 'ubifsmount' but that also does not work for me.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 08:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1172302#M6850</guid>
      <dc:creator>nlv17327</dc:creator>
      <dc:date>2020-10-23T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1178663#M6933</link>
      <description>&lt;P&gt;Please try whether you could mount ubifs in Linux with the following command.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$ mount -t ubifs ubi0:rootfs /mnt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$ ls /mnt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For detailed procedure, please refer to the following thread.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113" target="_blank"&gt;https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 09:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1178663#M6933</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-05T09:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1178770#M6934</link>
      <description>&lt;P&gt;That also does not work....&lt;/P&gt;
&lt;P&gt;root@localhost:~# mount -t ubifs ubi0:rootfs /mnt&lt;BR /&gt;mount: /mnt: unknown filesystem type 'ubifs'.&lt;BR /&gt;root@localhost:~# mount -t ubifs ubi0:rootfs /mnt&lt;BR /&gt;[ 27.333563] UBIFS error (pid: 1067): cannot open "ubi0:rootfs", error -19&lt;BR /&gt;mount: /mnt: unknown filesystem type 'ubifs'.&lt;/P&gt;
&lt;P&gt;Notice that after the first command, I repeat it and then it gives another message.&lt;/P&gt;
&lt;P&gt;Also notice that in uboot I created a volume named rootfs with 'ubi create rootfs'.&lt;/P&gt;
&lt;P&gt;In the meantime one of your colleagues created Jira ticket QSDK-7141.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 12:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1178770#M6934</guid>
      <dc:creator>nlv17327</dc:creator>
      <dc:date>2020-11-05T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1181404#M6966</link>
      <description>&lt;P&gt;Please refer to the procedure provided in "&lt;A href="https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113&amp;quot;" target="_blank"&gt;https://community.nxp.com/t5/T-Series/T1040RDB-Failed-to-mount-UBIFS/m-p/398737#M113"&lt;/A&gt;&amp;nbsp;to format and deploy&amp;nbsp;&lt;SPAN&gt;ubi filesystem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1181404#M6966</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-11T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a Ubifs filesystem on LS1046 Freeway</title>
      <link>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1622073#M12092</link>
      <description>&lt;P&gt;Greetings &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/139474"&gt;@nlv17327&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This sounds very similar to what I would like to do on ls1046afrwy since this model does not boot from NAND flash.&lt;/P&gt;&lt;P&gt;I want to boot from NOR which holds the boot-loader code, and transfer run-time firmware from NAND to external RAM (DRAM in this case). I want to use ECC in boot-block code since the NAND can have defects. I already see bad blocks in the NAND on my FRWY-ls1046a EVK.&lt;/P&gt;&lt;P&gt;The run-time firmware in NAND flash would be placed there by a previous SD boot-loader code or Code Warrior that transferred the openWRT rfs to NAND.&lt;/P&gt;&lt;P&gt;Is this possible to do?&lt;/P&gt;&lt;P&gt;We also will need to update the WAP's periodically from time to time. We will have a UART, USB, and Eth but no SD on the board being developed.&lt;/P&gt;&lt;P&gt;I assume we can use tftp to flash NOR and NAND, is that correct?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 18:11:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Reading-from-a-Ubifs-filesystem-on-LS1046-Freeway/m-p/1622073#M12092</guid>
      <dc:creator>williawh</dc:creator>
      <dc:date>2023-03-26T18:11:00Z</dc:date>
    </item>
  </channel>
</rss>

