Skip to main content

1 reply

Karim BEN BELGACEM
ST Employee
September 9, 2024

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

DMårtAuthor
Lead
September 9, 2024

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-ComputerSTM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
Karim BEN BELGACEM
ST Employee
September 9, 2024

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