System Boot Issue on S32G274AEVB: Need Help with Yocto BSP 39.0

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

System Boot Issue on S32G274AEVB: Need Help with Yocto BSP 39.0

1,540件の閲覧回数
Daouda
Contributor I

Hello,

I'm facing issues with booting up my system on the S32G274AEVB board using Yocto BSP version 39.0. Here are the steps I've followed:

1-Getting the Yocto image:

mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin

mkdir fsl-auto-yocto-bsp
cd fsl-auto-yocto-bsp
repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp39.0
repo sync

2-Building Linux BSP:

./sources/meta-alb/scripts/host-prepare.sh

source nxp-setup-alb.sh -m s32g274aevb

bitbake fsl-image-auto

3-Writing images:

sudo dd if=./fsl-image-auto-s32g274aevb.sdcard of=/dev/mmcblk0 bs=1M && sync

sudo minicom -D /dev/ttyUSB0

However, the system doesn't boot properly, and nothing happens on my board. I also tried manually building Linux BSP components, but it didn't work. I switched to version 36.0, but the issue persists.

Could someone please help me? Thanks in advance!

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

1,503件の閲覧回数
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

We apologize for the delay. Are you seeing the same behavior if you use the pre-compiled BSP image from NXP (provided in a *.tgz file)?

As for your build, are you seeing any errors in the building process? 

Are you seeing any logs on your terminal? To which port are you connecting?

How are you setting the boot mode for your board?

Please, let us know.

0 件の賞賛
返信

1,496件の閲覧回数
Daouda
Contributor I

Hi,

No, I did not use your precompiled NXP BSP image. I used version 29.0 with manual configuration, and it worked.

 

Thank you for your response.