Skip to main content
hritter
Associate II
September 22, 2023
Solved

Cloning (saving) sd card to a file for later flashing back to sd card

  • September 22, 2023
  • 2 replies
  • 2284 views

I have an STM32MP157F-DK2. I am wanting to save the original contents of the sd card. How do I save the sd card to a file that I may later put it back unto the sd card? Will dd do this?

Thank you!

This topic has been closed for replies.
Best answer by Olivier GALLIEN

Hi @hritter ,

 

Original content of the SDCard is the Starter Package image which is available on st.com. Refer to Getting started - stm32mpu 

 

Else some post already mention some solutions : 

Solved: save linux image - STMicroelectronics Community

How to backup partitions from SD card image and to... - STMicroelectronics Community

 

Olivier 

2 replies

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
September 25, 2023

Hi @hritter ,

 

Original content of the SDCard is the Starter Package image which is available on st.com. Refer to Getting started - stm32mpu 

 

Else some post already mention some solutions : 

Solved: save linux image - STMicroelectronics Community

How to backup partitions from SD card image and to... - STMicroelectronics Community

 

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.
hritter
hritterAuthor
Associate II
September 25, 2023

Thank you.