2020-01-31 09:31 AM
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.
Solved! Go to Solution.
2020-02-03 12:51 AM
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
2020-02-03 12:51 AM
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
2020-02-03 01:03 AM
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!