cancel
Showing results for 
Search instead for 
Did you mean: 

Errors in OpenOCD when debugging Starter Package projects in STM32CubeIDE

SAnto.3
Associate II

Hi,

I've encountered some issues in trying to debug OpenAMP_TTY_echo project from STM32MP1 Starter Package.

Here is the output log :

0693W000004K363QAC.pngWorking on STM32CubeIDE v1.4.0 on Linux Ubuntu 20.0.4.1 (64 bit) via a virtual machine. Also tried on a Windows 10 session with same version of STM32CubeIDE, and the same error log was output.

Dropbear version is 2019.78-r2.

Target board is STM32MP157C-DK2.

Configuration :

BB_VERSION = 1.46.0

BUILD_SYS = x86_64-linux

NATIVELSBSTRING = universal

TARGET_SYS = arm-ostl-linux-gnueabi

MACHINE = stm32mp1

DISTRO = openstlinux-weston

DISTRO_VERSION = 3.1-openstlinux-5.4-dunfell-mp1-20-06-24

TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard

TARGET_FPU = hard

MANIFESTVERSION = ostl-20-06-24-rc7-1-gcb1de90

DISTRO_CODENAME = dunfell

ACCEPT_EULA_stm32mp1 = 1

GCCVERSION = 9.%

PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp

PREFERRED_VERSION_linux-stm32mp =

Starter package version is 1.2.0 downloaded from Github : https://github.com/STMicroelectronics/STM32CubeMP1/tree/1.2.0

Has anybody had the same issue ?

Thanks a lot

Antoine

2 REPLIES 2
Olivier GALLIEN
ST Employee

Hi @SAnto.3​ ,

Can you check you have a functional network connection with your board ?

Then check on target if the elf has been copied into /lib/firmware

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Mario Luzeiro
Senior

I have a similar issue, did you solved it?