How to:Write Image to SD Card: Difference between revisions
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
After that the SD Card should be ready. Test on your PI and turn it on! | After that the SD Card should be ready. Test on your PI and turn it on! | ||
The Usage of the Software is simply done by starting the PI up and typing in the IP adress of the PI (can be found out in the router) into a browsers adress bar. | The Usage of the OSE 3dPrint Cluster Software is simply done by starting the PI up and typing in the IP adress of the PI (can be found out in the router) into a browsers adress bar. |
Revision as of 21:41, 30 June 2017
This page will explain how to write an Image to an external drive, like a SD card or a USB Stick The process will be demonstrated with the OSE 3dPrint Cluster Software under the OSE Linux Distribution (Ubuntu).
Using Disk Image Writer
WARNING: This process will delete all data from the SD card or USB Stick. Backup any data beforehand!!!
First you should assure that the external drive has enough space. When no other information is given, a minimum of 4 Gigabyte should be appropriate.
After Downloading the image, the Image will probably be zipped. To unzip it, right click and "extract it"
After Downloading the image, right click on it and choose "Open with" -> "Disk Image Writer"
This will open a window with a pop-up to choose the drive upon which the image should be written.
For this Scenario, the SD Card reader gets selected. After clicking restore the process will begin.
And you're done!
After this, there may be some kind of customization to make, however this is very specific and should always be handeled with care.
In the case of the OSE 3dPrint Cluster Software, you can put in your wifi credentials so the Raspberry Pi will automatically connect to your network.
For achieving that, we have to modify a textfile. Go to the external partition called 'boot' and open the octopi-network.txt.
Now you have to customize depending on the network, there are three options here: WPA/WPA2, WEP and unsecured.
Uncomment the lines (meaning: remove the #) below your kind of network authentification (which is problably and hopefully WPA2) and fill in your SSID (this means the name of your network) and the WIFI password inside the "". Don't forget to save the file.
After that the SD Card should be ready. Test on your PI and turn it on!
The Usage of the OSE 3dPrint Cluster Software is simply done by starting the PI up and typing in the IP adress of the PI (can be found out in the router) into a browsers adress bar.