Openocd compilation for stm32mp157 on Ubuntu 20.04
1. Open console (Ubuntu ALT+CTRL+T) 2. Download specific openocd fork source code using following command git clone -b stm32mp1 https://github.com/sysprogs/openocd.git 3. Type following commands cd openocd ./bootstrap ./configure For Ubuntu…