You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing bitbake for M3N Salavtor-XS type of board, we are facing issues with following recipes:
kernel-module-gles.bb : error is file not found -- file://GSX_KM_M3N.tar.bz2
gles-user-module.bb : error is file not found -- file://r8a77965_linux_gsx_binaries_gles.tar.bz2
We have set SOC_FAMILY = "r8a77965".
Images could not be created after it.
We have tried for M3 type with SOC_FAMILY = "r8a7796".
For this, images are created.
We are not sure whether we can use the M3 type of u-boot, kernel and rootfs for M3N type of board.
Please let us know the procedure to run bitbake for M3N-Salvator-XS type of board and
also let us know whether we can use M3 images on M3N type of board.
Thanks
Ashvini
The text was updated successfully, but these errors were encountered:
While executing bitbake for M3N Salavtor-XS type of board, we are facing issues with following recipes:
kernel-module-gles.bb : error is file not found -- file://GSX_KM_M3N.tar.bz2
gles-user-module.bb : error is file not found -- file://r8a77965_linux_gsx_binaries_gles.tar.bz2
The errors occur because the gfx and mmp packages have not been copied into the Yocto BSP before the build was started. As they are licensed differently they are not included directly in the Yocto recipe files.
You mention Salvator-XS so I assume your company have access to the versions that are under NDA and the customer Yocto BSP which has an associated documentation set. To copy the packages into the BSP please follow the steps in the Yocto Startup Guide.
Hello All,
While executing bitbake for M3N Salavtor-XS type of board, we are facing issues with following recipes:
We have set SOC_FAMILY = "r8a77965".
Images could not be created after it.
We have tried for M3 type with SOC_FAMILY = "r8a7796".
For this, images are created.
We are not sure whether we can use the M3 type of u-boot, kernel and rootfs for M3N type of board.
Please let us know the procedure to run bitbake for M3N-Salvator-XS type of board and
also let us know whether we can use M3 images on M3N type of board.
Thanks
Ashvini
The text was updated successfully, but these errors were encountered: