<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3931&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Raspberry Pi 1 Probelms]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3931</link>
		<description><![CDATA[The most recent posts in [Solved] Raspberry Pi 1 Probelms.]]></description>
		<lastBuildDate>Wed, 11 Nov 2020 23:14:52 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25816#p25816</link>
			<description><![CDATA[<div class="quotebox"><cite>tuxd3v wrote:</cite><blockquote><div><p>[EDIT: I saw your image for x86,<br />And it seems nice!<br />Could we see that graphical environment, and great work from you in the SBC world? <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>Thanks,<br />that raspberry pi is running headless, i connect only via ssh and tmux, so there is no point for me to have a graphical environment installed<br />and now that everything is set up and deployed, i wont touch it in the near future</p><p>thanks again, i would not have been able to do this without your help <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Wed, 11 Nov 2020 23:14:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25816#p25816</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25765#p25765</link>
			<description><![CDATA[<div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>Yes, it is working <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>hello alphalpha,you welcome!<br />Glad you succeed, kudos for you! <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>EDIT: I saw your image for x86,<br />And it seems nice!<br />Could we see that graphical environment, and great work from you in the SBC world? <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Mon, 09 Nov 2020 23:13:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25765#p25765</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25760#p25760</link>
			<description><![CDATA[<p>Yes, it is working <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />turned out that copying that /opt/vc/lib folder from <a href="https://github.com/raspberrypi/firmware/tree/master/opt/vc/lib" rel="nofollow">https://github.com/raspberrypi/firmware … opt/vc/lib</a> was a really bad idea<br />&#039;apt install --fix-broken&#039; would always complain about the 2 armhf packages and fail removing them and sudo ldconfig would always throw a segmentation fault</p><p>luckily a made a backup before i did this<br />i uninstalled the armhf files from raspbian and then did this</p><div class="codebox"><pre><code>git clone https://github.com/raspberrypi/userland.git
cd userland
sudo ./buildme</code></pre></div><p>that gave me /opt/vc/lib/libbcm_host.so and all the other needed files</p><div class="codebox"><pre><code>sudo echo &quot;/opt/vc/lib&quot; &gt;&gt; /etc/ld.so.conf
sudo ldconfig -vv</code></pre></div><p>as tuxd3v mentioned</p><p>and finally</p><div class="codebox"><pre><code>git clone https://github.com/markondej/fm_transmitter.git
cd fm_transmitter
make</code></pre></div><p>thanks <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Mon, 09 Nov 2020 17:39:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25760#p25760</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25746#p25746</link>
			<description><![CDATA[<div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>not really, they are installed but unconfigured<br />libraspberrypi-dev was depended on libraspberrypi0 and that depended on raspberrypi-bootloader<br />and i didnt want to install that bootloader</p><p>but now i get more errors from make</p><div class="codebox"><pre><code>make                                                                       23:18
g++ -L/opt/vc/lib -lm -lpthread -lbcm_host -o fm_transmitter main.o mailbox.o sample.o wave_reader.o transmitter.o
/usr/bin/ld: warning: libvchiq_arm.so, needed by /opt/vc/lib/libbcm_host.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libvcos.so, needed by /opt/vc/lib/libbcm_host.so, not found (try using -rpath or -rpath-link)</code></pre></div><p>i tried to copy the /opt/vc/lib folder from <a href="https://github.com/raspberrypi/firmware/tree/master/opt/vc/lib" rel="nofollow">https://github.com/raspberrypi/firmware … opt/vc/lib</a> but that didn&#039;t do the trick</p></div></blockquote></div><p>hello,<br />yeah it needed libraspberrypi-dev,libraspberrypi0..</p><div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p> and that depended on raspberrypi-bootloader</p></div></blockquote></div><p>well.. that could be a problem.. <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>You need to make the Dynamic Linker aware of &#039;libbcm_host.so&#039;:</p><div class="codebox"><pre><code>echo &quot;/opt/vc/lib&quot; &gt;&gt; /etc/ld.so.conf
ldconfig -vv</code></pre></div><p>try to find all dependencies of &#039;libbcm_host.so&#039;:</p><div class="codebox"><pre><code>ldd /opt/vc/lib/libbcm_host.so</code></pre></div><p>see what is missing..</p><p>and then find what packages this files are in..</p><div class="codebox"><pre><code>apt-get install apt-file
apt-file update</code></pre></div><p>For what I saw above you have already 2 unresolved dependencies( &#039;<strong>libvchiq_arm.so</strong>&#039;, &#039;<strong>libvcos.so</strong>&#039;&#160; )..</p><div class="codebox"><pre><code>apt-file search libvchiq_arm.so
apt-file search libvcos.so</code></pre></div><p>See the packages were those file are.. and try to install them, if you find its safe..</p><div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>now i compiled the fm_transmitter on raspbian and copied it over to devuan but i can&#039;t run it<br />the file is there and is executable but </p><div class="codebox"><pre><code>./fm_transmitter</code></pre></div><p>&#160; returns &#039;no such file or directory: ./fm_transmitter&#039;</p></div></blockquote></div><p>that is another situation..</p><p>Once you get the binary compiled and running in raspbian..<br />You will need to copy him, and all the dependencies that are not in devuan...<br />I mean all those shared libraries &#039;*.so&#039; to devuan</p><p>and then update devuan dynamic linker so that he knows how to link your &#039;fm_transmitter&#039; to those libraries( when you execute the binary )..</p><div class="codebox"><pre><code>echo &quot;/opt/vc/lib&quot; &gt;&gt; /etc/ld.so.conf
echo &quot;/other/path/to/so/dependency&quot; &gt;&gt; /etc/ld.so.conf
ldconfig -vv</code></pre></div><p>after that, you can test the binary dynamic resolution with:</p><div class="codebox"><pre><code>ldd ./fm_transmitter</code></pre></div><p>and see if all references to shared objects are all recognized..<br />if they are, the binary should execute</p><p>what says the command bellow? <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="codebox"><pre><code>file ./fm_transmitter</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Mon, 09 Nov 2020 01:50:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25746#p25746</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25745#p25745</link>
			<description><![CDATA[<p>not really, they are installed but unconfigured<br />libraspberrypi-dev was depended on libraspberrypi0 and that depended on raspberrypi-bootloader<br />and i didnt want to install that bootloader<br />however i have now that /opt/vc/lib/libbcm_host.so file<br />but now i get more errors from make</p><div class="codebox"><pre class="vscroll"><code>make                                                                       23:18
g++ -L/opt/vc/lib -lm -lpthread -lbcm_host -o fm_transmitter main.o mailbox.o sample.o wave_reader.o transmitter.o
/usr/bin/ld: warning: libvchiq_arm.so, needed by /opt/vc/lib/libbcm_host.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libvcos.so, needed by /opt/vc/lib/libbcm_host.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_log_impl&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_msg_queuev&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_generic_mem_calloc&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_init&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_service_use&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_pthreads_map_errno&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_bulk_queue_transmit&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_service_open&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_msg_dequeue&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_once&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_service_close&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchiq_initialise&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_msg_queue&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchiq_queue_message&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_log_register&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_thread_join&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_log_get_default_category&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_connect&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_service_release&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_thread_create&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchiq_connect&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_create_connection&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_generic_mem_free&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_thread_attr_init&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vcos_generic_mem_alloc_aligned&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_initialise&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_bulk_queue_receive&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `single_get_func_table&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchiq_release_message&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchi_mphi_message_driver_func_table&#039;
/usr/bin/ld: /opt/vc/lib/libbcm_host.so: undefined reference to `vchiq_open_service&#039;</code></pre></div><p>i tried to copy the /opt/vc/lib folder from <a href="https://github.com/raspberrypi/firmware/tree/master/opt/vc/lib" rel="nofollow">https://github.com/raspberrypi/firmware … opt/vc/lib</a> but that didn&#039;t do the trick</p><p>now i compiled the fm_transmitter on raspbian and copied it over to devuan but i can&#039;t run it<br />the file is there and is executable but </p><div class="codebox"><pre><code>./fm_transmitter</code></pre></div><p>&#160; returns &#039;no such file or directory: ./fm_transmitter&#039;</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Mon, 09 Nov 2020 00:32:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25745#p25745</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25744#p25744</link>
			<description><![CDATA[<p>hello,<br />yeah it shouldn&#039;t be that, I believe that is for 1wire protocol( DS18B20 and such.. )..</p><p>The DHT22, and the DHT11 I believe both use the same protocol <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />so maybe you can use it with that driver( dht11 )..</p><p>Of-course you can always go via gpio are request information on the data pin, without any driver( probably what you have <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />&#160; )..<br />Some sort of BitBanging the protocol via software..</p><p>its a 1 Wire protocol, it just isn&#039;t the &quot;1Wire protocol&quot; we know from Dallas..its different..</p><p>Does you succeed getting the 2 packages from raspbian? <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sun, 08 Nov 2020 23:59:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25744#p25744</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25743#p25743</link>
			<description><![CDATA[<div class="quotebox"><cite>tuxd3v wrote:</cite><blockquote><div><p>For the Humidity/Temperature sensor, do a &#039;<strong>lsmod</strong>&#039;,<br />and check which kernel module is loaded, it would be nice for us to know <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></div></blockquote></div><p>i dont see any related kernel module, it is not dht11</p><div class="codebox"><pre><code>sudo lsmod                                                                                22:09
Module                  Size  Used by
w1_therm                6775  0
nfnetlink               7093  0
bnep                   11917  2
bluetooth             366232  7 bnep
ecdh_generic           18216  1 bluetooth
rfkill                 21483  2 bluetooth
ipv6                  401666  0
snd_bcm2835            22908  0
snd_pcm                89576  1 snd_bcm2835
snd_timer              22354  1 snd_pcm
snd                    60288  3 snd_timer,snd_bcm2835,snd_pcm
w1_gpio                 4534  0
wire                   31321  2 w1_gpio,w1_therm
cn                      5655  1 wire
hwmon                  10460  1 wire
uio_pdrv_genirq         3686  0
uio                    10016  1 uio_pdrv_genirq
fixed                   3001  0</code></pre></div><p>maybe it is w1_gpio, but im not sure since i have another temperature sensor for which i loaded this</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sun, 08 Nov 2020 22:40:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25743#p25743</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25742#p25742</link>
			<description><![CDATA[<div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>i installed raspbian on another sd-card and did </p><div class="codebox"><pre><code>sudo apt download libraspberrypi-dev</code></pre></div><p>and got libraspberrypi-dev_1.20200819-1_armhf.deb<br />now when i try to install this on the devuan sd-card with </p><div class="quotebox"><blockquote><div><p>sudo dpkg -i libraspberrypi-dev_1.20200819-1_armhf.deb</p></div></blockquote></div><p>it fails because dpkg: error processing archive libraspberrypi-dev_1.20200819-1_armhf.deb (--install):<br /> package architecture (armhf) does not match system (armel)<br />which i find very strange, it was the same hardware, why has raspbian another architecture</p><p>also while i was on raspbian i tried the dht22 humidity sensor and it worked no problem<br />i debugged it with print statements and found out that it was detecting that im on a pi 3 instead of pi 1, so i had to install it from git with the --force-pi option intead of installing it with pip<br />so at least that is working now</p></div></blockquote></div><p>hello, you welcome,<br />in relation to the error that apears to you..<br />Its for historical reazons.. devuan/debian supports armv5T and armv6, for armel...</p><p>So armel doesn&#039;t have hardfloat support..</p><p>But the packages built for Raspberry PI 1B, have hardfloat support in the cpu( the cpu is the arm1176jzf-s, found in the first iphone too.. and it has hardfloat support, if memory doesn&#039;t fail me, vfpv2 ).</p><p>So long story short,<br />You need to install them with a &quot;--force&quot; flag, I believe <span class="bbc">--force-architecture</span></p><p>You got <strong>libraspberrypi-dev</strong>, but it has at least one dependency:<br />do the following:</p><div class="codebox"><pre><code>apt-cache depends libraspberrypi-dev</code></pre></div><p>Get the dependencies for it, and then install them with the &quot;--force&quot; flag above.</p><p>For the Humidity/Temperature sensor, do a &#039;<strong>lsmod</strong>&#039;,<br />and check which kernel module is loaded, it would be nice for us to know <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sun, 08 Nov 2020 21:05:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25742#p25742</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25741#p25741</link>
			<description><![CDATA[<p>i installed raspbian on another sd-card and did </p><div class="codebox"><pre><code>sudo apt download libraspberrypi-dev</code></pre></div><p>and got libraspberrypi-dev_1.20200819-1_armhf.deb<br />now when i try to install this on the devuan sd-card with </p><div class="quotebox"><blockquote><div><p>sudo dpkg -i libraspberrypi-dev_1.20200819-1_armhf.deb</p></div></blockquote></div><p>it fails because dpkg: error processing archive libraspberrypi-dev_1.20200819-1_armhf.deb (--install):<br /> package architecture (armhf) does not match system (armel)<br />which i find very strange, it was the same hardware, why has raspbian another architecture</p><p>also while i was on raspbian i tried the dht22 humidity sensor and it worked no problem<br />i debugged it with print statements and found out that it was detecting that im on a pi 3 instead of pi 1, so i had to install it from git with the --force-pi option intead of installing it with pip<br />so at least that is working now</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sun, 08 Nov 2020 20:40:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25741#p25741</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25730#p25730</link>
			<description><![CDATA[<p>Thanks a lot for your answer tux !!<br />it looks like libraspberrypi-dev is not in the devuan repo<br />i will try get it from raspbian</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sun, 08 Nov 2020 13:09:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25730#p25730</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25725#p25725</link>
			<description><![CDATA[<div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>Hi,<br />I have some problems with Devuan on my Raspberry Pi (1 B)<br />and i assume that the broadcom driver <span style="color: red">/boot/bcm2708-rpi-b.dtb</span> is not loaded correctly.<br />How can i check and maybe edit the boot command to make sure it is included?</p></div></blockquote></div><p>hello alphalpha,</p><p>The references to cpu -&gt; Soc:<br />BCM2708( armv6+fp cpu )&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; - &gt; BCM2835( Soc, including Ram, etc )<br />BCM2709( armv7-a cpu )&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; - &gt; BCM2836( Soc, including Ram, etc )<br />BCM2710( armv8-a+simd+crypto+crc cpu ) - &gt; BCM2837( Soc, including Ram, etc )</p><p>You have rpi1B( v1.0 or v1.1? ) - &gt; BCM2835<br />v1.0 - 256MB Ram<br />v1.1 - 512MB Ram</p><p>I assume no more differences between both..</p><p>The DTS file for rpi1 is &#039;<span style="color: red">bcm2835-rpi-b.dtb</span>&#039;</p><p>To edit the bootargs..<br />I usually use uboot + a boot script for headless systems..<br />You can check the content of the boot script I use, <a href="https://dev1galaxy.org/viewtopic.php?id=3183" rel="nofollow">here</a><br />So, in that case, &#039;<span style="color: red">setenv bootargs earlyprintk=serial,ttyAMA0,115200n8 console=ttyAMA0,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext4 elevator=noop fsck.repair=yes rootwait smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 selinux=0 noinitrd</span>&#039;</p><p>to change it, you need to create a new boot script..<br />and after compile it to binary..its explained in that post <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>The reason why i think it has to do with <span style="color: red">/boot/bcm2708-rpi-b.dtb</span>, is because i tried to build <a href="https://github.com/pimylifeup/fm_transmitter" rel="nofollow">https://github.com/pimylifeup/fm_transmitter</a><br />and it failed with this error: <em>transmitter.cpp:36:10: fatal error: bcm_host.h: No such file or directory<br /></em></p></div></blockquote></div><p>that has to do with the fact that the header file &#039;bcm_host.h&#039; was not found( it could be present but the compilation process doesn&#039;t find it.. )</p><p>For what I see you will need &#039;bcm_host.h&#039;, because it is requested in &#039;transmitter.cpp:36&#039;</p><div class="codebox"><pre><code>36: #include &lt;bcm_host.h&gt;</code></pre></div><p>this files are supossed to be copied to &#039;/usr/include/&#039;<br />I don&#039;t know were to find them, they are not Devuan related, but instead RaspberryPi related..</p><p>Maybe @<strong>C0rnelious</strong> can give you a hand on this?</p><div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>and also the driverers from Adafruit_DHT (for DHT22 humidity sensor)<br />fail with this: <em>RuntimeError: Error accessing GPIO.</em></p><p>maybe i have to edit <span style="color: red">/boot/cmdline.txt</span> , but how to include that bcm file?</p></div></blockquote></div><p>the &#039;bcm_host.h&#039;, and maybe others are not available in Devuan(&#160; at least that I am aware of it.. ), they are RaspBerryPI Development Related..<br />I don&#039;t think you will manage to solve the problem via bootargs..</p><p>For the Humidity sensors, maybe you need a kernel module for them,<br />In the image available <a href="http://arm-files.devuan.org/devuan_beowulf_3.0.0_armel_rpi1_0.3.img.xz" rel="nofollow">here</a>, you only have a kernel module for &#039;DHT11&#039;( maybe the kernel driver is the same?? ):</p><div class="codebox"><pre><code>CONFIG_DHT11=m</code></pre></div><p>It&#039;s a 5.4.37 mainline kernel..</p><p>EDIT: For what I saw here:<br /><a href="https://duckduckgo.com/?t=ffnt&amp;q=bcm_host.h&amp;ia=web" rel="nofollow">https://duckduckgo.com/?t=ffnt&amp;q=bcm_host.h&amp;ia=web</a></p><p>you will need the &#039;<span style="color: red">libraspberrypi-dev</span>&#039; package, which contains &#039;bcm_host.h&#039; and others , probably needed too..</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sat, 07 Nov 2020 20:28:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25725#p25725</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25723#p25723</link>
			<description><![CDATA[<div class="quotebox"><cite>alphalpha wrote:</cite><blockquote><div><p>How can i check</p></div></blockquote></div><p>Try</p><div class="codebox"><pre><code>cat /proc/cmdline</code></pre></div><p>Disclaimer: I don&#039;t use Devuan on a Raspberry Pi.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 07 Nov 2020 16:47:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25723#p25723</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Raspberry Pi 1 Probelms]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25720#p25720</link>
			<description><![CDATA[<p>Hi,<br />I have some problems with Devuan on my Raspberry Pi (1 B)<br />and i assume that the broadcom driver <span style="color: red">/boot/bcm2708-rpi-b.dtb</span> is not loaded correctly.<br />How can i check and maybe edit the boot command to make sure it is included?</p><p>The reason why i think it has to do with <span style="color: red">/boot/bcm2708-rpi-b.dtb</span>, is because i tried to build <a href="https://github.com/pimylifeup/fm_transmitter" rel="nofollow">https://github.com/pimylifeup/fm_transmitter</a><br />and it failed with this error: <em>transmitter.cpp:36:10: fatal error: bcm_host.h: No such file or directory<br /></em><br />and also the driverers from Adafruit_DHT (for DHT22 humidity sensor)<br />fail with this: <em>RuntimeError: Error accessing GPIO.</em></p><p>maybe i have to edit <span style="color: red">/boot/cmdline.txt</span> , but how to include that bcm file?</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sat, 07 Nov 2020 16:07:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25720#p25720</guid>
		</item>
	</channel>
</rss>
