<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.mainedv.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.mainedv.de/feed.php">
        <title>Ralph&#039;s Wiki - infos:hausautomation:controler:beaglebone</title>
        <description></description>
        <link>https://wiki.mainedv.de/</link>
        <image rdf:resource="https://wiki.mainedv.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-09T05:29:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:controler&amp;rev=1685350069&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:dtc_patch&amp;rev=1685350069&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:hints&amp;rev=1685350069&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:programming&amp;rev=1685350069&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.mainedv.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Ralph's Wiki</title>
        <link>https://wiki.mainedv.de/</link>
        <url>https://wiki.mainedv.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:controler&amp;rev=1685350069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-29T08:47:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>controler</title>
        <link>https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:controler&amp;rev=1685350069&amp;do=diff</link>
        <description>Something about Beaglebone Black

 Beaglebone black Hints
Hints

BeagleBone Black System Reference Manual
&lt;http://www.farnell.com/datasheets/1685587.pdf&gt;

Some really hip electronic circuits
&lt;http://hipstercircuits.com/&gt;

Enable serial/UART/tty on BeagleBone Black
&lt;http://hipstercircuits.com/enable-serialuarttty-on-beaglebone-black/&gt;

koen&#039;s blog
&lt;http://dominion.thruhere.net/koen/cms/using-1-wire-on-a-beaglebone&gt;

Using BeagleBone Black GPIOs
&lt;http://www.armhf.com/index.php/using-beaglebone-bla…</description>
    </item>
    <item rdf:about="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:dtc_patch&amp;rev=1685350069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-29T08:47:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dtc_patch</title>
        <link>https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:dtc_patch&amp;rev=1685350069&amp;do=diff</link>
        <description>DTC patch

Here&#039;s a quick script for ubuntu/debian that&#039;ll install the patched
dtc, till teh &#039;@&#039; gets accepted upstream..

wget -c &lt;https://raw.github.com/RobertCNelson/tools/master/pkgs/dtc.sh&gt;
chmod +x dtc.sh
./dtc.sh</description>
    </item>
    <item rdf:about="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:hints&amp;rev=1685350069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-29T08:47:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hints</title>
        <link>https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:hints&amp;rev=1685350069&amp;do=diff</link>
        <description>* HINTS *

Unable to configure bonescript

This is the error message:

Job for bonescript.socket failed. See ‘systemctl status bonescript.socket’ and ‘journalctl -xn’ for details.

I noticed that the job was unable to start since there was already a version running. The solution was to kill the running instance:</description>
    </item>
    <item rdf:about="https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:programming&amp;rev=1685350069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-29T08:47:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming</title>
        <link>https://wiki.mainedv.de/doku.php?id=infos:hausautomation:controler:beaglebone:programming&amp;rev=1685350069&amp;do=diff</link>
        <description>Programming

GPIO and pin muxing

&lt;http://rampic.com/beagleboneblack/?p=66&gt;

&lt;http://hipstercircuits.com/category/device-tree/&gt;

Device Tree Compiler missing option &#039;-@&#039; - SOLVED
&lt;http://archlinuxarm.org/forum/viewtopic.php?f=28&amp;t=5547&gt;

&lt;http://hipstercircuits.com/dallas-one-wire-temperature-reading-on-beaglebone-black-with-dto/&gt;

Dallas 1-Wire BeagleBone Black
&lt;http://osdir.com/ml/beagleboard/2013-06/msg00135.html&gt;

&lt;http://eewiki.net/display/linuxonarm/BeagleBone+Black&gt;

OWFS Installation

&lt;h…</description>
    </item>
</rdf:RDF>
