2024-12-24 11:52 PM
Using OSTL 4.1.2 and build DISTRO=openstlinux-weston MACHINE=stm32mp15-disco on STM32MP157F-DK2. Found that while boot up serial console showing incorrect version of u-boot and TF-A.
Although kernel version is correct i.e. 5.15.145.
TF-A : v2.6-stm32mp1-r2.1(debug):v2.6-dirty(a1f02f4f)
u-boot: U-Boot 2021.10-stm32mp-r2.1 (Oct 04 2021 - 15:09:26 +0000)
This should be v2.6-stm32mp1-r2.2 and 2021.10-stm32mp-r2.2.
Following are messages while boot up
1. NOTICE: BL2: v2.6-stm32mp1-r2.1(debug):v2.6-dirty(a1f02f4f)
2. optee optee: OP-TEE: revision 3.16 (d0b742d1)
3. U-Boot 2021.10-stm32mp-r2.1 (Oct 04 2021 - 15:09:26 +0000)
4. ## Booting kernel from Legacy Image at c2000000 ...
Image Name: Linux-5.15.145
Created: 2023-12-23 9:42:00 UTC
I am using STM32 MPU OpenSTLinux release note - v4.1.0 - stm32mpu-ecosystem-v4
repo init -u https://github.com/STMicroelectronics/oe-manifest -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v24.07.17 repo sync
Do you have patch to print correct version bootup console?