Skip to main content
Associate
November 9, 2024
Solved

require source code of stm32mp13 external loader

  • November 9, 2024
  • 1 reply
  • 1036 views

Hi,

I am now adapting the stm32mp13 bare metal bootloader FSBLA_Sdmmc1 for stm32mp157, and have achieved good results. However, since the sd card partition table of stm32mp13 is different from the common gpt partition table, the full function of this bootloader cannot be fully utilized. I guess it is due to the sd external loader. Therefore, I hereby apply to the STMicroelectronics support teams for the source code including the following content to adapt my subsequent content

1.sd external loader

2.emmc external loader

3.snor external loader

Thank you, the following is my github repository for storing the bootloader and program of mp15

https://github.com/youngsea2000/STM32MP1xx_Baremetal

Best answer by Olivier GALLIEN

Hi @youngsea 

 

The source code will be delivered in the coming release V1.2 by next week. 

 

Olivier 

 

 

1 reply

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
November 15, 2024

Hi @youngsea 

 

The source code will be delivered in the coming release V1.2 by next week. 

 

Olivier 

 

 

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
youngseaAuthor
Associate
November 19, 2024

Thank you for your recovery, I am aware of it and waiting for the new version to be released.