<?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>S32GのトピックRe: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
    <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744863#M5122</link>
    <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;For question 1 and 2, as you told, I can build the arm-trusted file manually according to the steps introduced in section 3.2.4 of document&amp;nbsp;Linux BSP 35.0 User Manual for S32G3 platforms. But since a fip.bin file already exist in&amp;nbsp;/fsl-auto-yocto-bsp/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/arm-trusted-firmware/2.5-r0/build/s32g399ardb3/release folder after the yocto building for Linux BSP is completed, I can use it directly. Is this procedure correct?&lt;/P&gt;&lt;P&gt;For question 3, the addresses I meant is the burning target address of the binaries to the QSPI flash memory as mentioned by step 9~13 in section 6 of document AN13750. Please clarify for me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 01:43:32 GMT</pubDate>
    <dc:creator>lihongjun</dc:creator>
    <dc:date>2023-10-24T01:43:32Z</dc:date>
    <item>
      <title>Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744393#M5116</link>
      <description>&lt;P&gt;Dear NXP,&lt;/P&gt;&lt;P&gt;I have built the Linux BSP, the&amp;nbsp;IPCF_Example_multi_instance_S32G399_M7_x demos and&amp;nbsp;a S32G3 M7 bootloader. Now I am trying to deploy them onto the&amp;nbsp;S32G-VNP-RDB3 Board.&lt;/P&gt;&lt;P&gt;As AN13750 says, and take care of the modifications on S32G3, I think I must use&amp;nbsp;C:\NXP\S32DS.3.5\S32DS\tools\S32FlashTool\GUI\s32ft.exe to burn the images. But I can't find the fip.bin file on my Ubuntu VM, although there are 2 files named &lt;EM&gt;fip.s32-qspi&lt;/EM&gt;&amp;nbsp;and &lt;EM&gt;fip.s32-sdcard&lt;/EM&gt; exist in the Linux BSP output folder. So my questions are:&lt;/P&gt;&lt;P&gt;1) Is the fip.32-qspi file play the same role as fip.bin file in AN13750?&lt;/P&gt;&lt;P&gt;2) If not, how can I build the fip.bin file for S32G3?&lt;/P&gt;&lt;P&gt;3) Are the write addresses of the images just the same as S32G2?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 09:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744393#M5116</guid>
      <dc:creator>lihongjun</dc:creator>
      <dc:date>2023-10-23T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744747#M5121</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the information you are providing, you are using yocto project, is this correct? If so, we are not obtaining the image from yocto project, but from manually building both u-boot and ATF (as described under the AN13750).&lt;/P&gt;
&lt;P&gt;Below will be some comments on regards of your questions:&lt;/P&gt;
&lt;P&gt;A1 &amp;gt;&amp;gt; They are not the same. Seeing the contents of both fip.bin and fip.s32-qspi, fip.bin is the binary for the fip itself, while fip.s32-qspi contains both the fip itself and the whole IVT structure which can be flashed directly to the QSPI. As seen on the image below, the offset of the image is different from the *.bin (no offset) to the *.s32-qspi (offset):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1698088309267.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246446iFCC1D6EDA9B200B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1698088309267.png" alt="DanielAguirre_0-1698088309267.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Again, the offset is due to the IVT structure under the *.s32-qspi file.&lt;/P&gt;
&lt;P&gt;A2 &amp;gt;&amp;gt; Can be obtained by manually building both u-boot/ATF. This is described under the "Manually building Linux BSP components" under the respective BSP User Manual, or under the AN13750 itself.&lt;/P&gt;
&lt;P&gt;As a note, codeaurora link is not available anymore, the new link should be the one from github itself:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-auto-linux" target="_self"&gt;https://github.com/nxp-auto-linux&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As for yocto, should be located under the following path:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1698099654463.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246460i9412D4530E36E7F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1698099654463.png" alt="DanielAguirre_0-1698099654463.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A3 &amp;gt;&amp;gt; On regards of the RAM pointers under the IVT, they are not the same. The addresses are the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_1-1698088606286.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246447iFF6B3E1A37C30FD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_1-1698088606286.png" alt="DanielAguirre_1-1698088606286.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This can be confirmed by looking into the *.map file from the Bootloader.bin.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 22:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744747#M5121</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-10-23T22:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744863#M5122</link>
      <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;For question 1 and 2, as you told, I can build the arm-trusted file manually according to the steps introduced in section 3.2.4 of document&amp;nbsp;Linux BSP 35.0 User Manual for S32G3 platforms. But since a fip.bin file already exist in&amp;nbsp;/fsl-auto-yocto-bsp/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/arm-trusted-firmware/2.5-r0/build/s32g399ardb3/release folder after the yocto building for Linux BSP is completed, I can use it directly. Is this procedure correct?&lt;/P&gt;&lt;P&gt;For question 3, the addresses I meant is the burning target address of the binaries to the QSPI flash memory as mentioned by step 9~13 in section 6 of document AN13750. Please clarify for me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 01:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1744863#M5122</guid>
      <dc:creator>lihongjun</dc:creator>
      <dc:date>2023-10-24T01:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745151#M5124</link>
      <description>&lt;P&gt;Another question is, since I have finish yocto BSP building, and the boot image fip.bin has been generated, is there any way that I can find the log messages such as IVT location, load address and entry point, or I have to manually build ATF to get them?&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 09:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745151#M5124</guid>
      <dc:creator>lihongjun</dc:creator>
      <dc:date>2023-10-24T09:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745449#M5129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have not used the "fip.bin" file created by yocto, but looking into the folder we shared it seems that the structure is the same, hence it should work.&lt;/P&gt;
