<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Raspberry Pi</title><link>https://forge.codesys.com/tol/wharfie/wiki/Raspberry%2520Pi/</link><description>Recent changes to Raspberry Pi</description><language>en</language><lastBuildDate>Sun, 25 Feb 2018 13:11:32 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/tol/wharfie/wiki/Raspberry%20Pi/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Raspberry Pi modified by Ingo</title><link>https://forge.codesys.com/tol/wharfie/wiki/Raspberry%2520Pi/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,8 @@
+[TOC]
+
+[[include ref=IndexMain]]
+
+
 #Raspberry Pi Zero W + CODESYS
 Running CODESYS on the Raspberry Pi Zero W with Wharfie is very easy. The folder "examples/CODESYS" contains a sample Wharfile which will install Debian, configure the network and even download and install CODESYS. You just need to follow the following few steps...

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sun, 25 Feb 2018 13:11:32 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com5cbf61ae420b5fc127eab68de33d2d634a36a622</guid></item><item><title>Raspberry Pi modified by Ingo</title><link>https://forge.codesys.com/tol/wharfie/wiki/Raspberry%2520Pi/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,7 +5,7 @@
 Go to "Code" and Download "Wharfie" using SVN or using the "Download Snapshot" feature.

 ~~~
-svn checkout --username=labi svn+ssh://user@svn.code.sf.net/p/wharfie/code/trunk/wharfie wharfie
+svn checkout svn checkout --username=XXX https://forge.codesys.com/svn/tol,wharfie,code/ wharfie
 ~~~

 ##Step 2: Install Wharfie
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 13:26:43 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com12046d7d4aa5a8affcc91fe246bf7cbff56596d4</guid></item><item><title>Raspberry Pi modified by Ingo</title><link>https://forge.codesys.com/tol/wharfie/wiki/Raspberry%2520Pi/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="raspberry-pi-zero-w-codesys"&gt;Raspberry Pi Zero W + CODESYS&lt;/h1&gt;
&lt;p&gt;Running CODESYS on the Raspberry Pi Zero W with Wharfie is very easy. The folder "examples/CODESYS" contains a sample Wharfile which will install Debian, configure the network and even download and install CODESYS. You just need to follow the following few steps...&lt;/p&gt;
&lt;h2 id="step-1-download-wharfie"&gt;Step 1: Download Wharfie&lt;/h2&gt;
&lt;p&gt;Go to "Code" and Download "Wharfie" using SVN or using the "Download Snapshot" feature.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;svn checkout --username=labi svn+ssh://user@svn.code.sf.net/p/wharfie/code/trunk/wharfie wharfie
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="step-2-install-wharfie"&gt;Step 2: Install Wharfie&lt;/h2&gt;
&lt;p&gt;Go to your newly downloaded folder and execute the "install.sh" script as root.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;cd wharfie
sudo ./install.sh
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="step-3-configure-the-image"&gt;Step 3: Configure the Image&lt;/h2&gt;
&lt;p&gt;Enter your ESSID and Password to examples/common/files/wpa_supplicant.conf&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;nano examples/common/files/wpa_supplicant.conf
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Replace &amp;lt;id&amp;gt; and &amp;lt;password&amp;gt; with the real ID and real password of your wireless access point.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;network={
       ssid="&amp;lt;id&amp;gt;"
       psk="&amp;lt;password&amp;gt;"
       key_mgmt=WPA-PSK
}
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="step-4-build-the-image"&gt;Step 4: Build the Image&lt;/h2&gt;
&lt;p&gt;Enter the CODESYS example directory and let Wharfie build it.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;cd examples/CODESYS
wharfie
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="step-5-copy-the-image-to-the-sd-card"&gt;Step 5: Copy the image to the SD card&lt;/h2&gt;
&lt;p&gt;I assume that you have done this already once. Please make sure, that you use the correct device name, as you will damage your operating system otherwise.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;sudo dd if=rpi.img of=/dev/sdX status=progress
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Note, you need to replace /dev/sdX with the device name of your SD card.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 13:22:52 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com3cd0b607c70d5c3c15376d4ed9e540efb0ab6a55</guid></item></channel></rss>