require source code of stm32mp13 external loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-08 8:01 PM
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
Solved! Go to Solution.
- Labels:
-
STM32MP13 Lines
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-15 2:10 AM
Hi @youngsea
The source code will be delivered in the coming release V1.2 by next week.
Olivier
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-15 2:10 AM
Hi @youngsea
The source code will be delivered in the coming release V1.2 by next week.
Olivier
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-19 12:15 AM
Thank you for your recovery, I am aware of it and waiting for the new version to be released.
