Skip to main content
Associate II
November 25, 2024
Solved

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

  • November 25, 2024
  • 1 reply
  • 899 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

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.

 

1 reply

PatrickF
PatrickFBest answer
Technical Moderator
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 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here
symeonAuthor
Associate II
November 25, 2024

Dear @PatrickF 

Thank you for your answer.

Best Regards.

Symeon Zapsis