cancel
Showing results for 
Search instead for 
Did you mean: 

Imaging the provided SD Card

JSlac
Associate II

I'm trying to image the provided SD Card.

I'm trying to use `dd` but it seems to only be cloning about 33mb before saying it is finished with no other output.

sudo dd if=/dev/disk2 of=~/stmicro.img

Any thoughts?

2 REPLIES 2
PatrickF
ST Employee

Hello,

did you have a look to this https://wiki.st.com/stm32mpu/wiki/How_to_populate_the_SD_card_with_dd_command ?

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.

Thank you Patrick. Actually when I search the Wiki, I never get any results. I just thought it was broken.

I appreciate the link. I don't have an SD Card reader on the ST board, but I do have a USB to SD reader where the sd card gets inserted into a USB Flash drive. I'll give that a go and see how I make out.