STM32MP15 ECO 5.0.0 get started documentation incorrect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-23 3:14 AM - edited ‎2023-08-29 4: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.?
- Labels:
-
STM32MP15 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 1: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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 4:06 AM - edited ‎2023-09-06 4:07 AM
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 4:08 AM - edited ‎2023-09-06 4: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.
