2020-10-16 06:02 AM
Hi,
I've encountered some issues in trying to debug OpenAMP_TTY_echo project from STM32MP1 Starter Package.
Here is the output log :
Working 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
2020-10-27 07:32 AM
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
2022-04-01 03:07 PM
I have a similar issue, did you solved it?