cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP15 ECO 5.0.0 get started documentation incorrect

debugging
Lead

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Install_the_SDK

It should be more clear the en.xxxx file is under the x86 Yocto package. not the first item development package which are sources. then should use gzip -f to extract the tar from the gz file. then cd the stm32* folder, then cd the sdk  folder and then change the permission.. then the chmod filename is wrong, should be using sudo with filename st-image-weston-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.sh 

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel

Says to download the developer package. This should be the BSP package. and also here first gzip to unzip the tar, then tar the .tar file. and the file should be LOWER case SOURCES.

In the starter package, the actual tar filename is

en.flash-stm32mp1-openstlinux-6-1-yocto-mickledore-mp1-v23-06-21.tar

not

en.FLASH-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

 

to be continued...

Eat your own dog food.?

 

 

3 REPLIES 3
Olivier GALLIEN
ST Employee

Hi @debugging ,

Just re-tested at my end.. indeed the case for FLASH and SOURCES has been changed to lower since wiki validation. We will align. 

Else all "tar" command can be execute as stated on .tar.gz with no need of gzip usage. 

Olivier 

 

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
debugging
Lead

...

https://wiki.st.com/stm32mpu/wiki/STM32MP1_Developer_Package

tar vxf en.SDK-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

[1] the command in the wiki do not work

[2] The wiki one step. it needs two step from gz to tar to extract tar.

[3] see error above.

It is a little issue but annoying.