Configuration used:
Repo: https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b release/bsp25.0
Machine: s32g274ardb
Bitbake-image: fsl-image-auto
The image itself runs fine, but in order to boot it from restarting the device I need to insert the given base image sd card and stop its auto boot, then remove the base sd card and insert my custom image and boot it from cmd.
Naturally I would like to fix that issue, so any help would be appreciated.
My apologies for not responding sooner, BSP 25.0 is one ear old. There have been
three releases after it. If you do not have dependencies on that release in
your software, consider moving to BSP 28.0. Besides that, -m s32g274ardb is
not valid for S32G-VNP-GLDBOX. The correct build target is s32g274ardb2.
There are no known problems with BSP 28.0 bootabiility on RDB2/Goldbox and there are
pre-built images available for that BSP/board in case there are problems with
the local build. Detailed instructions on booting BSP28.0 images can be found in
it's User Manual, Section 3.
Hope this helps,
Platon
Hello:
"and there are
pre-built images available for that BSP/board in case there are problems with
the local build"
In this part , i want to know where can i get the pre-built images, and also pre-built uboot accessable?
Thanks.