cancel
Showing results for 
Search instead for 
Did you mean: 

E: Unable to locate package packagegroup-x-linux-qt

DMårt
Lead

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

screen.jpg

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer
4 REPLIES 4
Karim BEN BELGACEM
ST Employee

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

Hi @Karim BEN BELGACEM 

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.

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer

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

@Karim BEN BELGACEM 

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.

 

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer