2023-08-23 03:14 AM - edited 2023-08-29 04:05 AM
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
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.?
2023-09-06 01:40 AM
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
2023-09-06 04:06 AM - edited 2023-09-06 04:07 AM
...
2023-09-06 04:08 AM - edited 2023-09-06 04:09 AM
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.