Last edited 3 years ago

STM32MP1 Developer Package - debug symbol files

Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion


This article provides the following information:

  • How to download and install the latest debug symbol files (for Linux kernel, U-Boot and TF-A) 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 Beta1 release[edit source]

  • The STM32MP1 debug symbol files is delivered through a tarball file named
    • DEBUG-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision B
    • DEBUG-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards revision C

  • Download and install the STM32MP1 debug symbol files
By downloading this software package, you agree to be bound to the terms of the Limited License Agreement. The detailed content licenses can be found here.
STM32MP1 Developer Package debug symbol files - Beta1 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 and TF-A):
$ tar xvf DEBUG-stm32mp1-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz
OR
$ tar xvf DEBUG-stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26.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-boards-revb-openstlinux-4.14-rocko-mp1-18-11-26/images/stm32mp1-boards-revb or <Developer Package installation directory>/stm32mp1-boards-revc-openstlinux-4.14-rocko-mp1-18-11-26/images/stm32mp1-boards-revc directory:
stm32mp1-boards-rev[b/c]
├── 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-stm32mp157c-dk2-trusted.elf  Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157c-ev1-trusted.elf  Debug symbol file for U-Boot → STM32MP15 Evaluation boards
└── vmlinux                             Debug symbol file for Linux kernel


2 Archives[edit source]


2.1 Alpha2 release[edit source]

  • The STM32MP1 debug symbol files is delivered through a tarball file named DEBUG-openstlinux-4.14-rocko-mp1-18-07-03.tar.xz.

  • Download and install the STM32MP1 debug symbol files
By downloading the tarball file, you agree to be bound to the terms of the Limited License Agreement
STM32MP1 Developer Package debug symbol files - Alpha2 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 and TF-A):
$ tar xvf DEBUG-openstlinux-4.14-rocko-mp1-18-07-03.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>/openstlinux-4.14-rocko-mp1-18-07-03/images/stm32mp1 directory:
stm32mp1
├── 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-stm32mp157c-dk2-trusted.elf  Debug symbol file for U-Boot → STM32MP15 Discovery kits
├── u-boot-stm32mp157c-ev1-trusted.elf  Debug symbol file for U-Boot → STM32MP15 Evaluation boards
└── vmlinux                             Debug symbol file for Linux kernel