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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

1,517 Views
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 Kudos
Reply
2 Replies

1,480 Views
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 Kudos
Reply

1,473 Views
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.