<?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: reboot error on ls1028</title>
    <link>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1298333#M8294</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have found a solution, modify the following parameters, and then it's normal:&lt;/P&gt;&lt;P&gt;Original parameters in rcw：&lt;/P&gt;&lt;P&gt;SYS_PLL_RAT=4&lt;BR /&gt;MEM_PLL_RAT=16&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;CGA_PLL1_RAT=15&lt;/FONT&gt;&lt;BR /&gt;CGA_PLL2_RAT=12&lt;BR /&gt;HWA_CGA_M1_CLK_SEL=7&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;HWA_CGA_M2_CLK_SEL=1&lt;/FONT&gt;&lt;BR /&gt;HWA_CGA_M3_CLK_SEL=6&lt;BR /&gt;HWA_CGA_M4_CLK_SEL=3&lt;/P&gt;&lt;P&gt;Modified parameters in rcw：&lt;/P&gt;&lt;P&gt;SYS_PLL_RAT=4&lt;BR /&gt;MEM_PLL_RAT=16&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;CGA_PLL1_RAT=13&lt;/FONT&gt;&lt;BR /&gt;CGA_PLL2_RAT=12&lt;BR /&gt;HWA_CGA_M1_CLK_SEL=7&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;HWA_CGA_M2_CLK_SEL=7&lt;/FONT&gt;&lt;BR /&gt;HWA_CGA_M3_CLK_SEL=2&lt;BR /&gt;HWA_CGA_M4_CLK_SEL=3&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 09:01:25 GMT</pubDate>
    <dc:creator>Eddy1</dc:creator>
    <dc:date>2021-06-25T09:01:25Z</dc:date>
    <item>
      <title>reboot error on ls1028</title>
      <link>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1295744#M8253</link>
      <description>&lt;P&gt;Hi：&lt;/P&gt;&lt;P&gt;On ls1028 platform, reboot is found to be error&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;Device: FSL_SDHC&lt;BR /&gt;Manufacturer ID: ad&lt;BR /&gt;OEM: 4c53&lt;BR /&gt;Name: USD00&lt;BR /&gt;Bus Speed: 25000000&lt;BR /&gt;Mode: MMC legacy&lt;BR /&gt;Rd Block Len: 512&lt;BR /&gt;SD version 1.0&lt;BR /&gt;High Capacity: Yes&lt;BR /&gt;Capacity: 28.9 GiB&lt;BR /&gt;Bus Width: 4-bit&lt;BR /&gt;Erase Group Size: 512 Bytes&lt;BR /&gt;Error reading cluster&lt;BR /&gt;** Unable to read file ls1028a-dp-fw.bin **&lt;BR /&gt;Loading hdp firmware from 0x0000000090000000 offset 0x0000000000002000&lt;BR /&gt;Loading hdp firmware Complete&lt;BR /&gt;** No partition table - mmc 0 **&lt;BR /&gt;** No partition table - mmc 0 **&lt;BR /&gt;Bad Linux ARM64 Image magic!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 02:44:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1295744#M8253</guid>
      <dc:creator>Eddy1</dc:creator>
      <dc:date>2021-06-22T02:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: reboot error on ls1028</title>
      <link>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1296667#M8259</link>
      <description>&lt;P&gt;According to your console log, it seems that there is problem to deploy images to SD/MMC card.&lt;/P&gt;
&lt;P&gt;1. Connect the removable storage device to the Linux host machine.&lt;/P&gt;
&lt;P&gt;2. Download flex-installer to deploy LSDK images.&lt;BR /&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2012/flex-installer" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2012/flex-installer&lt;/A&gt; &amp;amp;&amp;amp; chmod +x flex-installer &amp;amp;&amp;amp;&lt;BR /&gt;sudo mv flex-installer /usr/bin&lt;/P&gt;
&lt;P&gt;3. Execute the following flex-installer command to automatically install LSDK default rootfs_lsdk2012_LS_arm64_main.tgz and bootpartition_LS_arm64_lts_5.4.tgz.&lt;/P&gt;
&lt;P&gt;$ flex-installer -i auto -m ls1028ardb -d&amp;nbsp;&amp;nbsp;&amp;lt;device&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 08:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1296667#M8259</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-06-23T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: reboot error on ls1028</title>
      <link>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1298333#M8294</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have found a solution, modify the following parameters, and then it's normal:&lt;/P&gt;&lt;P&gt;Original parameters in rcw：&lt;/P&gt;&lt;P&gt;SYS_PLL_RAT=4&lt;BR /&gt;MEM_PLL_RAT=16&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;CGA_PLL1_RAT=15&lt;/FONT&gt;&lt;BR /&gt;CGA_PLL2_RAT=12&lt;BR /&gt;HWA_CGA_M1_CLK_SEL=7&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;HWA_CGA_M2_CLK_SEL=1&lt;/FONT&gt;&lt;BR /&gt;HWA_CGA_M3_CLK_SEL=6&lt;BR /&gt;HWA_CGA_M4_CLK_SEL=3&lt;/P&gt;&lt;P&gt;Modified parameters in rcw：&lt;/P&gt;&lt;P&gt;SYS_PLL_RAT=4&lt;BR /&gt;MEM_PLL_RAT=16&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;CGA_PLL1_RAT=13&lt;/FONT&gt;&lt;BR /&gt;CGA_PLL2_RAT=12&lt;BR /&gt;HWA_CGA_M1_CLK_SEL=7&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;HWA_CGA_M2_CLK_SEL=7&lt;/FONT&gt;&lt;BR /&gt;HWA_CGA_M3_CLK_SEL=2&lt;BR /&gt;HWA_CGA_M4_CLK_SEL=3&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 09:01:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/reboot-error-on-ls1028/m-p/1298333#M8294</guid>
      <dc:creator>Eddy1</dc:creator>
      <dc:date>2021-06-25T09:01:25Z</dc:date>
    </item>
  </channel>
</rss>

