STM32MP1 Developer Package - debug symbol files

Revision as of 09:48, 19 February 2019 by Registered User

Template:ArticleMainWriter Template:ReviewersList Template:ArticleProposedVersion


This article provides the following information:

  • How to download and install the latest debug symbol files (for Linux kernel, U-Boot,TF-A and OP-TEE OS) for the STM32 microprocessor Series used
  • Where to find the associated release note
  • Where to find the previous releases (archives)
Warning white.png Warning
To use this package efficiently, please read the Developer Package article relative to your STM32 microprocessors Series: Category:Developer Package

1. STM32MP15-Ecosystem-v1.0.0 release[edit source]

  • The STM32MP1 debug symbol files is delivered through a tarball file named
    • DEBUG-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards


  • Download and install the STM32MP1 debug symbol files
By downloading this software package, you agree to be bound to the terms of the software license agreement (SLA). The detailed content licenses can be found here.
STM32MP1 Developer Package debug symbol files - STM32MP15-Ecosystem-v1.0.0 release
Download

Template:STdotcomInfo

Installation
$ cd <working directory path>/Developer-Package
  • Download the tarball file in this directory
  • Uncompress the tarball file to get the debug symbol files (for Linux kernel, U-Boot, TF-A and OP-TEE OS):
$ tar xvf DEBUG-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar.xz
Release note

Details of the content of the debug symbol files are available in the associated STM32MP15 ecosystem release note.

If you are interested in previous releases, please refer to the archives of the ecosystem release note.

  • The debug symbol files are in the <Developer Package installation directory>/stm32mp1-openstlinux-4.19-thud-mp1-19-02-20/images/stm32mp1 directory:
stm32mp1
├── tee-stm32mp157a-dk1-optee.elf	Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits
├── tee-stm32mp157c-dk2-optee.elf	Debug symbol file for OP-TEE OS → STM32MP15 Discovery kits
├── tee-stm32mp157c-ev1-optee.elf	Debug symbol file for OP-TEE OS → STM32MP15 Evaluation boards
├── tf-a-bl2-optee.elf			Debug symbol file for TF-ATF-A for OP-TEE boot stage
├── tf-a-bl2-trusted.elf		Debug symbol file for TF-A → trusted boot firmware stage
├── tf-a-bl32-trusted.elf		Debug symbol file for TF-A → runtime software stage
├── u-boot-stm32mp157a-dk1-optee.elf	Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157a-dk1-trusted.elf	Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157c-dk2-optee.elf	Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157c-dk2-trusted.elf	Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157c-ev1-optee.elf	Debug symbol file for U-Boot → STM32MP15 Evaluation boards
├── u-boot-stm32mp157c-ev1-trusted.elf	Debug symbol file for U-Boot → STM32MP15 Evaluation boards
└── vmlinux				Debug symbol file for Linux kernel