E: Unable to locate package packagegroup-x-linux-qt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-07 8:31 AM - edited ‎2024-09-07 8:44 AM
I tried to install QT
apt-get install -y packagegroup-x-linux-qt
But I got the error
E: Unable to locate package packagegroup-x-linux-qt
I have followed this
https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package
- Labels:
-
OpenSTLinux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-09 8:31 AM - edited ‎2024-09-09 8:37 AM
Hello Daniel,
Would you please try again now and make sure you have executed the below commands in the right order ?
date +%y%m%d -s "20250101"
date +%T -s "00:00:00"
wget -q --spider http://google.com && echo "Online" || "Offline !!"
apt-get update
apt-get install -y apt-openstlinux-x-linux-qt
apt-get update
apt-get install -y packagegroup-x-linux-qt
systemctl restart weston-graphical-session.service
I succeeded to install the x-linux-qt packages on my STM32MP25-EV1 board connected to the internet thru the ETH1 connector.
Best Regards,
Karim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-09 10:22 AM - edited ‎2024-09-09 10:25 AM
Still the same error as above. I think there might be an issue with the apt-get?
Notice that I'm using STM32MP1 starter package. Not STM32MP2 starter package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-09 12:27 PM
Hi Daniel,
Starter Package for MP1 is not yet distributed. You will need to start from the X-LINUX-QT Distribution Package for the MP1 devices, then build the full image for it.
Please note that MP1 devices are still under testing internally so performances are not fully guaranteed to match the expected ones.
Best Regards,
Karim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-09 3:58 PM
So I need to build a Yocto Project with QT package from ST?
Yes, the STM32MP1 distro is very buggy. I think I will work for fitting a regular Linux distro for the STM32MP1 processors.
