cancel
Showing results for 
Search instead for 
Did you mean: 

Which ubuntu version for "STM32 MPU ecosystem release note - v6.0.0"

loupi
Associate II

Good morning,

Could you confirm for me the version of Ubuntu most suitable for installing the development tools for "STM32 MPU ecosystem release note - v6.0.0"

On version "22.04", I have problem to install "libncurses5".


https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Install_the_SDK

 

yocto@Yocto:~$ sudo apt-get install build-essential libncurses-dev libncurses5 libyaml-dev libssl-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libncurses5
yocto@Yocto:~$ 

 


if necessary I am ready to install a newer or older version.

Thank you

Loupi

 

1 ACCEPTED SOLUTION

Accepted Solutions
Pwxn
ST Employee

Hello Loupi,

 

Did you correctly update your repositories ? 

 

sudo apt-get update

 

 

If that doesn't solve your issue. Could you provide us with these result: 

 

apt list | grep ncurses
apt list –installed

 

 

FYI, Ubuntu 22.04 has been verified and this version is fully compatible with the MPU STM32 ecosystem v6.

(You can find more information here : https://wiki.st.com/stm32mpu/wiki/PC_prerequisites#Linux-C2-AE_PC)

 

Regards,

View solution in original post

1 REPLY 1
Pwxn
ST Employee

Hello Loupi,

 

Did you correctly update your repositories ? 

 

sudo apt-get update

 

 

If that doesn't solve your issue. Could you provide us with these result: 

 

apt list | grep ncurses
apt list –installed

 

 

FYI, Ubuntu 22.04 has been verified and this version is fully compatible with the MPU STM32 ecosystem v6.

(You can find more information here : https://wiki.st.com/stm32mpu/wiki/PC_prerequisites#Linux-C2-AE_PC)

 

Regards,