Want download BSP39

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Want download BSP39

2,370件の閲覧回数
abhijeet1
Contributor I

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.

0 件の賞賛
返信
9 返答(返信)

2,203件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

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

 

0 件の賞賛
返信

2,260件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @abhijeet1

Thanks for the reply, I have the following suggestions for your reference:

  1. Double check what kind of board you are using, if RDB2, then the image that would be flashed to the SD card may be named as fsl-image-auto-s32g274ardb2.sdcard, if it is EVB3, the image that would be flashed to the SD card may be named as fsl-image-auto-s32g274aevb3.sdcard.
  2. Find a Linux hosted machine(like Ubuntu, Debian, Redhat, etc.), then plug the SD card reader(with SD card inserted) to the USB port of the host, use the dd command to flash the corresponding image:

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

0 件の賞賛
返信

2,234件の閲覧回数
abhijeet1
Contributor I

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.

0 件の賞賛
返信

2,277件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @abhijeet1

Thanks for the reply

  1. Firstly,  as the suggestion provided by Daniel, to check what kind of board you are using now, since you mentioned that S32G274 is used, is it a S32G2RDB2 or S32G2EVB3?
  2. Once confirmed the board, in order to build the BSP39, the following information could be a reference:

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

  1. Then using the generated image to boot the system. For example, fsl-image-auto-s32g274ardb2.sdcard could be used to boot the  S32GRDB2 via SD card, for details, you may reference the BSP user manual.
  2. If you do not need to modify the source code, then it is suggested using the pre-built images first, the method of downloading it was posted in my first reply.

 

Best Regards

Chenyin

0 件の賞賛
返信

2,264件の閲覧回数
abhijeet1
Contributor I

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?

0 件の賞賛
返信

2,361件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

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

0 件の賞賛
返信

2,318件の閲覧回数
abhijeet1
Contributor I

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?

0 件の賞賛
返信

2,308件の閲覧回数
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

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.

0 件の賞賛
返信

2,285件の閲覧回数
abhijeet1
Contributor I

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".

0 件の賞賛
返信