2023-09-27 08:18 AM - edited 2023-10-05 12:28 AM
Freezes here at rcc setup
Looking for rcc@50000000
Looking for rcc@50000000
- result for rcc@50000000: rcc@50000000 (ret=0)
- result for rcc@50000000: rcc@50000000 (ret=0)
stm32mp1_clk rcc@50000000: stm32mp1_clk_enable: id clock 151 has
log attached.Any suggestion where to look, what to change, what to try ?
if needed, advise what files needed ? using 2 different ECO system folders with SDK and source files. One using CubeMX generated DT's and then adjusted with additional entries and one using DT's based on the eCO provided 157a-DK1 DT files with some changes. Exactly the same result. Discrete power, and discrete Crystal OSCs. Board runs ECO 1 fine.
Adding the log of the tree using the CubeMX generated DTS.
https://wiki.st.com/stm32mpu/wiki/Clock_overview
shows
#define UART4_K 151
This is the UART debug output and 151 is the clock it crashes on. So perhaps the boot is continuing but there is no serial output.
Not that I expect reaction anymore from ST on this forum. Don't give me kudo's for posting a solution. Need guidance how to find the cause. ... Sending out and SOS. message in a bottle...
Solved! Go to Solution.
2024-02-19 02:34 AM
2024-02-19 03:56 AM
Wow this explains a lot for me because I was sure I had u-boot working fine for a while and then it stopped working. Turns out I was compiling on another machine where I had 5.0.2 . While I had 5.0.0 on the other machine.
Anyways you should update the main link to 5.0.2 on the release page instead of 5.0.0 to avoid more people having this problem.
2024-02-19 06:11 AM - edited 2024-02-19 06:15 AM
2024-02-20 09:01 AM
Hi,
For the developer package, there is a README.HOW_TOO.txt file which explains how to do this using GIT.
For more information, see the section :
"4. Manage <your_current_source_file> source code with GIT".
You will then be able to update to minor release.
Regards,
Grégory