Skip to main content
Associate II
December 11, 2024
Solved

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

  • December 11, 2024
  • 1 reply
  • 945 views

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

 

Best answer by Pwxn

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,

1 reply

Pwxn
PwxnBest answer
ST Employee
December 16, 2024

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,