<?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: Program QSPI at u-boot stage for FRWY-LS1046A in K32 L Series Microcontrollers</title>
    <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/Program-QSPI-at-u-boot-stage-for-FRWY-LS1046A/m-p/1568374#M110</link>
    <description>&lt;P&gt;it's stating the firmware file does not exists in your sd card.&lt;/P&gt;&lt;P&gt;try the command: 'ls mmc 0:2' to list the files in your sd card.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 14:26:49 GMT</pubDate>
    <dc:creator>Autumn</dc:creator>
    <dc:date>2022-12-12T14:26:49Z</dc:date>
    <item>
      <title>Program QSPI at u-boot stage for FRWY-LS1046A</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/Program-QSPI-at-u-boot-stage-for-FRWY-LS1046A/m-p/1350951#M57</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using LS1046AFRWY board with SDK20.12. I'm going to program QSPI with the firmware in SD card as BSP user guide 3.1.4.2 introduced. (&amp;nbsp;&lt;A href="https://www.avnet.com/wps/wcm/connect/onesite/ca6887b0-90f0-4d67-b68d-0bd2a52950bf/Layerscape+FRWY-LS1046A+BSP+User+Guide.pdf?MOD=AJPERES&amp;amp;CVID=nCJ6uqe&amp;amp;CVID=nCJ6uqe&amp;amp;attachment=false&amp;amp;id=1622108828554" target="_blank" rel="noopener"&gt;Layerscape FRWY-LS1046A BSP User Guide (avnet.com)&lt;/A&gt;&amp;nbsp;) However, The "load mmc" command can't find the qspiboot firmware from the SD card. I paste the related logs below. Please help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;ubuntu@ubuntu:~/Downloads/flexbuild_lsdk2012/build/images$ flex-installer -i pf -d /dev/sdb&lt;BR /&gt;[sudo] password for ubuntu:&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;Partitioning /dev/sdb ...&lt;BR /&gt;Formatting partitions ...&lt;BR /&gt;/dev/sdb1 contains a ext4 file system labelled 'misc'&lt;BR /&gt;last mounted on Tue Oct 5 23:34:52 2021&lt;BR /&gt;/dev/sdb2 contains a ext4 file system labelled 'boot'&lt;BR /&gt;last mounted on /media/ubuntu/boot on Tue Oct 5 23:34:52 2021&lt;BR /&gt;/dev/sdb3 contains a ext4 file system labelled 'backup'&lt;BR /&gt;last mounted on Tue Oct 5 23:34:52 2021&lt;BR /&gt;/dev/sdb4 contains a ext4 file system labelled 'system'&lt;BR /&gt;last mounted on /media/ubuntu/system on Tue Oct 5 23:34:54 2021&lt;BR /&gt;Model: Generic STORAGE DEVICE (scsi)&lt;BR /&gt;Disk /dev/sdb: 8069MB&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 2422MB 67.1MB primary ext4&lt;BR /&gt;4 2423MB 8069MB 5646MB primary ext4&lt;/P&gt;&lt;P&gt;partition and format /dev/sdb [Done]&lt;BR /&gt;ubuntu@ubuntu:~/Downloads/flexbuild_lsdk2012/build/images$ flex-installer -b bootpartition_LS_arm64_lts_5.4.tgz -r rootfs_lsdk2012_ubuntu_main_arm64.tgz -f firmware_ls1046afrwy_uboot_qspiboot.img -d /dev/sdb&lt;BR /&gt;61361+1 records in&lt;BR /&gt;61361+1 records out&lt;BR /&gt;31416960 bytes (31 MB, 30 MiB) copied, 31.0669 s, 1.0 MB/s&lt;BR /&gt;Program firmware_ls1046afrwy_uboot_qspiboot.img into /dev/sdb startblock=8 [Done]&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/sdb4, waiting ...&lt;BR /&gt;Install rootfs_lsdk2012_ubuntu_main_arm64.tgz in /dev/sdb4 [Done]&lt;BR /&gt;setting PARTUUID for boot partition /dev/sdb2 ...&lt;BR /&gt;Installation completed successfully&lt;/P&gt;&lt;P&gt;NOTICE: 4 GB DDR4, 64-bit, CL=15, ECC on&lt;BR /&gt;NOTICE: BL2: v1.5(release):ls1046afrwy-early-access-bsp0.1&lt;BR /&gt;NOTICE: BL2: Built : 13:07:14, Apr 17 2019&lt;BR /&gt;NOTICE: BL31: v1.5(release):ls1046afrwy-early-access-bsp0.1&lt;BR /&gt;NOTICE: BL31: Built : 13:07:39, Apr 17 2019&lt;BR /&gt;NOTICE: Welcome to LS1046 BL31 Phase&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2018.09 (Apr 17 2019 - 13:06:42 +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: 30400506 00800012 40025000 c1000000&lt;BR /&gt;00000020: 00000000 00000000 00000000 00038800&lt;BR /&gt;00000030: 20044100 24003101 00000096 00000001&lt;BR /&gt;Model: LS1046A FRWY Board&lt;BR /&gt;Board: LS1046AFRWY, Rev: A, boot from QSPI&lt;BR /&gt;SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 100.00MHZ&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;Using SERDES1 Protocol: 12352 (0x3040)&lt;BR /&gt;Using SERDES2 Protocol: 1286 (0x506)&lt;BR /&gt;NAND: 512 MiB&lt;BR /&gt;MMC: FSL_SDHC: 0&lt;BR /&gt;Loading Environment from SPI Flash... SF: Detected mt25qu512a with page size 256 Bytes, erase size 64 KiB, total 64 MiB&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&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 mt25qu512a with page size 256 Bytes, erase size 64 KiB, total 64 MiB&lt;BR /&gt;Fman1: Uploading microcode version 106.4.18&lt;BR /&gt;PCIe0: pcie@3400000 disabled&lt;BR /&gt;PCIe1: pcie@3500000 Root Complex: no link&lt;BR /&gt;PCIe2: pcie@3600000 Root Complex: x1 gen1&lt;BR /&gt;FM1@DTSEC1, FM1@DTSEC5, FM1@DTSEC6, FM1@DTSEC10&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt;&lt;BR /&gt;=&amp;gt;&lt;BR /&gt;=&amp;gt; load mmc 0:2 a0000000 firmware_ls1046afrwy_uboot_qspiboot.img&lt;BR /&gt;** File not found firmware_ls1046afrwy_uboot_qspiboot.img **&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/Program-QSPI-at-u-boot-stage-for-FRWY-LS1046A/m-p/1350951#M57</guid>
      <dc:creator>jekim</dc:creator>
      <dc:date>2021-10-06T07:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Program QSPI at u-boot stage for FRWY-LS1046A</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/Program-QSPI-at-u-boot-stage-for-FRWY-LS1046A/m-p/1568374#M110</link>
      <description>&lt;P&gt;it's stating the firmware file does not exists in your sd card.&lt;/P&gt;&lt;P&gt;try the command: 'ls mmc 0:2' to list the files in your sd card.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/Program-QSPI-at-u-boot-stage-for-FRWY-LS1046A/m-p/1568374#M110</guid>
      <dc:creator>Autumn</dc:creator>
      <dc:date>2022-12-12T14:26:49Z</dc:date>
    </item>
  </channel>
</rss>

