Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-rauc-nxp imx8x: Nothing PROVIDES 'u-boot-fslc' #90

Open
roby2014 opened this issue Apr 1, 2024 · 3 comments
Open

meta-rauc-nxp imx8x: Nothing PROVIDES 'u-boot-fslc' #90

roby2014 opened this issue Apr 1, 2024 · 3 comments

Comments

@roby2014
Copy link

roby2014 commented Apr 1, 2024

hello. im trying to add rauc ota support for my imx8x board. following this: https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-nxp

INIT_MANAGER = "systemd"
IMAGE_INSTALL:append = " rauc"
DISTRO_FEATURES:append = " rauc"
IMAGE_FSTYPES:append = " ext4"
IMAGE_BOOT_FILES:append = " boot.scr"
PREFERRED_PROVIDER_virtual/bootloader="u-boot-fslc"
PREFERRED_PROVIDER_u-boot="u-boot-fslc"

but im getting

ERROR: Nothing PROVIDES 'u-boot-fslc' (but /home/roby/builder/build/../layers/meta-rauc/recipes-core/rauc/rauc_1.11.1.bb DEPENDS on or otherwise requires it)

im a bit confused since here: https://git.yoctoproject.org/meta-freescale/tree/conf/machine/include/imx8x-mek.inc?h=kirkstone
it says:

# This machine is not supported by u-boot-fslc, so we force it to use
# u-boot-imx here.
IMX_DEFAULT_BOOTLOADER = "u-boot-imx"
UBOOT_SUFFIX = "bin"

Any idea?

@leon-anavi
Copy link
Collaborator

Hi @roby2014,

As of the moment layer meta-rauc-nxp supports only HummingBoard with i.MX6 thanks to a contribution from @AtanasBunchev. Modifications of the layer will be required to support additional boards.

The particular error you are facing for your target machine is caused by this dependency:

Best regards, Leon

@roby2014
Copy link
Author

roby2014 commented Apr 1, 2024

Thanks for your quick answer.
Shouldn't there be maybe a list with supported/tested boards?

@leon-anavi
Copy link
Collaborator

Thanks for your quick answer. Shouldn't there be maybe a list with supported/tested boards?

Yes, you are right. The README needs more details about the supported and tested boards.

A step by step tutorial for HummingBoard (aka Yocto/OE machine cubox-i) is available here:
https://www.konsulko.com/settingup-rauc-hummingboard-ota-software-update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants