2022-07-20 06:58 PM
There is a'ifdef CONFIG_SPL_BUILD' in stm32mp1.h, Makefile or many files, but there is no setting in the Kconfig file.
Solved! Go to Solution.
2022-07-21 12:46 AM
Hello @安部 �? ,
I don't know which version of the ecosystem you are using, but since ecosystem V2.0, "basic boot" is no longer supported. Uboot SPL can no longer boot the kernel.
And can no more be generated since V4.0.0:
https://wiki.st.com/stm32mpu/wiki/STM32_MPU_ecosystem_release_note_-_v4.0.0#STM32CubeMX
If you were trying to use the DDR Tuning tools, you must now use the dedicated tool "STM32DDRFW-UTIL" :
https://wiki.st.com/stm32mpu/wiki/STM32DDRFW-UTIL_release_note
Regards,
Kevin
2022-07-21 12:46 AM
Hello @安部 �? ,
I don't know which version of the ecosystem you are using, but since ecosystem V2.0, "basic boot" is no longer supported. Uboot SPL can no longer boot the kernel.
And can no more be generated since V4.0.0:
https://wiki.st.com/stm32mpu/wiki/STM32_MPU_ecosystem_release_note_-_v4.0.0#STM32CubeMX
If you were trying to use the DDR Tuning tools, you must now use the dedicated tool "STM32DDRFW-UTIL" :
https://wiki.st.com/stm32mpu/wiki/STM32DDRFW-UTIL_release_note
Regards,
Kevin
2022-07-25 06:51 PM
Hellow Kebin HUBER.
Avoid using'basic boot'.
Thank you for valuable information.