<?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: LS1046ARDB KIT in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1183358#M6998</link>
    <description>&lt;P&gt;I deployed those files still mmcinfo is coming as device not found. Bootlog attached.&lt;/P&gt;</description>
    <pubDate>Sat, 14 Nov 2020 04:20:35 GMT</pubDate>
    <dc:creator>IB2020</dc:creator>
    <dc:date>2020-11-14T04:20:35Z</dc:date>
    <item>
      <title>LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1181408#M6967</link>
      <description>&lt;P&gt;How to store file/folder in EMMC flash of LS1046ARDB Kit and how to access it on next power on?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1181408#M6967</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-11T09:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1181955#M6974</link>
      <description>&lt;P&gt;Please refer to the following procedure to write file to MMC card in Linux.&lt;/P&gt;
&lt;P&gt;Partition the mmc card with fdisk&lt;/P&gt;
&lt;P&gt;$ fdisk /dev/mmcblk0&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;fdisk -l /dev/mmcblk0&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;mkfs.ext2 /dev/mmcblk0p1&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;mount /dev/mmcblk0p1 /mnt/&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;cp -r test_file /mnt/&lt;/P&gt;
&lt;P&gt;Please note you could use scp command to copy your file to the target board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the following to access file in MMC under u-boot.&lt;/P&gt;
&lt;P&gt;=&amp;gt; ext2load &amp;lt;interface&amp;gt; [&amp;lt;dev[:part]&amp;gt; [&amp;lt;addr&amp;gt; [&amp;lt;filename&amp;gt; [bytes [pos]]]]]&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;=&amp;gt; ext2load mmc 0:1 0xa0000000 test_file&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 03:45:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1181955#M6974</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-12T03:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182035#M6975</link>
      <description>&lt;P&gt;Thank you for the reply. But I couldn't access mmcblk0. No such file or directory was coming when i gave fdisk /dev/mmcblk0 command.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 06:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182035#M6975</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-12T06:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182142#M6981</link>
      <description>&lt;P&gt;Please run "fdisk -l" on your target board.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 08:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182142#M6981</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-12T08:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182767#M6991</link>
      <description>&lt;P&gt;I have run that command and it is coming as in the attached text file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 03:32:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182767#M6991</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-13T03:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182853#M6994</link>
      <description>&lt;P&gt;You need to use RCW with emmc enabled.&lt;/P&gt;
