Flashing error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 12:13 AM - last edited on ‎2024-04-30 12:34 AM by Peter BENSCH
I am currently flashing a custom mickledore distro on a STM32MP151CAA3T and after the fsbl1 i get this error :
ERROR: DDR addr bus test: can't access memory @ 0xc0000004
PANIC at PC : 0x2ffdf9d9
Can someone explain how to solve this issue?
- Labels:
-
Error
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 12:53 AM
Hello @Pavesino ,
The cube programmer attempts to program the external memories.
Did you have the partition 3 well programmed?
It seems the firmware in partition 3 is not properly loaded.
The purpose of this firmware is to initialize the external memory and then the cube programmer can use it.
regards,
David B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 1:08 AM
How can i check if i well programmed the partition 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 2:00 AM
Hello @Pavesino ,
Please, just check in the TSV file, what fip is used or if the line is missing.
rgds
David B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 2:03 AM
in the TSV for partition 3 i have
fip/fip-stm32mp151c-epro-mx-optee.bin
so no missing line for this
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 2:21 AM
Hello @Pavesino ,
This bin seems to have a problem.
Do you have another one maybe with another board?
Do you have the same kind of problem while programming STM32MP157 board?
regards,
David B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 2:48 AM
HI @Pavesino
Flashing is done by loading TF-A, which then init the DDR to load uBoot which is responsible for Flashing.
Here it seems TF-A is not able to see the DDR correctly working.
Probable issues (some could be detected by using DDRFW-UTIL tool :
- Bad DDR configuration (did you use CubeMX to generate DDR settings?)
- DDR supplies not started (did you use STPMIC1 ?)
- PCB issue (bad connection in schematics, bad routing, etc...)
- Manufacturing issue (soldering)
- etc...
Regards.
