Skip to main content
Visitor II
March 22, 2024
Solved

flashing OpenSTLinux onto SD card

  • March 22, 2024
  • 1 reply
  • 1433 views

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

    This topic has been closed for replies.
    Best answer by Gregory PLANCHON

    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

    1 reply

    ST Employee
    March 25, 2024

    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

    Visitor II
    March 26, 2024

    Thank You