i want to use BSP39 for S32G2 can you please tell me where i get BSP39 ,i searched in nxp website but unable to find it.
Hello, @abhijeet1
Thanks for the reply.
Well, seems the SD image was not flashed successfully, it is suggested trying the following command according to your previous post:
dd if=./fsl-image-auto-s32g274ardb2-20240222104136.rootfs.sdcard of=/dev/mmcblk0 bs=1M && sync
Hope it helps.
Best Regards
Chenyin
Hello, @abhijeet1
Thanks for the reply, I have the following suggestions for your reference:
dd if=$(IMAGE_NAME) of=${DEVSD} bs=1M && sync
for example on my local machine :
dd if=./fsl-image-auto-s32g274ardb2.sdcard of=/dev/sdh bs=1M && sync
While finished, use the flashed SD card to have a try.
Hope it helps.
Best Regards
Chenyin
Hello, i build bsp39 and also flashed in S32G274 and then restart my processor but it still show BSP34
I am flashing this image fsl-image-auto-s32g274ardb2-20240222104136.rootfs.sdcard using this command dd if=fsl-image-auto-s32g274ardb2-20240222104136.rootfs.sdcard of=/dev/mmcblk0p3 status=progress ,but i dont understand why it still show BSP34.
Hello, @abhijeet1
Thanks for the reply
For RDB2, use the command:
source ./nxp-setup-alb.sh -m s32g274ardb2
cd build_s32g274ardb2
bitbake fsl-image-auto
for EVB3, use the command:
source ./nxp-setup-alb.sh -m s32g274aevb3
cd build_s32g274aevb3
bitbake fsl-image-auto
Best Regards
Chenyin
Thanx, i am able to build bsp39 but also facing one more problem ,IN S32G274 add on board ,when i flashed rootfs.sdcard image after flashing i restart my board it will show "NOTICE: Reset status: Power-On Reset" ,i flashed image using lauterbach ,can you please tell me how to solve this issue?
Hello, @abhijeet1
Thank you for the question.
For downloading the BSP39 for the S32G2, you may reference the following method:
- Sign in to your NXP account (link to NXP site: Automotive, IoT & Industrial Solutions | NXP Semiconductors)
- Click on "My NXP Account" (top-right) and click on "Software Licensing and Support" under the "Licensing" section within the window it opens.
- This will redirect you to another page. In this new page, select the option "View Accounts" under the "Software accounts" section.
- This will again redirect you to another page. On this page, you should see an "Automotive SW - S32G - Linux BSP (Cortex-A53)" option, click on it.
In there, you should see all the available BSP versions for your account. If you don't see the specific version you are looking for, help us contacting your local NXP FAE/representative, for them to start the required process to provide the access.
Click into the required version of BSP, you may find the corresponding documents(like user manul, release notes) and pre-built images.
If not only the pre-built images, but also the source code required. It is recommended to visit:
https://github.com/nxp-auto-linux/auto_yocto_bsp
Following the guide in the readme file of the page, you may have the whole yocto installed on your working environment, then you will be able to build the BSP39.0 for S32G2 with the help of the detailed guide from the BSP user manual.
Hope it helps.
Best Regards
Chenyin
Thank you for sharing detail, i am able to build BSP39 but i am confused which image i need to flash in my s32g2 processor ,i am sharing all image which i got
fip.s32-qspi, fsl-image-auto-s32g399aevb3.manifest, s32g3xxa-evb3.dtb, u-boot-nodtb.bin-qspi
fip.s32-sdcard fsl-image-auto-s32g399aevb3.sdcard s32g3xxa-evb3-s32g399aevb3.dtb u-boot-nodtb.bin-sdcard
fsl-image-auto-s32g399aevb3-20240215155221.rootfs.cpio.gz.u-boot fsl-image-auto-s32g399aevb3.tar.gz tools u-boot-qspi-2022.04-r0.bin
fsl-image-auto-s32g399aevb3-20240215155221.rootfs.ext4 fsl-image-auto-s32g399aevb3.testdata.json u-boot.bin u-boot-s32g399aevb3.bin
fsl-image-auto-s32g399aevb3-20240215155221.rootfs.manifest Image u-boot.bin-qspi u-boot-s32g399aevb3.bin-qspi
fsl-image-auto-s32g399aevb3-20240215155221.rootfs.sdcard Image--5.15.129-r0-s32g399aevb3-20240215143144.bin u-boot.bin-sdcard u-boot-s32g399aevb3.bin-sdcard
fsl-image-auto-s32g399aevb3-20240215155221.rootfs.tar.gz Image-s32g399aevb3.bin u-boot-flashenv-s32g399aevb3-1.0+fslgit-r0.bin u-boot-sdcard-2022.04-r0.bin
fsl-image-auto-s32g399aevb3-20240215155221.testdata.json modules--5.15.129-r0-s32g399aevb3-20240215143144.tgz u-boot-flashenv-s32g399aevb3.bin
fsl-image-auto-s32g399aevb3.cpio.gz.u-boot modules-s32g399aevb3.tgz u-boot-flashenv-sd-s32g399aevb3-1.0+fslgit-r0.bin
fsl-image-auto-s32g399aevb3.ext4 s32g3xxa-evb3--5.15.129-r0-s32g399aevb3-20240215143144.dtb u-boot-flashenv-sd-s32g399aevb3.bin ,can you please tell me which image i need to flash?
Hi,
We see that the BSP version you are looking for is on regards of an S32G2 + EVB3 platform, is this correct?
If so, none of the files you are showing should work, since the image was created for an S32G3 + EVB3 platform.
Can you help us share the specific steps you followed? Also, can you confirm which S32G2 variant and NXP reference board you are using? For us to understand which commands should be changed.
Please, let us know.
I am using S32G274 add on board , for that i want to build bsp39 , i am following this : https://github.com/nxp-auto-linux/auto_yocto_bsp and using machine name this s32g399aevb3 ,and build "fsl-image-outo".