Template:SDCardImage: Difference between revisions

From Phidgets Support
No edit summary
No edit summary
Line 38: Line 38:
After verifying which device is your SD card, unmount it using the following command:
After verifying which device is your SD card, unmount it using the following command:
*diskutil unmountDisk /dev/diskX
*diskutil unmountDisk /dev/diskX
'''Warning: Ensure you are writing to the correct  disk'''
[[File:Sdcard_mac_unmount.png|link=|alt=|center]]
[[File:Sdcard_mac_unmount.png|link=|alt=|center]]


Line 66: Line 67:
*if= path to your image file
*if= path to your image file
*of = where to write output (note: do not include partition number)
*of = where to write output (note: do not include partition number)
'''Warning: Ensure you are writing to the correct  disk'''
[[File:Sdcard_linux_complete.PNG|link=|alt=|center]]
[[File:Sdcard_linux_complete.PNG|link=|alt=|center]]



Revision as of 17:35, 6 October 2017

If you would like to reflash your micro SD card, your first step will be to download the SBC4 image file, which can be found in the Quick Downloads section above. The next step will differ based on your operating system. If you are going to be using a Windows machine, keep reading, otherwise, you can jump ahead here:

Windows

You should have already completed the first step, which is downloading the SD card image:


Next, you will need to download some software in order to write the image file to the SD card. We recommend using Win32 Disk Imager.


After downloading and running Win32 Disk Imager, make sure your SD card is plugged in. Select it on the right hand side under device :


Next, browse for the image file you previously downloaded and select it:


Finally, press the Write button:


After writing, you are almost done. The next step is to plug the SD card back into the SBC and expand the file system. Jump ahead to expanding your file system.

macOS

You should have already completed the first step, which is downloading the SD card image:


Next, make sure your SD card is plugged in, and enter the following into your terminal:

  • diskutil list

This will list all of the devices currently mounted on your system:


After verifying which device is your SD card, unmount it using the following command:

  • diskutil unmountDisk /dev/diskX

Warning: Ensure you are writing to the correct disk


Next, we can write the image file to the SD card:

  • if= path to your image file
  • of = where to write output (note using rdisk instead of disk will result in faster write times)


After writing, you are almost done. The next step is to plug the SD card back into the SBC and expand the file system. Jump ahead to expanding your file system.

Linux

You should have already completed the first step, which is downloading the SD card image:

Next, make sure your SD card is plugged in, and enter the following into your terminal:

  • dh -f

This will list all of the devices currently mounted on your system:


After verifying which device is your SD card, unmount it using the following command:

  • umount /dev/sdXX


Next, we can write the image file to the SD card:

  • if= path to your image file
  • of = where to write output (note: do not include partition number)

Warning: Ensure you are writing to the correct disk


After writing, you are almost done. The next step is to plug the SD card back into the SBC and expand the file system.

Expanding your file system

After writing the image file to your SD card, you will need to expand the file system size in order to take advantage of the full capacity of your card. In order to do this, you must run the expandfs.sh script which can be accessed at the / directory as shown here:


Note: if you are using SSH in order to run this script, you will need to enable SSH first (as it is turned off by default). Enabling SSH was covered above in the SSH section.


Next, simply run the script:


The SBC will automatically reboot, and your file system will be expanded. You can confirm that it has expanded by checking the file system size report.