Hi @PawelKan
You need to flash your board from files in the archive you retrieved en.FLASH-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.tar.gz
Then you should be able to complete the X-Linux-AI installation by re-playing the commands I se...
Hi @Mohanv
The bitbake error message shows the right recipe to be called: zlib.
So, you need to build zlib then update your package index. That would give:
$ bitbake zlib
$ bitbake package-index
Then refresh your APT configuration and install the zl...
Hi @PawelKan
The archive en.FLASH-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26.tar.gz is indeed the correct one for the OpenSTLinux ecosystem 5.1.0 and STM32MP1 targets
6.1 is related to the kernel and not related to the ecosystem version...
Hi @Mohanv
The error says the libz library is missing.
Try to build it if not present in your repo (bitbake zlib1) or install it with apt-get install zlib1
Best regards,
--JM
Hi @Mohanv
From your linux PC, check the packagegroup-core-buildessential package is available in your local deb directory:
[your STM32MP2 Distribution path]/build-openstlinuxweston-stm32mp15-disco/tmp-glibc/deploy/deb
by typing the following comman...