meta-freescale-3rdparty icon indicating copy to clipboard operation
meta-freescale-3rdparty copied to clipboard

Cubox-i target lacks .dtb files

Open alphonse82 opened this issue 1 year ago • 3 comments

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.

alphonse82 avatar Dec 20 '23 14:12 alphonse82

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

otavio avatar Dec 20 '23 16:12 otavio

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 ?

alphonse82 avatar Dec 20 '23 22:12 alphonse82

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

Focus in master, first. Next possible backports.

otavio avatar Jan 29 '24 15:01 otavio