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

Cubox-i target lacks .dtb files #291

Open
alphonse82 opened this issue Dec 20, 2023 · 3 comments
Open

Cubox-i target lacks .dtb files #291

alphonse82 opened this issue Dec 20, 2023 · 3 comments

Comments

@alphonse82
Copy link

The Cubox-i is a small square-size target based on IMX.6 and comes in various versions. The small size & strong package makes it ideal for demo, learning.

Mine is the i4Pro version which needs the imx6q-cubox-i-som-v15.dtb (or imx6q-cubox-i-emmc-som-v15.dtb ).

Those are actually compiled by the kernel but are not included in the final image.

Please just add these files in KERNEL_DEVICETREE of conf/machine/cubox-i.conf :
KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb imx6q-cubox-i-som-v15.dtb imx6q-cubox-i-emmc-som-v15.dtb"

My cubox-i i4Pro starts just fine after this little modification.

Thanks

FYI Solidrun ships a Cubox-M version with an IMX8M which could be a useful addition to the 3rdparty repo.

@otavio
Copy link
Member

otavio commented Dec 20, 2023

Are you willing to take over the maintenance of those, @alphonse82?

@alphonse82
Copy link
Author

Actually I can do that as I own multiple instance of this cubox-i hardware.
However I'm not yet a yocto expert , only a (hopefully) correct user.

I use various versions of yocto, now i'm testing mickledore.

Do you have a page to explain the maintenance process for freescale targets ?

@otavio
Copy link
Member

otavio commented Jan 29, 2024

We don't, but we are happy to help during the process.

Focus in master, first. Next possible backports.

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