2021-02-18 03:45 PM
Note that I am still using v2.0.0.
I used to be able to do the following execution on my board, but it is not working anymore. Something has changed.
Board $> wget http://extra.packages.openstlinux.st.com/AI/2.0/pool/config/a/apt-openstlinux-ai/apt-openstlinux-ai_1.0_armhf.deb
Board $> dpkg -i apt-openstlinux-ai_1.0_armhf.deb
The error message is as follows:
root@stm32mp1:~/Downloads# dpkg --install apt-openstlinux-ai_1.0_armhf.deb
Selecting previously unselected package apt-openstlinux-ai.
(Reading database ... 14442 files and directories currently installed.)
Preparing to unpack apt-openstlinux-ai_1.0_armhf.deb ...
Unpacking apt-openstlinux-ai (1.0) ...
dpkg: dependency problems prevent configuration of apt-openstlinux-ai:
apt-openstlinux-ai depends on apt-openstlinux (>= 2.1-r0); however:
Version of apt-openstlinux on system is 1.0-r0.
dpkg: error processing package apt-openstlinux-ai (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt-openstlinux-ai
It seems to me that the required apt-openstlinux version for the AI package for v2.0.0 is also updated to v2.1. This needs to be fixed for those who are still using v2.0.0.
2021-02-22 12:36 AM
@JYune
Thanks for reporting the issue.
It should be fixed now.
BR
Vincent
2021-02-22 07:15 PM
Thanks a lot for the update. Much appreciated!