2024-06-21 04:21 AM
Hello ,
We have built OpenSTLinux(Openstlinux-6.1-yocto-mickledore-mp1-v23.06.21) for stm32mp157d-dk1 Board.
Now moving forward we would like to Work with latest the version of u-boot instead U-Boot 2022.10-stm32mp-r1. So we would like to know how we could change the u-boot version.
We have followed the below link as our reference.
Thanks in Advance
Best regards
Srikanth
2024-06-24 02:16 AM
Hello @Srikanth1 ,
If you work with openSTLinux Yocto distribution, you will find the U-boot recipe here targeting the U-Boot version aligned with the release you have (as you said, 2022-10 for OSTL v6.1). : layers/meta-st/meta-st-stm32mp/recipes-bsp/u-boot
Now, if you want to take the upstreamed U-Boot version, you will have to change the U-boot recipe to target the version you want. However, 2 warnings :
I hope this information will be useful for you. By the way, is there any rational reason why you would like to take the last U-boot ?
Kind regards,
Erwan.
2024-07-04 05:39 AM
Hello Erwan SZYMANSKI
Firstly,Sorry for the late reply.
We are working on build-root with the Uboot version(2023.10) for the same STM32MP157AAA3 processor.when we are switching to OpenSTLinux we found that it supports U-Boot 2022.10-stm32mp-r1,so we thought of changing the version to the one we are using in build.
Thanks in advance
Best Regards
Srikanth