<?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のトピックLSDK2012 flex-installer does not split partitions</title>
    <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1428432#M10223</link>
    <description>&lt;P&gt;We are building with LSDK2012.&amp;nbsp;The flex-builder succeeded and I am trying to flush firmware, bootpartition and rootfs to the SD card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using LSDK2012's flex-installer for flush, but since flex-installer does not partition, it outputs an error when referencing /dev/sdbx. (x is the partition number)&lt;/P&gt;&lt;P&gt;When I used LSDK2102 previously, flex-installer did the partitioning automatically. However, LSDK2012 does not.&lt;/P&gt;&lt;P&gt;Do I have to prepare my own partitioned SD card for LSDK2012?&lt;BR /&gt;If I do it myself, which map should I follow for partitioning?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 10:33:43 GMT</pubDate>
    <dc:creator>m_kei</dc:creator>
    <dc:date>2022-03-15T10:33:43Z</dc:date>
    <item>
      <title>LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1428432#M10223</link>
      <description>&lt;P&gt;We are building with LSDK2012.&amp;nbsp;The flex-builder succeeded and I am trying to flush firmware, bootpartition and rootfs to the SD card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using LSDK2012's flex-installer for flush, but since flex-installer does not partition, it outputs an error when referencing /dev/sdbx. (x is the partition number)&lt;/P&gt;&lt;P&gt;When I used LSDK2102 previously, flex-installer did the partitioning automatically. However, LSDK2012 does not.&lt;/P&gt;&lt;P&gt;Do I have to prepare my own partitioned SD card for LSDK2012?&lt;BR /&gt;If I do it myself, which map should I follow for partitioning?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:33:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1428432#M10223</guid>
      <dc:creator>m_kei</dc:creator>
      <dc:date>2022-03-15T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1428887#M10225</link>
      <description>&lt;P&gt;The following is the error message when running flex-installer.&lt;/P&gt;&lt;P&gt;$ flex-installer -i auto -m lx2160ardb_rev2 -d /dev/sdb&lt;BR /&gt;/dev/sdb: 7 GB&lt;BR /&gt;The capacity of /dev/sdb is only 7 GB, using partitions: 4P=128M:2G:64M:-1&lt;BR /&gt;firmware_lx2160ardb_rev2_uboot_sdboot.img already exists&lt;BR /&gt;bootpartition_LS_arm64_lts_5.4.tgz already exists&lt;BR /&gt;rootfs_lsdk2012_ubuntu_main_arm64.tgz already exists&lt;BR /&gt;Downloaded distro images [Done]&lt;BR /&gt;102592+1 records in&lt;BR /&gt;102592+1 records out&lt;BR /&gt;52527324 bytes (53 MB, 50 MiB) copied, 36.4851 s, 1.4 MB/s&lt;BR /&gt;Program firmware_lx2160ardb_rev2_uboot_sdboot.img into /dev/sdb startblock=8 [Done]&lt;BR /&gt;Cleaning the existing data in /dev/sdb2&lt;BR /&gt;Installing bootpartition_LS_arm64_lts_5.4.tgz to /dev/sdb2, waiting ...&lt;BR /&gt;Install bootpartition_LS_arm64_lts_5.4.tgz in /dev/sdb2 [Done]&lt;BR /&gt;Installing rootfs_lsdk2012_ubuntu_main_arm64.tgz to /dev/sdb0, waiting ...&lt;BR /&gt;tar: /mnt/sdb0: Cannot open: No such file or directory&lt;BR /&gt;tar: Error is not recoverable: exiting now&lt;/P&gt;&lt;P&gt;We did not format the SD card, because flex-installer did the splitting and formatting for us when we had LSDK 21.02.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 02:18:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1428887#M10225</guid>
      <dc:creator>m_kei</dc:creator>
      <dc:date>2022-03-16T02:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431127#M10242</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The capacity of /dev/sdb is only 7 GB, it recommends you to split partitions as this 4P=128M:2G:64M:-1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try the follow command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$flex-installer -i auto -m lx2160ardb_rev2 4P=128M:2G:64M:-1 -d /dev/sdb&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 07:41:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431127#M10242</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-03-21T07:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431768#M10258</link>
      <description>&lt;P&gt;/dev/sdb: 7 GB&lt;BR /&gt;The capacity of /dev/sdb is only 7 GB, using partitions: 4P=128M:2G:64M:-1&lt;BR /&gt;firmware_lx2160ardb_rev2_uboot_sdboot.img already exists&lt;BR /&gt;bootpartition_LS_arm64_lts_5.4.tgz already exists&lt;BR /&gt;rootfs_lsdk2012_ubuntu_main_arm64.tgz already exists&lt;BR /&gt;Downloaded distro images [Done]&lt;BR /&gt;102592+1 records in&lt;BR /&gt;102592+1 records out&lt;BR /&gt;52527324 bytes (53 MB, 50 MiB) copied, 16.51 s, 3.2 MB/s&lt;BR /&gt;Program firmware_lx2160ardb_rev2_uboot_sdboot.img into /dev/sdb startblock=8 [Done]&lt;BR /&gt;Cleaning the existing data in /dev/sdb2&lt;BR /&gt;Installing bootpartition_LS_arm64_lts_5.4.tgz to /dev/sdb2, waiting ...&lt;BR /&gt;Install bootpartition_LS_arm64_lts_5.4.tgz in /dev/sdb2 [Done]&lt;BR /&gt;Installing rootfs_lsdk2012_ubuntu_main_arm64.tgz to /dev/sdb0, waiting ...&lt;BR /&gt;tar: /mnt/sdb0: Cannot open: No such file or directory&lt;BR /&gt;tar: Error is not recoverable: exiting now&lt;/P&gt;&lt;P&gt;The problem will not be solved.&amp;nbsp;To begin with, LSDK2012 does not perform partitioning.&lt;/P&gt;&lt;P&gt;Does LSDK2012 require me to create my own partitions, i.e., sdx1 to sdx4, in advance?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 07:48:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431768#M10258</guid>
      <dc:creator>m_kei</dc:creator>
      <dc:date>2022-03-22T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431913#M10259</link>
      <description>&lt;P&gt;I tried to flush LSDK2012 firmware, rootfs, and boot using LSDK2108 flex-installer because LSDK2012 flex-installer does not flush, but I always get an error.&amp;nbsp;LSDK2012 and LSDK2108 always give a no space error, as if the partitions are different.&amp;nbsp;Since we changed the SD card from 8GB to 64GB, it is not possible that the overall capacity is insufficient.&lt;/P&gt;&lt;P&gt;Partitioning /dev/sdc ...&lt;BR /&gt;Formatting partitions ...&lt;BR /&gt;/dev/sdc1 contains a ext4 file system labelled 'misc'&lt;BR /&gt;last mounted on Tue Mar 22 19:07:33 2022&lt;BR /&gt;/dev/sdc2 contains a ext4 file system labelled 'boot'&lt;BR /&gt;last mounted on /mnt/sdc2 on Tue Mar 22 19:07:34 2022&lt;BR /&gt;/dev/sdc3 contains a ext4 file system labelled 'data3'&lt;BR /&gt;last mounted on Tue Mar 22 19:07:35 2022&lt;BR /&gt;/dev/sdc4 contains a ext4 file system labelled 'data4'&lt;BR /&gt;last mounted on Tue Mar 22 19:07:36 2022&lt;BR /&gt;Model: USB Mass Storage Device (scsi)&lt;BR /&gt;Disk /dev/sdc: 61.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 138MB 67.1MB primary ext4&lt;BR /&gt;2 139MB 1398MB 1258MB primary ext4&lt;BR /&gt;3 1399MB 1533MB 134MB primary ext4&lt;BR /&gt;4 1534MB 61.9GB 60.4GB primary ext4&lt;/P&gt;&lt;P&gt;partition and format /dev/sdc [Done]&lt;BR /&gt;/dev/sdc1: 9161&lt;BR /&gt;/dev/sdc2: 9235&lt;BR /&gt;/dev/sdc3: 9236&lt;BR /&gt;51296+1 records in&lt;BR /&gt;51296+1 records out&lt;BR /&gt;52527324 bytes (53 MB, 50 MiB) copied, 18.0154 s, 2.9 MB/s&lt;BR /&gt;Program firmware_lx2160ardb_rev2_uboot_sdboot.img into /dev/sdc with offset 4K [Done]&lt;BR /&gt;Installing bootpartition_LS_arm64_lts_5.4.tgz to /dev/sdc2 ...&lt;BR /&gt;tar: secboot_hdrs/lx2160ardb/secboot_hdrs_xspiboot.bin: Wrote only 6144 of 10240 bytes&lt;BR /&gt;tar: secboot_hdrs/lx2160ardb/secboot_hdrs_sdboot.bin: Cannot write: No space left on device&lt;BR /&gt;tar: secboot_hdrs/lx2160ardb/hdr_dtb.out: Cannot write: No space left on device&lt;BR /&gt;tar: secboot_hdrs/lx2160ardb/hdr_linux.out: Cannot write: No space left on device&lt;BR /&gt;tar: secboot_hdrs/lx2160ardb/hdr_lx2160ardb_bs.out: Cannot write: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy/hdr_ls1046afrwy_bs.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy/secboot_hdrs_qspiboot.bin: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy/secboot_hdrs_sdboot.bin: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy/hdr_dtb.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1046afrwy/hdr_linux.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb/hdr_ls2088ardb_bs.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb/secboot_hdrs_qspiboot.bin: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb/secboot_hdrs_norboot.bin: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb/hdr_dtb.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls2088ardb/hdr_linux.out: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1088ardb: Cannot mkdir: No space left on device&lt;BR /&gt;tar: secboot_hdrs/ls1088ardb/secboot_hdrs_qspiboot.bin: Cannot open: No such file or directory&lt;BR /&gt;tar: secboot_hdrs/ls1088ardb/secboot_hdrs_sdboot.bin: Wrote only 3584 of 10240 bytes&lt;BR /&gt;tar: tools/perf: Wrote only 1024 of 10240 bytes&lt;BR /&gt;tar: vmlinuz-5.4.47: Wrote only 1536 of 10240 bytes&lt;BR /&gt;tar: Exiting with failure status due to previous errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 10:39:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1431913#M10259</guid>
      <dc:creator>m_kei</dc:creator>
      <dc:date>2022-03-22T10:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK2012 flex-installer does not split partitions</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1444499#M10398</link>
      <description>&lt;P&gt;What's the output when use the following command in LSDK 21.08?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$ flex-installer -i auto -m lx2160ardb_rev2 -d /dev/sdc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 09:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK2012-flex-installer-does-not-split-partitions/m-p/1444499#M10398</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-04-15T09:06:53Z</dc:date>
    </item>
  </channel>
</rss>

