2024-03-22 03:49 AM
Hi,
please can somebody give me a hint how to flash OpenSTLinux onto SD card on board STM32MP135F-DK ?
i'm under specific condition, currently i can't download Starter package (some unknown technical problem) which includes utility : STM32_Programmer_CLI,
and i just built Distribution package using bitbake after 6 hours ...
i'm reading howto :
https://wiki.st.com/stm32mpu/wiki/STM32MP13_Discovery_kits_-_Starter_Package#Flash_microSD_card
Solved! Go to Solution.
2024-03-25 01:49 AM
Hi,
To flash your SD card you can use the script in tmp-glibc/deploy/images/<your_board>/scripts/
then use the command :
./create_sdcard_from_flashlayout.sh ../flashlayout_st-image-weston/optee/FlashLayout_sdcard_<your_board>-optee.tsv
and follow the instructions that will be displayed
if you have any other questions, don't hesitate.
Regards,
Grégory
2024-03-25 01:49 AM
Hi,
To flash your SD card you can use the script in tmp-glibc/deploy/images/<your_board>/scripts/
then use the command :
./create_sdcard_from_flashlayout.sh ../flashlayout_st-image-weston/optee/FlashLayout_sdcard_<your_board>-optee.tsv
and follow the instructions that will be displayed
if you have any other questions, don't hesitate.
Regards,
Grégory
2024-03-26 06:47 AM
Thank You