IDE
Installations

Installations

Date : 03 June 2022

The following programs are supposed to work on Ubuntu 20.04 and Rocky Linux.


STM32CubeIDE

ST provides a multi-platform packaged eclipse version for STM32 microcontrollers :

https://www.st.com/en/development-tools/stm32cubeide.html


Qt5 + QtCreator

get the open source qtcreator at : https://www.qt.io/download

#! /bin/bash
# must be root 
apt-get -y update && apt-get -y upgrade
apt-get -y install  libqt5serialport5 libqt5serialport5-dev
apt-get -y install freeglut3-dev # opengl	

Bus CAN ( sonde peak pcan-usb )

$ sudo apt-get install can-utils 

Android Studio

Download at : https://developer.android.com/studio/

you’ll need to update usb rights :

#! /bin/bash
# must be root 
wget http://www.enib.fr/~kerhoas/INSTALL_/51-android.rules.zip	
unzip 51-android.rules.zip
cp 51-android.rules /etc/udev/rules.d/