cancel
Showing results for 
Search instead for 
Did you mean: 

Check error code for UART4

LeeJaewon
Associate II

We made a new board with STM32MP157FAC1.
I tried booting with SD card with STM32MP1 Starter Package image of STM32MP157x-EV1.
I am inquiring about the following error.

 

NOTICE: CPU: STM32MP157FAC Rev.Z
NOTICE: Model: STMicroelectronics STM32MP157F eval daughter on eval mother
INFO: PMIC version = 0x21
INFO: Reset reason (0x15):
INFO: Power-on Reset (rst_por)
INFO: FCONF: Reading TB_FW firmware configuration file from: 0x2ffe2000
INFO: FCONF: Reading firmware configuration information for: stm32mp_io
INFO: Using SDMMC
INFO: Instance 1
INFO: Boot used partition fsbl1
ERROR: stm32_sdmmc2_send_cmd_req: timeout 10ms (cmd = 0,status = 2000)
WARNING: CMD0, Retry: 1, Error: -60
ERROR: stm32_sdmmc2_send_cmd_req: timeout 10ms (cmd = 0,status = 2000)
WARNING: CMD0, Retry: 2, Error: -60
ERROR: stm32_sdmmc2_send_cmd_req: timeout 10ms (cmd = 0,status = 2000)
WARNING: CMD0, Retry: 3, Error: -60
ERROR: SDMMC1 init failed
PANIC at PC : 0x2ffec8ef

Exception mode=0x00000016 at: 0x2ffec8ef

Can you guess what error it is?

1 REPLY 1
Olivier GALLIEN
ST Employee

Hi @LeeJaewon ,

 

Except if your board is stricly same as EV1 it's normal this is not working.

You might adapt your Device Tree to you hardware. 

You can refer to FAQ: STM32MP1 - How to create a device tree adapted to your design with STM32CubeMX? 

 

Hope it help 

 

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.