<?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>LayerscapeのトピックUsing flex-installer to create and format the partitions for SD on a LS1043ARDB reference board</title>
    <link>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1478748#M10737</link>
    <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;I just got LS1043ARDB and tried to follow the steps described in Layerscape SDK user guide&lt;/P&gt;&lt;P&gt;to create and format my SD on reference board.&lt;/P&gt;&lt;P&gt;I inserted my SD card in the slot of front chassis and I was able to find &lt;STRONG&gt;mmcblk0, mmcblk0p1&lt;/STRONG&gt; by a command as described in section&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;• To deploy custom LSDK images on a reference board running TinyLinux.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cat /proc/partitions&lt;/LI-CODE&gt;&lt;P&gt;Also &lt;STRONG&gt;mmcblk0, mmcblk0p1&amp;nbsp;&lt;/STRONG&gt;were there when I checked by&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ls -al /dev/mmcblk*&lt;/LI-CODE&gt;&lt;P&gt;Here is the screenshot&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@TinyDistro:~# cat /proc/partitions
  31       11       1024 mtdblock11
  31       12       9216 mtdblock12
 179        0    7830528 mmcblk0
 179        1    7829504 mmcblk0p1
root@TinyDistro:~# ls -al /dev/mmcblk*
brw-rw----    1 root     disk      179,   0 Feb 22 00:48 /dev/mmcblk0
brw-rw----    1 root     disk      179,   1 Feb 22 00:48 /dev/mmcblk0p1
root@TinyDistro:~#&lt;/LI-CODE&gt;&lt;P&gt;I ran flex_installer -i pf...blabla.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But to my disappointment, TinyDistro spit out following error messge.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@TinyDistro:~# flex-installer -i pf -d /dev/mmcblk0
instruction: pf
BusyBox v1.23.2 (2017-07-11 15:08:34 CST) multi-call binary.

Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...

Partitioning /dev/ ...

Welcome to fdisk (util-linux 2.26.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

fdisk: cannot open /dev/: Is a directory&lt;/LI-CODE&gt;&lt;P&gt;And I can't&amp;nbsp; see anything in /mnt/ directory where my mmcblk0 is supposed to be placed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone possibly help me out...&lt;/P&gt;&lt;P&gt;Many thanks in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 06:06:24 GMT</pubDate>
    <dc:creator>dooggy</dc:creator>
    <dc:date>2022-06-23T06:06:24Z</dc:date>
    <item>
      <title>Using flex-installer to create and format the partitions for SD on a LS1043ARDB reference board</title>
      <link>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1478748#M10737</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;I just got LS1043ARDB and tried to follow the steps described in Layerscape SDK user guide&lt;/P&gt;&lt;P&gt;to create and format my SD on reference board.&lt;/P&gt;&lt;P&gt;I inserted my SD card in the slot of front chassis and I was able to find &lt;STRONG&gt;mmcblk0, mmcblk0p1&lt;/STRONG&gt; by a command as described in section&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;• To deploy custom LSDK images on a reference board running TinyLinux.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cat /proc/partitions&lt;/LI-CODE&gt;&lt;P&gt;Also &lt;STRONG&gt;mmcblk0, mmcblk0p1&amp;nbsp;&lt;/STRONG&gt;were there when I checked by&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ls -al /dev/mmcblk*&lt;/LI-CODE&gt;&lt;P&gt;Here is the screenshot&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@TinyDistro:~# cat /proc/partitions
  31       11       1024 mtdblock11
  31       12       9216 mtdblock12
 179        0    7830528 mmcblk0
 179        1    7829504 mmcblk0p1
root@TinyDistro:~# ls -al /dev/mmcblk*
brw-rw----    1 root     disk      179,   0 Feb 22 00:48 /dev/mmcblk0
brw-rw----    1 root     disk      179,   1 Feb 22 00:48 /dev/mmcblk0p1
root@TinyDistro:~#&lt;/LI-CODE&gt;&lt;P&gt;I ran flex_installer -i pf...blabla.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But to my disappointment, TinyDistro spit out following error messge.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@TinyDistro:~# flex-installer -i pf -d /dev/mmcblk0
instruction: pf
BusyBox v1.23.2 (2017-07-11 15:08:34 CST) multi-call binary.

Usage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...

Partitioning /dev/ ...

Welcome to fdisk (util-linux 2.26.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

fdisk: cannot open /dev/: Is a directory&lt;/LI-CODE&gt;&lt;P&gt;And I can't&amp;nbsp; see anything in /mnt/ directory where my mmcblk0 is supposed to be placed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone possibly help me out...&lt;/P&gt;&lt;P&gt;Many thanks in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 06:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1478748#M10737</guid>
      <dc:creator>dooggy</dc:creator>
      <dc:date>2022-06-23T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using flex-installer to create and format the partitions for SD on a LS1043ARDB reference board</title>
      <link>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1479705#M10755</link>
      <description>&lt;P&gt;Please download LSDK 21.08 TinyLinux image with the following command.&lt;/P&gt;&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/lsdk2108_yocto_tiny_LS_arm64.itb" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/lsdk2108_yocto_tiny_LS_arm64.itb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please refer to my verification, there is no problem.&lt;/P&gt;&lt;P&gt;root@TinyLinux:~/flexbuild_lsdk2108# flex-installer -i pf -d /dev/mmcblk0&lt;BR /&gt;/dev/mmcblk0: 15 GB&lt;BR /&gt;Partitioning /dev/mmcblk0 ...&lt;BR /&gt;[ 369.183771] udevd[533]: inotify_add_watch(6, /dev/mmcblk0p1, 10) failed: No such file or directory&lt;BR /&gt;[ 369.184056] udevd[531]: inotify_add_watch(6, /dev/mmcblk0p2, 10) failed: No such file or directory&lt;BR /&gt;[ 369.225702] mmcblk0:&lt;BR /&gt;Formatting partitions ...&lt;BR /&gt;/dev/mmcblk0p1 contains a ext4 file system labelled 'misc'&lt;BR /&gt;last mounted on Thu Jan 1 00:00:13 1970&lt;BR /&gt;[ 389.491108] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;[ 389.499258] ext4 filesystem being mounted at /mnt/mmcblk0p1 supports timestamps until 2038 (0x7fffffff)&lt;BR /&gt;[ 389.594989] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;[ 389.682798] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;[ 389.776937] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;Model: SD SE16G (sd/mmc)&lt;BR /&gt;Disk /dev/mmcblk0: 15.9GB&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: msdos&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size Type File system Flags&lt;BR /&gt;1 71.3MB 206MB 134MB primary ext4&lt;BR /&gt;2 207MB 2354MB 2147MB primary ext4&lt;BR /&gt;3 2355MB 7724MB 5369MB primary ext4&lt;BR /&gt;4 7725MB 15.9GB 8207MB primary ext4&lt;/P&gt;&lt;P&gt;partition and format /dev/mmcblk0 [Done]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@TinyLinux:~/flexbuild_lsdk2108# fdisk --version&lt;BR /&gt;fdisk from util-linux 2.36.2&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 08:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1479705#M10755</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-06-24T08:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using flex-installer to create and format the partitions for SD on a LS1043ARDB reference board</title>
      <link>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1496157#M10942</link>
      <description>&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made it.....&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 07:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Using-flex-installer-to-create-and-format-the-partitions-for-SD/m-p/1496157#M10942</guid>
      <dc:creator>dooggy</dc:creator>
      <dc:date>2022-07-27T07:25:25Z</dc:date>
    </item>
  </channel>
</rss>

