Skip to main content
JSchn.1
Associate II
January 31, 2020
Solved

Getting STM32MP157A-DK1 to work with Starter Package

  • January 31, 2020
  • 2 replies
  • 1003 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

Olivier GALLIEN
Olivier GALLIENBest answer
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

Olivier GALLIEN 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.
JSchn.1
JSchn.1Author
Associate 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!