Error while integrating the HSE with yocto

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

Error while integrating the HSE with yocto

1,095件の閲覧回数
ashwini2024
Contributor II

I am using bsp 40 and the firmware version is HSE_FW_S32G3XX_0_2_22_0. I am getting the following error when adding the lines in local.conf:

ERROR: ros-image-core-1.0-r0 do_rootfs: The postinstall intercept hook 'update_mime_database' failed, details in /yocto-s32g3/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/ros-image-core/1.0-r0/temp/log.do_rootfs
ERROR: Logfile of failure stored in: /yocto-s32g3/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/ros-image-core/1.0-r0/temp/log.do_rootfs.52670
ERROR: Task (/yocto-s32g3/sources/meta-ros/meta-ros-common/recipes-core/images/ros-image-core.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 9099 tasks of which 9098 didn't need to be rerun and 1 failed.

 

Summary: 1 task failed:
  /yocto-s32g3/sources/meta-ros/meta-ros-common/recipes-core/images/ros-image-core.bb:do_rootfs
Summary: There was 1 ERROR message, returning a non-zero exit code.

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

1,048件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @ashwini2024 

Thanks for your reply

From the BSP40.0 UM, the ubuntu release only support the following images:

chenyin_h_0-1734097064268.png

 

I suggest using "bitbake fsl-image-ubuntu-base" to have another try.

 

BR

Chenyin

0 件の賞賛
返信

1,081件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @ashwini2024 

Thanks for your post.

Would you mind sharing your local.conf used, and also the command you used to build the Yocto BSP?

 

BR

Chenyin

0 件の賞賛
返信

1,054件の閲覧回数
ashwini2024
Contributor II

The content of the local.conf is :

DISTRO_FEATURES:append = " hse "

NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32g3/folder"

HSE_VERSION="0_2_22_0"

HSE_SOC_REV="rev1.1"

HSE_LIC_MD5 = "a1bda359fc5cdcfca04f84834841a5ca"


and the command i used for building is :
bitbake ros-image-core

0 件の賞賛
返信