<?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: s32g274abrd boot err using bsp30.0 in S32G</title>
    <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1470374#M896</link>
    <description>&lt;P&gt;1. Please show me your detail step to program the sd image into SD card.&lt;/P&gt;
&lt;P&gt;And plus all SW settings on the RDB board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Like SW10[1] = ON, SW10[1] = OFF, .... etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Please using one working SD card if available, to check the RDB board can bootup normally or not, make sure the SW settings are correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Please program only u-boot to SD card, the file name is u-boot-s32g274ardb2.s32-sdcard, to check whether the u-boot can bootup or not.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 05:45:51 GMT</pubDate>
    <dc:creator>Yi_Liu_Nxa22412</dc:creator>
    <dc:date>2022-06-08T05:45:51Z</dc:date>
    <item>
      <title>s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375521#M267</link>
      <description>&lt;P&gt;Hello community:&lt;/P&gt;&lt;P&gt;I have got some errors ehilr i was boot my board: s32g274arbd&lt;/P&gt;&lt;P&gt;i used bsp30.0 to build my image dtb and u-boot ,&lt;/P&gt;&lt;P&gt;when i tried to boot my board , i got errors like:&lt;/P&gt;&lt;P&gt;CPU1: failed to come online&lt;BR /&gt;[ 5.117888] CPU1: failed in unknown state : 0x0&lt;BR /&gt;[ 10.243556] CPU2: failed to come online&lt;BR /&gt;[ 10.246953] CPU2: failed in unknown state : 0x0&lt;BR /&gt;[ 15.372612] CPU3: failed to come online&lt;BR /&gt;[ 15.376009] CPU3: failed in unknown state : 0x0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also:&lt;/P&gt;&lt;P&gt;kB pagetables:4kB bounce:0kB free_pcp:28kB local_pcp:28kB free_cma:261760kB&lt;BR /&gt;[ 18.263183] lowmem_reserve[]: 0 0 0 0&lt;BR /&gt;[ 18.266829] DMA: 4*4kB (ME) 5*8kB (M) 1*16kB (M) 3*32kB (M) 2*64kB (M) 3*128k&lt;BR /&gt;B (MC) 5*256kB (ME) 4*512kB (MEC) 2*1024kB (EC) 1*2048kB (C) 63*4096kB (C) = 266&lt;BR /&gt;152kB&lt;BR /&gt;[ 18.281325] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepa&lt;BR /&gt;ges_size=1048576kB&lt;BR /&gt;[ 18.290004] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepa&lt;BR /&gt;ges_size=32768kB&lt;BR /&gt;[ 18.298510] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepa&lt;BR /&gt;ges_size=2048kB&lt;BR /&gt;[ 18.306930] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepa&lt;BR /&gt;ges_size=64kB&lt;BR /&gt;[ 18.315175] 27504 total pagecache pages&lt;BR /&gt;[ 18.318995] 130560 pages RAM&lt;BR /&gt;[ 18.321859] 0 pages HighMem/MovableOnly&lt;BR /&gt;[ 18.325678] 34679 pages reserved&lt;BR /&gt;[ 18.328890] 65536 pages cma reserved&lt;BR /&gt;[ 18.332449] Tasks state (memory values in pages):&lt;BR /&gt;[ 18.337136] [ pid ] uid tgid total_vm rss pgtables_bytes swapents o&lt;BR /&gt;om_score_adj name&lt;BR /&gt;[ 18.345738] Out of memory and no killable processes...&lt;BR /&gt;[ 18.350851] Kernel panic - not syncing:&lt;BR /&gt;[ 18.354670] System is deadlocked on memory&lt;BR /&gt;[ 18.358791] ---[ end Kernel panic - not syncing: System is deadlocked on memo&lt;BR /&gt;ry ]---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=====================================================================&lt;/P&gt;&lt;P&gt;the bsp building cmds i used is:&lt;/P&gt;&lt;P&gt;$: mkdir ~/bin&lt;BR /&gt;$: curl &lt;A href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt; &amp;gt; ~/bin/repo&lt;BR /&gt;$: chmod a+x ~/bin/repo&lt;BR /&gt;$: PATH=${PATH}:~/bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$: mkdir fsl-auto-yocto-bsp&lt;BR /&gt;$: cd fsl-auto-yocto-bsp&lt;BR /&gt;$: repo init -u &lt;A href="https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp" target="_blank"&gt;https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp&lt;/A&gt; -b release/bsp30.0&lt;BR /&gt;$: repo sync&lt;/P&gt;&lt;P&gt;$ ./sources/meta-alb/scripts/host-prepare.sh&lt;/P&gt;&lt;P&gt;$ . nxp-setup-alb.sh -m&amp;nbsp;s32g274ardb&lt;/P&gt;&lt;P&gt;$ bitbake&amp;nbsp;fsl-image-auto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which all succed and i got the image, u-boot,and dtb&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Image--5.10.41-r0-s32g274ardb-20211121115436.bin&lt;/P&gt;&lt;P&gt;fsl-image-auto-s32g274ardb-20211121115436.rootfs.cpio.gz.u-boot&lt;/P&gt;&lt;P&gt;fsl-s32g274a-rdb--5.10.41-r0-s32g274ardb-20211121115436.dtb&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;i upload all the above three file into mmc, and begin to boot:&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ext4load mmc 0:3 0x80080000 Image--5.10.41-r0-s32g274ardb-20211121115436.bin&lt;/P&gt;&lt;P&gt;ext4load mmc 0:3 0x83E00000 fsl-s32g274a-rdb--5.10.41-r0-s32g274ardb-20211121115436.dtb&lt;/P&gt;&lt;P&gt;ext4load mmc 0:3 0x84000000 fsl-image-auto-s32g274ardb-20211121115436.rootfs.cpio.gz.u-boot&lt;/P&gt;&lt;P&gt;setenv bootargs console=ttyLF0,115200 root=/dev/ram rw earlycon rdinit=/sbin/init&lt;/P&gt;&lt;P&gt;${boot_mtd} ${loadaddr} ${ramdisk_addr} ${fdt_addr}&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;and I upload the bootlog.&lt;/P&gt;&lt;P&gt;Thanks for any suggestions!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 09:29:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375521#M267</guid>
      <dc:creator>lily95</dc:creator>
      <dc:date>2021-11-23T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375525#M268</link>
      <description>&lt;P&gt;i have tried to use another filesystem with my image and dtb, which turns out that the cpu errs still exists, but board could boot up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also i&amp;nbsp;tried to use another image dtb whith my&amp;nbsp; filesystemwhich turns out that ererything OK!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 09:32:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375525#M268</guid>
      <dc:creator>lily95</dc:creator>
      <dc:date>2021-11-23T09:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375574#M270</link>
      <description>&lt;P&gt;Here is my bord info:&lt;/P&gt;&lt;P&gt;U-Boot 2019.04+ga53a9fa1e9 (Aug 31 2020 - 05:07:39 +0000)&lt;BR /&gt;&lt;BR /&gt;CPU: NXP S32G274A rev. 2.1.0&lt;BR /&gt;Reset cause: Power-On Reset&lt;BR /&gt;Model: NXP S32G27x&lt;BR /&gt;Board: NXP S32G274A-RDB&lt;BR /&gt;DRAM: 512 MiB&lt;BR /&gt;CA53 core 1 running.&lt;BR /&gt;CA53 core 2 running.&lt;BR /&gt;CA53 core 3 running.&lt;BR /&gt;All (4) cores are up.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 10:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1375574#M270</guid>
      <dc:creator>lily95</dc:creator>
      <dc:date>2021-11-23T10:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1376250#M271</link>
      <description>&lt;P&gt;I also notified that in my board, when i run the original kernel version(4.19) , u-boot show the:&lt;/P&gt;&lt;P&gt;machine-model is:Machine model: Freescale S32G275&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as i run the bsp build image 5.10, the machine model is:&lt;/P&gt;&lt;P&gt;Freescale S32G274&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:15:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1376250#M271</guid>
      <dc:creator>lily95</dc:creator>
      <dc:date>2021-11-24T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1377019#M275</link>
      <description>&lt;P&gt;I tried&amp;nbsp;&lt;A href="https://nxp.flexnetoperations.com/control/frse/download?element=12593397" target="_blank"&gt;https://nxp.flexnetoperations.com/control/frse/download?element=12593397&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this bsp28.0 , the pre_build image to boot my board, the cpu errors also occurs;&lt;/P&gt;&lt;P&gt;i tried&amp;nbsp;s32g274ardb:&lt;/P&gt;&lt;P&gt;fsl-image-base-s32g274ardb.cpio.gz.u-boot&lt;/P&gt;&lt;P&gt;fsl-s32g274a-rdb.dtb&lt;/P&gt;&lt;P&gt;Image&lt;/P&gt;&lt;P&gt;as my u-boot dtb and image to boot.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 11:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1377019#M275</guid>
      <dc:creator>lily95</dc:creator>
      <dc:date>2021-11-25T11:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1377899#M277</link>
      <description>&lt;P&gt;Your u-Boot, based on the quoted output, is older than Automotive BSP 30.0 &lt;BR /&gt;one. Using mixed BSP version target binaries is error-prone. As of the rest, it is &lt;BR /&gt;difficult to comment because the tests made appear almost random and none of &lt;BR /&gt;them follow the boot image deployment and subsequent target boot scenarios &lt;BR /&gt;described in the BSP documentation. Besides that, there is no point in playing &lt;BR /&gt;with obsolete BSP versions if your home project does not have any dependency &lt;BR /&gt;on any of them.&lt;/P&gt;
&lt;P&gt;I would suggest taking a more consistent approach, namely to start with &lt;BR /&gt;something proven working. Use the NXP-provided pre-built images, make sure &lt;BR /&gt;what you put onto the boot media match your board model. Note that RDB and &lt;BR /&gt;RDB2 are different boards and RDB is obsolete. Follow the steps specified in &lt;BR /&gt;Automotive BSP 30.0 User Guide Section 3.1.1 strictly, see if it works for &lt;BR /&gt;you. This should allow to sort out potential build and non-standard &lt;BR /&gt;deployment scenario issues.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;BR /&gt;Platon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 04:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1377899#M277</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2021-11-29T04:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1467311#M877</link>
      <description>&lt;P&gt;Hi NXP&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;when I try to bringup&amp;nbsp;s32g274ardb with yocto bsp30,and&amp;nbsp; write the&amp;nbsp;fsl-image-base-s32g274ardb-20220529032227.rootfs.sdcard with&amp;nbsp;Win32DiskImager(or must using dd),but the uart0 didn`t print any things,the sw is on right position.Can you help with this issue?&lt;/P&gt;&lt;P&gt;tks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 08:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1467311#M877</guid>
      <dc:creator>murphy_xie</dc:creator>
      <dc:date>2022-06-01T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1470374#M896</link>
      <description>&lt;P&gt;1. Please show me your detail step to program the sd image into SD card.&lt;/P&gt;
&lt;P&gt;And plus all SW settings on the RDB board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Like SW10[1] = ON, SW10[1] = OFF, .... etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Please using one working SD card if available, to check the RDB board can bootup normally or not, make sure the SW settings are correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Please program only u-boot to SD card, the file name is u-boot-s32g274ardb2.s32-sdcard, to check whether the u-boot can bootup or not.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 05:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1470374#M896</guid>
      <dc:creator>Yi_Liu_Nxa22412</dc:creator>
      <dc:date>2022-06-08T05:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: s32g274abrd boot err using bsp30.0</title>
      <link>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1470427#M897</link>
      <description>&lt;P&gt;ok,tks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 07:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/s32g274abrd-boot-err-using-bsp30-0/m-p/1470427#M897</guid>
      <dc:creator>murphy_xie</dc:creator>
      <dc:date>2022-06-08T07:18:40Z</dc:date>
    </item>
  </channel>
</rss>

