2019-08-29 03:37 PM
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?
2019-08-29 11:51 PM
Hello,
did you have a look to this https://wiki.st.com/stm32mpu/wiki/How_to_populate_the_SD_card_with_dd_command ?
2019-08-30 05:58 AM
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.