<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3433&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Raspberry Pi 2 Model B does not boot]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3433</link>
		<description><![CDATA[The most recent posts in Raspberry Pi 2 Model B does not boot.]]></description>
		<lastBuildDate>Thu, 21 May 2020 17:01:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Raspberry Pi 2 Model B does not boot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21987#p21987</link>
			<description><![CDATA[<p>hello mmaglis,<br />this image is known to work with your Raspberry Pi version( RPI 2B )<br /><a href="http://arm-files.devuan.org/devuan_beowulf_3.0.0_armel_rpi1_0.3.img.xz" rel="nofollow">http://arm-files.devuan.org/devuan_beow … 0.3.img.xz</a></p><p>user&#160; &#160; &#160;:password</p><p>devuan:devuan<br />root&#160; &#160; &#160; :toor</p><p>You just need to add a udev rule, so that the ethernet interface don&#039;t get named to a strange name..</p><div class="codebox"><pre><code>cat - &lt;&lt;EOF &gt;&gt; /etc/udev/rules.d/70-persistent-net.rules 
SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;, ATTR{address}==&quot;yours_maccaddress&quot;, ATTR{dev_id}==&quot;0x0&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;eth*&quot;, NAME=&quot;eth0&quot;
EOF</code></pre></div><p>Substitute &#039;<ins>yours_maccaddress</ins>&#039; with your macaddress..<br />You cave 3 forms to get it..<br />boot with that image, attache a display, and a keyboard, and do a ifconfig<br />or<br />boot with another image and do a &#039;ifconfig&#039;, and its there,<br />Or<br />Use a usb-serial cable attached to the ttyAMA0 uart, and power up the pi and see what comes in the uart <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Thu, 21 May 2020 17:01:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21987#p21987</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 2 Model B does not boot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21083#p21083</link>
			<description><![CDATA[<p>the usb-serial adapter is conected to usb port, and then to the GPIO uart pins:<br />for instance take a look at the rpi GPIO:<br /><a href="https://www.raspberrypi.org/documentation/usage/gpio/" rel="nofollow">https://www.raspberrypi.org/documentation/usage/gpio/</a></p><p>Ground - GPIO 6<br />Tx&#160; &#160; &#160; &#160; &#160;- GPIO 8<br />RX&#160; &#160; &#160; &#160; - GPTI 10</p><p>then use for example picocom to connect to the uart:<br /><span class="bbc">apt-get install picocom</span></p><p>#picocom /dev/your_tty_device -b 115200</p><p>And only then apply power to the board.. and see wat is comming in the uart, its the best tool for debug <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>remember:<br />Tx means board TX( which means it needs to be conected to usb-serial RX )<br />Rx means board RX( which means it needs to be conected to usb-serial TX )</p><p>in the meantime you can try the image I proposed <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />and say something about it <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Best Regards,<br />tux</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sun, 12 Apr 2020 17:37:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21083#p21083</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 2 Model B does not boot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21077#p21077</link>
			<description><![CDATA[<div class="quotebox"><cite>tuxd3v wrote:</cite><blockquote><div><p>Does you have a usb-serial cable to do some debug on that Image?<br />Does you experimented the image here: <a href="http://arm-files.devuan.org/" rel="nofollow">http://arm-files.devuan.org/</a></p></div></blockquote></div><p>I probably have a usb-serial cable somewhere, but I do not know how to debug. Is there any guide somewhere?<br />I checked these new beowulf images, but there is none for RPi 2 yet. Nevertheless, I expected an older/tested image on an older RPi version to work smoothly.</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Sun, 12 Apr 2020 10:24:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21077#p21077</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 2 Model B does not boot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21062#p21062</link>
			<description><![CDATA[<p>hello mmaglis,<br />Does you have a usb-serial cable to do some debug on that Image?</p><p>Does you experimented the image here: <a href="http://arm-files.devuan.org/" rel="nofollow">http://arm-files.devuan.org/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sat, 11 Apr 2020 13:43:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21062#p21062</guid>
		</item>
		<item>
			<title><![CDATA[Raspberry Pi 2 Model B does not boot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21061#p21061</link>
			<description><![CDATA[<p>A RPi 2 Model B does not boot using image file <a href="http://files.devuan.org/devuan_ascii/embedded/devuan_ascii_2.0.0_armhf_raspi2.img.xz" rel="nofollow">devuan_ascii_2.0.0_armhf_raspi2.img.xz</a></p><p>It shows the initial color screen and then goes blank and stops.<br />There is no green led activity after this.</p><p>Can anyone point me to the right direction?</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Sat, 11 Apr 2020 12:08:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21061#p21061</guid>
		</item>
	</channel>
</rss>