&lt;P&gt;Please specify&amp;nbsp;rcw_qspi as the following to enable emmc in RCW file in configs/board/ls1043ardb/manifest in flex-builder.&lt;/P&gt;
&lt;P&gt;rcw_qspi=$FBOUTDIR/firmware/rcw/ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot_emmc.bin.swapped&lt;/P&gt;
&lt;P&gt;Then run the following command "flex-builder -c atf -m ls1046ardb", you will regenerate&amp;nbsp;flexbuild_lsdk2004/build/firmware/atf/ls1046ardb/bl2_qspi.pbl and&amp;nbsp;fip_uboot.bin.&lt;/P&gt;
&lt;P&gt;Please deploy them to&amp;nbsp;bl2_qspi.pbl&amp;nbsp; at&amp;nbsp;0x00000000,&amp;nbsp;bl2_qspi.pbl at 0x100000 on QSPI flash.&lt;/P&gt;
&lt;P&gt;Then go to u-boot prompt to check whether it is is possible to get MMC information as the following.&lt;/P&gt;
&lt;P&gt;&amp;gt; mmcinfo&lt;BR /&gt;Device: FSL_SDHC&lt;BR /&gt;Manufacturer ID: fe&lt;BR /&gt;OEM: 14e&lt;BR /&gt;Name: P1XXX&lt;BR /&gt;Bus Speed: 52000000&lt;BR /&gt;Mode : MMC High Speed (52MHz)&lt;BR /&gt;Rd Block Len: 512&lt;BR /&gt;MMC version 4.5&lt;BR /&gt;High Capacity: Yes&lt;BR /&gt;Capacity: 3.6 GiB&lt;BR /&gt;Bus Width: 4-bit&lt;BR /&gt;Erase Group Size: 512 KiB&lt;BR /&gt;HC WP Group Size: 4 MiB&lt;BR /&gt;User Capacity: 3.6 GiB&lt;BR /&gt;Boot Capacity: 2 MiB ENH&lt;BR /&gt;RPMB Capacity: 128 KiB ENH&lt;/P&gt;
&lt;P&gt;Please check whether you could get the following message in Linux Kernel booting up log.&lt;/P&gt;
&lt;P&gt;mmcblk0: mmc0:0001 P1XXXX 3.60 GiB&lt;BR /&gt;[ 3.685716] NET: Registered protocol family 10&lt;BR /&gt;[ 3.690555] mmcblk0boot0: mmc0:0001 P1XXXX partition 1 2.00 MiB&lt;BR /&gt;[ 3.695092] Segment Routing with IPv6&lt;BR /&gt;[ 3.700942] mmcblk0boot1: mmc0:0001 P1XXXX partition 2 2.00 MiB&lt;BR /&gt;[ 3.704255] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver&lt;BR /&gt;[ 3.710211] mmcblk0rpmb: mmc0:0001 P1XXXX partition 3 128 KiB, chardev (235:0)&lt;BR /&gt;[ 3.716269] NET: Registered protocol family 17&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yiping&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 06:37:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1182853#M6994</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-13T06:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1183358#M6998</link>
      <description>&lt;P&gt;I deployed those files still mmcinfo is coming as device not found. Bootlog attached.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 04:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1183358#M6998</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-14T04:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185014#M7019</link>
      <description>&lt;P&gt;In file&amp;nbsp;flexbuild_lsdk2004/configs/board/ls1046ardb/manifest, please modify&amp;nbsp;rcw_qspi as the following.&lt;/P&gt;
&lt;P&gt;rcw_qspi=$FBOUTDIR/firmware/rcw/ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot_emmc.bin&lt;/P&gt;
&lt;P&gt;Then rebuild atf with the following command&lt;/P&gt;
&lt;P&gt;$ flex-builder -c atf -m ls1046ardb&lt;/P&gt;
&lt;P&gt;You will get&amp;nbsp;bl2_qspi.pbl and&amp;nbsp;fip_uboot.bin in&amp;nbsp;build/firmware/atf/ls1046ardb/ .&lt;/P&gt;
&lt;P&gt;Please refer to the following command to deploy these two files to QSPI flash bank4.&lt;/P&gt;
&lt;P&gt;Please go to QSPI vBank 0 and execute the following commands.&lt;/P&gt;
&lt;P&gt;=&amp;gt; sf probe 0:1&lt;BR /&gt;=&amp;gt; tftp 0xa0000000 bl2_qspi.pbl&lt;BR /&gt;=&amp;gt; sf erase 0x0 +$filesize &amp;amp;&amp;amp; sf write 0xa0000000 0x0 $filesize&lt;/P&gt;
&lt;P&gt;=&amp;gt; tftp 0xa0000000 fip_uboot.bin&lt;BR /&gt;=&amp;gt; sf erase 0x100000 +$filesize &amp;amp;&amp;amp; sf write 0xa0000000 0x100000 $filesize&lt;/P&gt;
&lt;P&gt;Then execute the following command to go to bank4.&lt;/P&gt;
&lt;P&gt;=&amp;gt; cpld reset altbank&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>Wed, 18 Nov 2020 07:30:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185014#M7019</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-18T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185744#M7026</link>
      <description>&lt;P&gt;I tried this but still issue remains the same. No mmc card present is coming&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 05:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185744#M7026</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-19T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185760#M7027</link>
      <description>&lt;P&gt;I have verified my previously procedure, it works.&lt;/P&gt;
