Skip to main content
Explorer
May 12, 2024
Solved

Does stm32mp157-dk1 support traditional SPL boot uboot?

  • May 12, 2024
  • 2 replies
  • 1055 views

HI.

Recently I purchased a stm32mp157-dk1. I am going to learn to use uboot. I know that Uboot startup is divided into several parts. The second part is SPL, and then SPL will boot uboot, and uboot will continue to boot the Linux kernel.

I have read the STM32MP157 documentation and it says that STM32MP157 does not support SPL. Is this true? Is the SPL boot option never available or is it optional?

    This topic has been closed for replies.
    Best answer by Gregory PLANCHON

    Hi @Tuzki 

     

    as you can see on this page, OpenSTLinux is not compatible with U-boot SPL.
    You can use it, but it cannot be used for product development :

    https://wiki.st.com/stm32mpu/wiki/U-Boot_overview#SPL

     

    Regards,

    Grégory

    2 replies

    ST Employee
    May 13, 2024

    Hi @Tuzki 

     

    as you can see on this page, OpenSTLinux is not compatible with U-boot SPL.
    You can use it, but it cannot be used for product development :

    https://wiki.st.com/stm32mpu/wiki/U-Boot_overview#SPL

     

    Regards,

    Grégory

    Technical Moderator
    May 13, 2024

    HI @Tuzki 

    I confirm SPL is not supported.

    Please have a look to https://wiki.st.com/stm32mpu/wiki/Boot_chain_overview#Overview_2

    Regards