<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=PL:RPi_%C5%81atwa_konfiguracja_karty_SD&amp;feed=atom&amp;action=history</id>
		<title>PL:RPi Łatwa konfiguracja karty SD - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=PL:RPi_%C5%81atwa_konfiguracja_karty_SD&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=PL:RPi_%C5%81atwa_konfiguracja_karty_SD&amp;action=history"/>
		<updated>2013-05-18T12:03:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=PL:RPi_%C5%81atwa_konfiguracja_karty_SD&amp;diff=107348&amp;oldid=prev</id>
		<title>P4trykx: Created page with &quot;Category: RaspberryPi {{Template:RPi_Startup}}  =Konfiguracja karty SD= Do uruchomienia Raspberry Pi jest potrzebna karta SD z zainstalowanym bootloaderem dostarczonym przez ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=PL:RPi_%C5%81atwa_konfiguracja_karty_SD&amp;diff=107348&amp;oldid=prev"/>
				<updated>2012-03-08T00:50:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:RaspberryPi&quot; title=&quot;Category:RaspberryPi&quot;&gt;Category: RaspberryPi&lt;/a&gt; {{Template:RPi_Startup}}  =Konfiguracja karty SD= Do uruchomienia Raspberry Pi jest potrzebna karta SD z zainstalowanym bootloaderem dostarczonym przez ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category: RaspberryPi]]&lt;br /&gt;
{{Template:RPi_Startup}}&lt;br /&gt;
&lt;br /&gt;
=Konfiguracja karty SD=&lt;br /&gt;
Do uruchomienia Raspberry Pi jest potrzebna karta SD z zainstalowanym bootloaderem dostarczonym przez fundację oraz odpowiedni system operacyjny.&lt;br /&gt;
&lt;br /&gt;
Oficjane obrazy można pobrać z http://www.raspberrypi.org/downloads. Ten przewodnik zakłada, że został pobrany obraz Debian &amp;quot;squeeze&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Podczas zapisu obrazu na kartę pamięci cała jej zawartość zostanie skasowana.&lt;br /&gt;
=Bezpieczny sposób dla leniwych=&lt;br /&gt;
Kup specjalnie przygotowaną kartę bezpośrednio w sklepie Raspberry Pi shop (jeszcze nie dostępne)&lt;br /&gt;
&lt;br /&gt;
=Najprostszy sposób=&lt;br /&gt;
&lt;br /&gt;
Należy pobrać i uruchomić program PiCard tool, który to poprowadzi użytkownika przez cały proce. &lt;br /&gt;
&lt;br /&gt;
'''PiCard is currently being developed''' , and aims to make creation of bootable SD cards for the Pi easy.  See [http://code.google.com/p/rasp-pi-card/ the google code repo] and the [http://www.raspberrypi.org/forum/projects-and-collaboration-general/picard-gui-sd-preparation-tool/page-18 forum discussion].&lt;br /&gt;
&lt;br /&gt;
=Prosty sposób=&lt;br /&gt;
&lt;br /&gt;
==Kopiowanie obrazu na kartę pod Windowsem==&lt;br /&gt;
&lt;br /&gt;
# Extract the image file debian6-17-02-2012.img from the debian6-17-02-2012 directory in the debian6-17-02-2012.zip&lt;br /&gt;
# Insert the SD card into your SD card reader and check what drive letter it was assigned.&lt;br /&gt;
# Download the [https://launchpad.net/win32-image-writer Win32DiskImager] utility.  The download links are on the right hand side of the page, you want the binary zip.&lt;br /&gt;
# Extract the zip file and run the Win32DiskImager utility.&lt;br /&gt;
# Select the debian6-17-02-2012.img image file you extracted earlier&lt;br /&gt;
# Select the drive letter of the SD card in the device box.  Be careful to select the correct drive.&lt;br /&gt;
# Click Write and wait for the write to complete.&lt;br /&gt;
# Exit the imager and eject the SD card.&lt;br /&gt;
# Insert the card in the Raspberry Pi, power it on, and it should boot up.  Have fun!&lt;br /&gt;
&lt;br /&gt;
==Copying an image to the SD Card in Mac OSx==&lt;br /&gt;
&lt;br /&gt;
# Download the  image from a mirror or torrent&lt;br /&gt;
#* http://www.raspberrypi.org/downloads&lt;br /&gt;
# Verify if the the hash key is the same (optional), in the terminal run: &lt;br /&gt;
#* '''shasum ~/Downloads/debian6-17-02-2012.zip'''&lt;br /&gt;
# Extract the image, just double click the zip, it will extract automatically&lt;br /&gt;
# From the terminal run '''df -h'''&lt;br /&gt;
# Connect the sdcard reader with the sdcard inside&lt;br /&gt;
# Run '''df -h''' again and look for the new device that wasn't listed last time.  Record the filesystem name of the device, e.g. '''/dev/disk1s1'''&lt;br /&gt;
# Open disk utility and unmount the partition of the sdcard (do not eject it, or you have to reconnect it)&lt;br /&gt;
# In the terminal write the image to the card with this command, making sure you replace &amp;quot;/dev/disk1&amp;quot; with the right device name from before, but missing out the final &amp;quot;s1&amp;quot;.&lt;br /&gt;
#* '''dd bs=1m if=~/Downloads/debian6-17-02-2012/debian6-17-02-2012.img of=/dev/disk1'''&lt;br /&gt;
# After the dd comand finishes go to disk utility and eject the sdcard&lt;br /&gt;
# Insert it in the raspberry pi, and have fun&lt;br /&gt;
&lt;br /&gt;
==Copying an image to the SD Card in Linux==&lt;br /&gt;
&lt;br /&gt;
# Download the  image from a mirror or torrent&lt;br /&gt;
#* http://www.raspberrypi.org/downloads&lt;br /&gt;
# Verify if the the hash key is the same (optional), in the terminal run: &lt;br /&gt;
#* '''shasum ~/debian6-17-02-2012.zip'''&lt;br /&gt;
# Extract the image, with&lt;br /&gt;
#* '''unzip ~/debian6-17-02-2012.zip'''&lt;br /&gt;
# Connect the sdcard reader with the sdcard inside&lt;br /&gt;
# Check the name of the device that the SD card was mounted as by running: '''dmesg | tail''', it will be something like &amp;quot;/dev/sdc&amp;quot;&lt;br /&gt;
# In the terminal write the image to the card with this command, making sure you replace &amp;quot;/dev/sdc&amp;quot; with the right device name.&lt;br /&gt;
#* '''dd bs=1M if=~/debian6-17-02-2012/debian6-17-02-2012.img of=/dev/sdc'''&lt;br /&gt;
# Insert it in the raspberry pi, and have fun&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;/div&gt;</summary>
		<author><name>P4trykx</name></author>	</entry>

	</feed>