<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.isi.jhu.edu/index.php?action=history&amp;feed=atom&amp;title=Raspberry_Pi</id>
	<title>Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.isi.jhu.edu/index.php?action=history&amp;feed=atom&amp;title=Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="https://wiki.isi.jhu.edu/index.php?title=Raspberry_Pi&amp;action=history"/>
	<updated>2026-05-11T19:38:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.isi.jhu.edu/index.php?title=Raspberry_Pi&amp;diff=188&amp;oldid=prev</id>
		<title>Jcarrigan: Jcarrigan moved page Raspberrypi to Raspberry Pi: To show properly in other pages</title>
		<link rel="alternate" type="text/html" href="https://wiki.isi.jhu.edu/index.php?title=Raspberry_Pi&amp;diff=188&amp;oldid=prev"/>
		<updated>2019-02-11T14:27:21Z</updated>

		<summary type="html">&lt;p&gt;Jcarrigan moved page &lt;a href=&quot;/index.php?title=Raspberrypi&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberrypi&quot;&gt;Raspberrypi&lt;/a&gt; to &lt;a href=&quot;/index.php?title=Raspberry_Pi&quot; title=&quot;Raspberry Pi&quot;&gt;Raspberry Pi&lt;/a&gt;: To show properly in other pages&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:27, 11 February 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jcarrigan</name></author>
	</entry>
	<entry>
		<id>https://wiki.isi.jhu.edu/index.php?title=Raspberry_Pi&amp;diff=187&amp;oldid=prev</id>
		<title>Jcarrigan: How to set up a Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="https://wiki.isi.jhu.edu/index.php?title=Raspberry_Pi&amp;diff=187&amp;oldid=prev"/>
		<updated>2019-02-11T14:23:27Z</updated>

		<summary type="html">&lt;p&gt;How to set up a Raspberry Pi&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]]&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
This document will help you configure a Raspberry Pi 2B or 3B&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Required Software ===&lt;br /&gt;
To set up a Raspberry Pi from a Windows system you will require the following software:&lt;br /&gt;
*SD Memory Card Formatter from the SD Association (https://www.sdcard.org/downloads/formatter_4/eula_windows/SDCardFormatterv5_WinEN.zip)&lt;br /&gt;
*Win32 Disk Imager (https://sourceforge.net/projects/win32diskimager/) for installing operating systems other than Raspian via NOOBs&lt;br /&gt;
*The Operating System you wish to install on the Raspberry Pi&lt;br /&gt;
**NOOBS (https://www.raspberrypi.org/downloads/noobs/) installs Raspian, LebreELEC or some other OSs from the internet.&lt;br /&gt;
**Kali Linux or any other OS for Raspberry Pi(https://www.offensive-security.com/kali-linux-arm-images/) requires the use of Win32 Disk &lt;br /&gt;
=== Format SD Card ===&lt;br /&gt;
First you must format the SD card.  &amp;#039;&amp;#039;&amp;#039;THIS WILL ERASE ALL EXISTING DATA ON THE SD CARD&amp;#039;&amp;#039;&amp;#039;.  Format the SD Card by following this process:&lt;br /&gt;
&lt;br /&gt;
# Insert the SD card into a Windows PC.  This can be via a card reader or a USB adapter.&lt;br /&gt;
# Open SD Memory Card Formatter&lt;br /&gt;
# In the SD Memory Card Formatter application perform the following actions:&lt;br /&gt;
## Under &amp;quot;Select Card&amp;quot; select the card you wish to format.&lt;br /&gt;
## Under formating options select &amp;quot;Quick Format&amp;quot; (overwrite format is fine but it will take much longer).&lt;br /&gt;
## Check the box labeled &amp;quot;CHS format Size Adjustment.&amp;quot;&lt;br /&gt;
## Click the button labeled &amp;quot;Format.&amp;quot;&lt;br /&gt;
# A window will appear reminding you that you are about to delete all the data on the SD Card.  Click the button labeled &amp;quot;Yes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
A window will appear telling you that the SD card was successfully formatted.&lt;br /&gt;
=== Install OS to SD Card ===&lt;br /&gt;
==== Raspian ====&lt;br /&gt;
To install Raspian via NOOBS:&lt;br /&gt;
# Right Click on the NOOBS file you downloaded from raspberrypi.org and select &amp;quot;Extract All.&amp;quot;  A folder will be created.  The folder will be named NOOBS_vX_X_X where X corresponds with the version number.  E.g. NOOBS_V3_0_0 for NOOBS version 3.0.0&lt;br /&gt;
# Copy the contents of the NOOBS_vX_X_X folder to the root of the SD Card.  NOTE: DO NOT COPY THE NOOBS DIRECTORY, ONLY THE CONTENTS.&lt;br /&gt;
# Remove the SD Card from the Windows machine and insert it in the SD slot of the Raspberry Pi.&lt;br /&gt;
# Start the Raspberry Pi and install Raspian with the NOOBS tool.&lt;/div&gt;</summary>
		<author><name>Jcarrigan</name></author>
	</entry>
</feed>