&lt;P&gt;As for the log, we are not finding the exact log that it is printed (as shown under the AN13750), but you should be able to find the "Entry Point" by looking into the *.map file for BL2:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1698179903436.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246603iEAEB6F4370493592/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1698179903436.png" alt="DanielAguirre_0-1698179903436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regarding the "Load Address", this is calculated with the following formula:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_1-1698179956064.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246604iC243B78CF14CDB23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_1-1698179956064.png" alt="DanielAguirre_1-1698179956064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For which, BL2_BASE should be the Entry Point and the FIP_HDR_SIZE and DTB_SIZE are available under the same folder as the "fip.bin" file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_2-1698180040718.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246608i2FF46B80DEA6B4DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_2-1698180040718.png" alt="DanielAguirre_2-1698180040718.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With them, you should be able to obtain the "Load Address".&lt;/P&gt;
&lt;P&gt;As for the QSPI addresses, these can remain the same.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 20:43:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745449#M5129</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-10-24T20:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745550#M5132</link>
      <description>&lt;P&gt;Does the formula mean LOAD_ADDRESS =&amp;nbsp;&lt;SPAN&gt;BL2_BASE +&amp;nbsp;FIP_HDR_SIZE +&amp;nbsp;DTB_SIZE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or could please tell me a simple mathematics form of the formula?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 02:50:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745550#M5132</guid>
      <dc:creator>lihongjun_01</dc:creator>
      <dc:date>2023-10-25T02:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745741#M5133</link>
      <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;I checked the map file in bl2.map, dtb_size and fip_hdr_size and got&lt;/P&gt;&lt;P&gt;bl2_entrypoint = 0x34302000&lt;BR /&gt;dtb_size = 0x7000&lt;BR /&gt;fip_hdr_size = 0xe0&lt;/P&gt;&lt;P&gt;So I got a load address =&amp;nbsp;0x342FAF20 using the formula you told, and config bootloader in EB as follow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lihongjun_01_0-1698218752985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246674i17B241B09A4A4410/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lihongjun_01_0-1698218752985.png" alt="lihongjun_01_0-1698218752985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lihongjun_01_1-1698218869759.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246675i5D0735627A07C2F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lihongjun_01_1-1698218869759.png" alt="lihongjun_01_1-1698218869759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But error messages appeared when I try to generate project:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Invalid value for node "&lt;A href="datamodel://Bootloader_S32G3XX_ASR_4.4_M7/?/AUTOSAR/TOP-LEVEL-PACKAGES/Bootloader/ELEMENTS/Bootloader/BootSources/linux_bsp_atf/ImageFragments/ImageFragments_0/LoadAddressRam" target="_blank"&gt;/AUTOSAR/TOP-LEVEL-PACKAGES/Bootloader/ELEMENTS/Bootloader/BootSources/linux_bsp_atf/ImageFragments/ImageFragments_0/LoadAddressRam&lt;/A&gt;": The load RAM address is invalid. If you use CRC over DMA transfer, the start address must be multiple of 8 If you don't use CRC over DMA transfer, the start address must be multiple of 64&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What shall I do to make the ATF load RAM address OK?&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 07:53:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1745741#M5133</guid>
      <dc:creator>lihongjun_01</dc:creator>
      <dc:date>2023-10-25T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1746264#M5142</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This error message has appeared before to us since there is a restriction over the alignment of the FIP image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1698258674211.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246748iB590AFCE68E86904/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1698258674211.png" alt="DanielAguirre_0-1698258674211.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Did you modify the FIP_ALIGN variable to be 64? This is also told under the AN13750. Once we modified the alignment, the error disappeared from our build.&lt;/P&gt;
