Hello Guys,
I want to use the i.MX8M mini for some ML & KI Application. Therefore I want to build the imx-image-full with Yocto.
I followed the Instructions on the YoctoUserGuide Rev. L5.4.24_2.1.0, 06/2020 and used the "bitbake imx-image-full" command in the end.
First I had some struggles when using Ubuntu 20.4 as host system because the build process hang itselfe after about 20% because of some packages not installing.
Finally using Ubuntu18.04 fixed this issue but unfortunately there are some packages which did not install properly and throw an error. They had a problem with the "do_compile". For example: qtbase, armnn_git
(I did not save the logs... but I could reproduce it if its needed).
So when the process finished I get no file in ".../deploy/images" which I could flash to the board.
Did someone had the same issues and is there a possibility to exclude some packages from the build process in order to get a flashable file in the end?
Best regards
Patrick Stenger