Skip to main content
Associate II
November 25, 2024
Solved

STM32MP157F-DK2: Boot from USB SSD Instead of SD Card

  • November 25, 2024
  • 2 replies
  • 930 views

Hello everyone,

I would like to ask if it is possible to configure the STM32MP157F-DK2 to boot from a USB SSD instead of an SD card. If so, could you please share the steps or documentation?

Thank you in advance!

Best regards,
Symeon Zapsis

This topic has been closed for replies.
Best answer by PatrickF

Hi @symeon 

The STM32MP157F-DK2 always need to do low level boot from SD-Card (other boot interface such as Serial-NOR, Serial-NAND, eMMC or SLC-NAND are not available on this boarD).
The STM32MP1 does not have any way to boot from USB device such as external drive.

Only option is to put TF-A and uBoot on SD-card which will load the kernel from an USB drive.

I'm not expert and I don't know how this is easy or complex to do and if there is bootleneck (e.g. having USB host driver in uBoot).

Regards.

 

2 replies

PatrickF
PatrickFBest answer
ST Employee
November 25, 2024

Hi @symeon 

The STM32MP157F-DK2 always need to do low level boot from SD-Card (other boot interface such as Serial-NOR, Serial-NAND, eMMC or SLC-NAND are not available on this boarD).
The STM32MP1 does not have any way to boot from USB device such as external drive.

Only option is to put TF-A and uBoot on SD-card which will load the kernel from an USB drive.

I'm not expert and I don't know how this is easy or complex to do and if there is bootleneck (e.g. having USB host driver in uBoot).

Regards.

 

In order to give better visibility on the answered topics, please click on 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent
symeonAuthor
Associate II
November 25, 2024

Dear @PatrickF 

Thank you for your answer.

Best Regards.

Symeon Zapsis