Skip to main content
Visitor II
October 16, 2020
Question

Errors in OpenOCD when debugging Starter Package projects in STM32CubeIDE

  • October 16, 2020
  • 2 replies
  • 930 views

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

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    October 27, 2020

    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

    Visitor II
    April 1, 2022

    I have a similar issue, did you solved it?