2021-10-21 01:09 PM
I'm creating a project using STM32CubeIDE for the STM32MP1. I've followed the steps outlined in AN5630. I notice in the root project, under CA7\DeviceTree, that the directories for kernel, tf-a and u-boot are created. I'm planning on creating either a bare metal project or an RTOS based project, not a Linux based project. What caused the generation of these directories and how do I get rid of them, assuming I need to? Thanks
Lee Thalblum
2021-10-25 09:20 AM
Hi @Community member ,
AN5630 is not part of the STM32MP1 literature. Are you sure of your reference ?
Anyway, ST is only delivering and supporting Linux for A7 part of the STM32MP15.
STM32CubeIDE is not capable to load bare code into A7 target.
Road to go for bare or RTOS is not smooth but I remember I read some useful hint in this community such as :
Olivier
2021-10-25 10:20 AM
Hi Olivier,
You're correct, I mistyped AN5360 "Getting started with projects based on the STM32MP1 Series in STM32CubeIDE". I will look at the link you provided. Thanks.
Lee