Skip to main content
Visitor II
January 31, 2020
Solved

Getting STM32MP157A-DK1 to work with Starter Package

  • January 31, 2020
  • 2 replies
  • 992 views

I'm trying to get my STM32MP157A-DK1 to boot with this tutorial: https://wiki.st.com/stm32mpu/wiki/Category:Starter_Package

Flashing works (note that I'm flashing the DK2 tsv package, since there is none for the DK1). But on boot the device gets stuck on:

[ 2.033952] sdhci-pltfm: SDHCI platform and OF driver helper

I attached the full boot code in a pastebin: https://pastebin.com/gz0deEv7

The LD8 blue LED is blinking two fast blinks at a time.

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    Hi @JS.2chneider​ 

    I don' understand. Starter Package contain the proper FlashLayout_sdcard_stm32mp157a-dk1-trusted.tsv for DK1 board. Isn't it the one you are using ?

    Olivier

    2 replies

    Technical Moderator
    February 3, 2020

    Hi @JS.2chneider​ 

    I don' understand. Starter Package contain the proper FlashLayout_sdcard_stm32mp157a-dk1-trusted.tsv for DK1 board. Isn't it the one you are using ?

    Olivier

    JSchn.1Author
    Visitor II
    February 3, 2020

    Yeah, you're right of course sorry :)

    I tried replacing the dk2 with the dk1 and overlooked the different processor models in the name :grinning_face_with_sweat: . Sorry and thanks!