&lt;P&gt;The calculation for the load address is as follow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_1-1698258964687.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246749i858EB58B95D94F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_1-1698258964687.png" alt="DanielAguirre_1-1698258964687.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 18:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1746264#M5142</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-10-25T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1747032#M5150</link>
      <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;I tried to build the ATF for G3 manually. The first step is u-boot building. After I cloned the source code and executed make command, it shows:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;YACC scripts/kconfig/zconf.tab.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;/bin/sh: 1: bison: not found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;scripts/Makefile.lib:226: recipe for target 'scripts/kconfig/zconf.tab.c' failed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;make[1]: *** [scripts/kconfig/zconf.tab.c] Error 127&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;Makefile:539: recipe for target 's32g399ardb3_defconfig' failed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;make: *** [s32g399ardb3_defconfig] Error 2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I don't know why this happen.&lt;/P&gt;&lt;P&gt;So I&amp;nbsp;temporarily skip this step and jump to ATF build directly (I don't know if this is applicable). I set the&amp;nbsp;BL33=$(home)/fsl-auto-yocto-bsp/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/u-boot-s32/2020.04-r0/build/s32g399ardb3_defconfig/u-boot-nodtb.bin i.e. the u-boot built during yocto BSP.&lt;/P&gt;&lt;P&gt;But when I execute make command it shows:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_addresses.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_empty_tree.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_ro.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_rw.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_strerror.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_sw.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;CC lib/libfdt/fdt_wip.c&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;AR /home/lhj/fsl-auto-yocto-bsp/arm-trusted-firmware/build/s32g3xxaevb/release/lib/libfdt.a&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;dtc version must be 1.4.6 or above&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;plat/nxp/s32/s32_common.mk:174: recipe for target 'check_dtc_version' failed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;make: *** [check_dtc_version] Error 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;When I try to upgrade dtc, it says:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;Reading package lists... Done&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;Building dependency tree &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;Reading state information... Done&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;device-tree-compiler is already the newest version (1.4.5-3).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco" color="#FF0000"&gt;0 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to solve the above problems.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 11:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1747032#M5150</guid>
      <dc:creator>lihongjun</dc:creator>
      <dc:date>2023-10-26T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Some Questions about Employment M7 Boot Image on S32G-VNP-RDB3 Board</title>
      <link>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1747229#M5152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the first error, you require to install "bison", we have it installed under our setup as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1698336225159.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247059i60A7A7DA7DB2BF8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1698336225159.png" alt="DanielAguirre_0-1698336225159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For ATF, you require do require for u-boot compilation, since it uses the u-boot binaries for the ATF compilation stage.&lt;/P&gt;
&lt;P&gt;As for the DTC version, we do have one version greater than the one being specified:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_1-1698336331718.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247060iB969D6D842F00756/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_1-1698336331718.png" alt="DanielAguirre_1-1698336331718.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could be a problem with the packages that you have installed.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 16:06:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Some-Questions-about-Employment-M7-Boot-Image-on-S32G-VNP-RDB3/m-p/1747229#M5152</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-10-26T16:06:23Z</dc:date>
    </item>
  </channel>
</rss>

