Skip to main content
JSlac
Associate
August 29, 2019
Question

Imaging the provided SD Card

  • August 29, 2019
  • 2 replies
  • 1085 views

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?

This topic has been closed for replies.

2 replies

PatrickF
ST Employee
August 30, 2019
In order to give better visibility on the answered topics, please click on 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent
JSlac
JSlacAuthor
Associate
August 30, 2019

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.