Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion Template:UpdateNeededForNewRelease
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)
1. Beta1 release
- The STM32MP1 debug symbol files is delivered through a tarball file named
- DEBUG-Template:Highlight-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards Template:Highlight
- DEBUG-Template:Highlight-openstlinux-4.14-rocko-mp1-18-11-26.tar.xz for STM32MP157C-EV1 and STM32MP157X-DKX boards Template:Highlight
- 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 | |
Installation |
$ cd <working directory path>/Developer-Package
$ 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:
Template:Green ├── tf-a-bl2-trusted.elf Template:Highlight ├── tf-a-bl32-trusted.elf Template:Highlight ├── u-boot-stm32mp157c-dk2-trusted.elf Template:Highlight ├── u-boot-stm32mp157c-ev1-trusted.elf Template:Highlight └── vmlinux Template:Highlight
2. Archives
2.1. Alpha2 release
- 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 | |
Installation |
$ cd <working directory path>/Developer-Package
$ 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:
Template:Green ├── tf-a-bl2-trusted.elf Template:Highlight ├── tf-a-bl32-trusted.elf Template:Highlight ├── u-boot-stm32mp157c-dk2-trusted.elf Template:Highlight ├── u-boot-stm32mp157c-ev1-trusted.elf Template:Highlight └── vmlinux Template:Highlight