&lt;P&gt;I attached my images for you.&lt;/P&gt;
&lt;P&gt;Please refer to the following u-boot log.&lt;/P&gt;
&lt;P&gt;=&amp;gt; cpld reset altbank&lt;/P&gt;
&lt;P&gt;NOTICE: UDIMM 18ASF1G72AZ-2G3B1&lt;/P&gt;
&lt;P&gt;NOTICE: 8 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1&lt;BR /&gt;NOTICE: BL2: v1.5(release):LSDK-20.04&lt;BR /&gt;NOTICE: BL2: Built : 14:07:13, Nov 19 2020&lt;BR /&gt;NOTICE: BL31: v1.5(release):LSDK-20.04&lt;BR /&gt;NOTICE: BL31: Built : 14:07:40, Nov 19 2020&lt;BR /&gt;NOTICE: Welcome to LS1046 BL31 Phase&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;U-Boot 2019.10-dirty (Nov 06 2020 - 10:15:29 +0800)&lt;/P&gt;
&lt;P&gt;SoC: LS1046AE Rev1.0 (0x87070010)&lt;BR /&gt;Clock Configuration:&lt;BR /&gt;CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz&lt;BR /&gt;CPU3(A72):1600 MHz&lt;BR /&gt;Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz&lt;BR /&gt;Reset Configuration Word (RCW):&lt;BR /&gt;00000000: 0c150010 0e000000 00000000 00000000&lt;BR /&gt;00000010: 11335559 40005012 40025000 c1000000&lt;BR /&gt;00000020: 00000000 00000000 00000000 00238800&lt;BR /&gt;00000030: 20124000 00003000 00000096 00000001&lt;BR /&gt;Model: LS1046A RDB Board&lt;BR /&gt;Board: LS1046ARDB, boot from QSPI vBank 4&lt;BR /&gt;CPLD: V2.3&lt;BR /&gt;PCBA: V2.0&lt;BR /&gt;SERDES Reference Clocks:&lt;BR /&gt;SD1_CLK1 = 156.25MHZ, SD1_CLK2 = 100.00MHZ&lt;BR /&gt;DRAM: 7.9 GiB (DDR4, 64-bit, CL=15, ECC on)&lt;BR /&gt;DDR Chip-Select Interleaving Mode: CS0+CS1&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;Using SERDES1 Protocol: 4403 (0x1133)&lt;BR /&gt;Using SERDES2 Protocol: 21849 (0x5559)&lt;BR /&gt;NAND: 512 MiB&lt;BR /&gt;MMC: FSL_SDHC: 0&lt;BR /&gt;Loading Environment from SPI Flash... SF: Detected s25fl512s with page size 256 Bytes, erase size 256 KiB, total 64 MiB&lt;BR /&gt;OK&lt;BR /&gt;EEPROM: NXID v1&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;Net: SF: Detected s25fl512s with page size 256 Bytes, erase size 256 KiB, total 64 MiB&lt;BR /&gt;Fman1: Uploading microcode version 106.4.18&lt;BR /&gt;PCIe0: pcie@3400000 Root Complex: no link&lt;BR /&gt;PCIe1: pcie@3500000 Root Complex: no link&lt;BR /&gt;PCIe2: pcie@3600000 Root Complex: x1 gen1&lt;BR /&gt;e1000: 68:05:ca:0f:31:83&lt;BR /&gt;FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5, FM1@DTSEC6, FM1@TGEC1, FM1@TGEC2, e1000#0 [PRIME]&lt;BR /&gt;Warning: e1000#0 MAC addresses don't match:&lt;BR /&gt;Address in SROM is 68:05:ca:0f:31:83&lt;BR /&gt;Address in environment is 00:e0:0c:00:69:06&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your problem remains, please provide u-boot log on your target board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 06:41:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185760#M7027</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-19T06:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185867#M7028</link>
      <description>&lt;P&gt;I am attaching the steps i did for loading pbl and bin as well as the&amp;nbsp; uboot log.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:31:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185867#M7028</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-19T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185885#M7030</link>
      <description>&lt;P&gt;Have you noticed that the images which you are using is built on Apr&amp;nbsp; 9 2020?&lt;/P&gt;
