<?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のトピックRe: new u-boot shown error on LS1046A board based by flexbuild_lsdk2108</title>
    <link>https://community.nxp.com/t5/Layerscape/new-u-boot-shown-error-on-LS1046A-board-based-by-flexbuild/m-p/1476692#M10726</link>
    <description>&lt;P&gt;You need to deploy FMAN ucode to SD card at block&amp;nbsp;0x04800 .&lt;/P&gt;
&lt;P&gt;In LSDK 21.08, please run the following command.&lt;/P&gt;
&lt;P&gt;$ flex-builder -c fm_ucode -m ls1046ardb&lt;/P&gt;
&lt;P&gt;You will get fman ucode&amp;nbsp;fsl_fman_ucode_ls1046_r1.0_106_4_18.bin and&amp;nbsp;fsl_fman_ucode_ls1046_r1.0_108_4_9.bin in folder&amp;nbsp;flexbuild_lsdk2108/components/firmware/fm_ucode, please choose one to deploy it to SD card with command.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dd if=fsl_fman_ucode_ls1046_r1.0_106_4_18.bin&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of=/dev/sdb bs=512 seek=&lt;/SPAN&gt;&lt;SPAN&gt;18432&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note,/dev/sdb is SD card name on your host PC.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 09:52:04 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2022-06-20T09:52:04Z</dc:date>
    <item>
      <title>new u-boot shown error on LS1046A board based by flexbuild_lsdk2108</title>
      <link>https://community.nxp.com/t5/Layerscape/new-u-boot-shown-error-on-LS1046A-board-based-by-flexbuild/m-p/1471378#M10653</link>
      <description>&lt;P&gt;&lt;BR /&gt;U-Boot 2021.04-dirty (May 11 2022 - 20:14:19 +0800)&lt;/P&gt;&lt;P&gt;SoC: LS1046A Rev1.0 (0x87070110)&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: 11338888 40000016 60040000 c1000000&lt;BR /&gt;00000020: 00000000 00000000 00000000 0002a804&lt;BR /&gt;00000030: 20004504 283e1309 00000096 00000001&lt;BR /&gt;Model: LS1046A PSCB Board&lt;BR /&gt;Board: LS1046APSCB, boot from SD&lt;BR /&gt;SERDES Reference Clocks:&lt;BR /&gt;SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ&lt;BR /&gt;DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)&lt;BR /&gt;Using SERDES1 Protocol: 4403 (0x1133)&lt;BR /&gt;Using SERDES2 Protocol: 34952 (0x8888)&lt;BR /&gt;NAND: 256 MiB&lt;BR /&gt;MMC: FSL_SDHC: 0&lt;BR /&gt;Loading Environment from MMC... OK&lt;BR /&gt;EEPROM: Read failed.&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;IIC3 is used, configure mux to use IIC3_SCL/IIC3/SDA&lt;BR /&gt;Net:&lt;BR /&gt;MMC read: dev # 0, block # 18432, count 128 ...&lt;BR /&gt;Fman1: Data at 00000000fbc2e900 is not a firmware&lt;/P&gt;&lt;P&gt;MMC read: dev # 0, block # 18432, count 128 ...&lt;BR /&gt;Fman1: Data at 00000000fbc3e910 is not a firmware&lt;/P&gt;&lt;P&gt;MMC read: dev # 0, block # 18432, count 128 ...&lt;BR /&gt;Fman1: Data at 00000000fbc4e920 is not a firmware&lt;/P&gt;&lt;P&gt;MMC read: dev # 0, block # 18432, count 128 ...&lt;BR /&gt;Fman1: Data at 00000000fbc5e930 is not a firmware&lt;BR /&gt;No ethernet found.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/new-u-boot-shown-error-on-LS1046A-board-based-by-flexbuild/m-p/1471378#M10653</guid>
      <dc:creator>hongyuanz</dc:creator>
      <dc:date>2022-06-09T09:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: new u-boot shown error on LS1046A board based by flexbuild_lsdk2108</title>
      <link>https://community.nxp.com/t5/Layerscape/new-u-boot-shown-error-on-LS1046A-board-based-by-flexbuild/m-p/1476692#M10726</link>
      <description>&lt;P&gt;You need to deploy FMAN ucode to SD card at block&amp;nbsp;0x04800 .&lt;/P&gt;
&lt;P&gt;In LSDK 21.08, please run the following command.&lt;/P&gt;
&lt;P&gt;$ flex-builder -c fm_ucode -m ls1046ardb&lt;/P&gt;
&lt;P&gt;You will get fman ucode&amp;nbsp;fsl_fman_ucode_ls1046_r1.0_106_4_18.bin and&amp;nbsp;fsl_fman_ucode_ls1046_r1.0_108_4_9.bin in folder&amp;nbsp;flexbuild_lsdk2108/components/firmware/fm_ucode, please choose one to deploy it to SD card with command.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dd if=fsl_fman_ucode_ls1046_r1.0_106_4_18.bin&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of=/dev/sdb bs=512 seek=&lt;/SPAN&gt;&lt;SPAN&gt;18432&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note,/dev/sdb is SD card name on your host PC.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/new-u-boot-shown-error-on-LS1046A-board-based-by-flexbuild/m-p/1476692#M10726</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-06-20T09:52:04Z</dc:date>
    </item>
  </channel>
</rss>

