apt-openstlinux-ai package
I'm using the Board STM32MP157F-DK2 on a Linux Ubuntu 22.04
I was trying to follow the 1.3.1 step at 'https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_Starter_package#Install_all_X-LINUX-AI_packages', when this happened:
~ apt-get install ./apt-openstlinux-ai_1.0_armhf.deb
Reading package lists... Done
Building dependency tree... Done
Note, selecting 'apt-openstlinux-ai' instead of './apt-openstlinux-ai_1.0_armhf'
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
apt-openstlinux-ai : Depends: apt-openstlinux (>= 5.0-r0) but 4.0-r0.4 is to bd E: Unable to correct problems, you have held broken packages.
How can i update the apt-openstlinux? When i tried to update directly through terminal, it just retorned that it's already at the most recent version:
~ apt install apt-openstlinux
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-openstlinux is already the newest version (4.0-r0.4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I think I've downloaded the 'STM32MP1 OpenSTLinux Starter Package 5.0.0' as it ordered, but I can't surpass this error.
