2024-01-05 10:12 AM
Hi,
I'm currently attempting to make my first Starter Package flash on STM32MP157D-EV1 by following this guide:
https://wiki.st.com/stm32mpu/wiki/STM32MP15_Evaluation_boards_-_Starter_Package
However, it seems that the TSV "trusted" folder is missing in en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz package. Thus, the following command gives an error:
STM32_Programmer_CLI -c port=usb1 -w flashlayout_st-image-weston/trusted/FlashLayout_sdcard_stm32mp157c-ev1-trusted.tsv
Error: The file FlashLayout_sdcard_stm32mp157c-ev1-trusted.tsv does not exist, please check the file's path
Error: TSV flashing service failed
I also see that the file exist in the previous package v5.15.
Is their an issue with the 6.1 package or I missed something? How can I fix this?
Thanks in advance.
Solved! Go to Solution.
2024-01-08 07:22 AM
@ggreg ,
You are completly right, thank you for mentioning this error in the wiki page, it is currently under correction now.
For OP-TEE as official solution, the bullet is in this wiki page : https://wiki.st.com/stm32mpu/wiki/TF-A_overview#BL32
It mentions that BL32 SPMIN is no more supported.
Kind regards,
Erwan.
2024-01-08 02:58 AM
Hello @ggreg ,
"Trusted" has been replaced by OP-TEE now, as SP-MIN is no more supported in our delivery. In OpenSTLinux V4, it was already not recommended anymore, then now in V5, it does not appear anymore in our releases.
Kind regards,
Erwan.
2024-01-08 06:07 AM
Thanks Erman,
Would you have the reference with these recommendations please?
Also, it might be good to update the Starter Package procedure.
Best,
Mathieu
2024-01-08 07:22 AM
@ggreg ,
You are completly right, thank you for mentioning this error in the wiki page, it is currently under correction now.
For OP-TEE as official solution, the bullet is in this wiki page : https://wiki.st.com/stm32mpu/wiki/TF-A_overview#BL32
It mentions that BL32 SPMIN is no more supported.
Kind regards,
Erwan.