PAN9028 Wi-Fi/Bluetooth Module
6 Recreating SD Card Image
Quick Start Guide Rev. 1.0
Page 30 of 34
3. Use the command
lsblk
(1)
to find out the device file name of the SD card.
4. Check the column
SIZE
(2) to find the SD card.
5. Remember the name from the column
NAME
(3).
6. Enter the following code into the command
dd
to write the SD card image to the desired
target drive:
sudo dd if=ubuntu-wandboard_vX_Y.img of=/dev/sdb bs=1M
sudo
is used because usually only the root user can write to device files like
/dev/sdb
.