&lt;P&gt;You could use images which I sent to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;OTICE:&amp;nbsp; 16 GB DDR4, 64-bit, CL=15, ECC on, CS0+CS1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTICE:&amp;nbsp; BL2: v1.5(release):LSDK-20.04&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTICE:&amp;nbsp; BL2: Built : &lt;STRONG&gt;05:19:45, Apr&amp;nbsp; 9 2020&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTICE:&amp;nbsp; BL2: Booting BL31&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTICE:&amp;nbsp; BL31: v1.5(release):LSDK-20.04&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTICE:&amp;nbsp; BL31: Built : 05:26:59, Apr&amp;nbsp; 9 2020&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTICE:&amp;nbsp; Welcome to LS1046 BL31 Phase&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;U-Boot 2019.10-g3cd9bc3993 (&lt;STRONG&gt;Apr 09 2020 - 05:25:58&lt;/STRONG&gt; +0800)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:47:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185885#M7030</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-19T08:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185961#M7038</link>
      <description>&lt;P&gt;I have used the files sent by you .But it is not getting updated.Even for the files which i have created also same issue.Is there anything wrong with the way i am flashing it to the qspi?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1185961#M7038</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-19T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1186566#M7042</link>
      <description>&lt;P&gt;First please go to QSPI &lt;STRONG&gt;vBank0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then execute the following commands.&lt;/P&gt;
&lt;P&gt;=&amp;gt; sf probe 0:1&lt;BR /&gt;=&amp;gt; tftp 0xa0000000 bl2_qspi.pbl&lt;BR /&gt;=&amp;gt; sf erase 0x0 +$filesize &amp;amp;&amp;amp; sf write 0xa0000000 0x0 $filesize&lt;/P&gt;
&lt;P&gt;=&amp;gt; tftp 0xa0000000 fip_uboot.bin&lt;BR /&gt;=&amp;gt; sf erase 0x100000 +$filesize &amp;amp;&amp;amp; sf write 0xa0000000 0x100000 $filesize&lt;/P&gt;
&lt;P&gt;Then execute the following command to go to &lt;STRONG&gt;bank4&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;=&amp;gt; cpld reset altbank&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: you could get vbank information from u-boot console log.&lt;/P&gt;
&lt;P&gt;If your problem remains, please capture your console log to me to do more investigation.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 08:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1186566#M7042</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-20T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1186957#M7051</link>
      <description>&lt;P&gt;Thank you so much for the reply. It worked. I was doing from bank4 .So it was not getting updated. I could write files to emmc flash also. "sync" command i gave after cp -r&amp;nbsp; to write to emmc flash. How to erase files in emmc and how to format emmc flash ?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 10:00:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1186957#M7051</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-21T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1187316#M7059</link>
      <description>&lt;P&gt;You could format emmc in Linux as the following.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$ fdisk -l /dev/mmcblk0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Disk /dev/mmcblk0: 7.5 GiB, 8001683456 bytes, 15628288 sectors&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;BR /&gt;Disklabel type: dos&lt;BR /&gt;Disk identifier: 0x5a5f34b3&lt;BR /&gt;Device Boot Start End Sectors Size Id Type&lt;BR /&gt;/dev/mmcblk0p1 2048 15628287 15626240 7.5G 83 Linux&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$&amp;nbsp;mkfs.ext2 /dev/mmcblk0p1&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 08:23:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1187316#M7059</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-23T08:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1187836#M7070</link>
      <description>&lt;P&gt;Thank you for the reply. But if i want to delete a single folder without formatting emmc what is the command i should use?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 04:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1187836#M7070</guid>
      <dc:creator>IB2020</dc:creator>
      <dc:date>2020-11-24T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046ARDB KIT</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1190012#M7102</link>
      <description>&lt;P&gt;Under Linux, execute the following command&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ mount -t ext2&amp;nbsp;&lt;STRONG&gt;/dev/mmcblk0p1 /mnt&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;go to /mnt folder to remove the specified folder.&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;umount /mnt&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 03:12:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046ARDB-KIT/m-p/1190012#M7102</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-11-27T03:12:42Z</dc:date>
    </item>
  </channel>
</rss>

