<?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=5855&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Orange Pi Zero 3]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5855</link>
		<description><![CDATA[The most recent posts in Orange Pi Zero 3.]]></description>
		<lastBuildDate>Tue, 05 Dec 2023 21:11:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Orange Pi Zero 3]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45967#p45967</link>
			<description><![CDATA[<p>Hi <a href="http://dev1galaxy.org/profile.php?id=2" rel="nofollow">AP</a>,</p><div class="quotebox"><cite>AP wrote:</cite><blockquote><div><p>I&#039;ve just got an Orange Pi Zero 3.</p></div></blockquote></div><p>In case it could be useful for you to experiment, there are Devuan <a href="https://pkgmaster.devuan.org/devuan/dists/daedalus/main/installer-arm64/current/images/netboot/SD-card-images/" rel="nofollow">netboost installer images</a> for <em>&quot;orangepi_zero_plus2&quot;</em> and for various other ARM models (i.e. <em>a64-olinuxino, firefly-rk3399,nanopi_neo2, pine64_plus, pinebook-pro, pinebook puma-rk3399, rock-pi-4, rock64, rockpro64, teres_</em>i) that would require to be concatinated with its &#039;model-specific&#039; firmware.&#160; You may know of that image already and may have passed on it as it is not for your model exactly (I don&#039;t know how much it could help - I&#039;ve not tried it), but if it can help anyone I am flagging those images up by name in this post and, for guidance, there is also <a href="https://pkgmaster.devuan.org/devuan/dists/daedalus/main/installer-arm64/current/images/netboot/SD-card-images/README.concatenateable_images" rel="nofollow">README page</a> there.</p><p>(Of course, there are also ready images for the <em>Orange Pi One Plus, the Rock Pi, Raspberry Pi</em>, etc at the usual community-build ARM images <a href="https://arm-files.devuan.org/" rel="nofollow">download page</a>.)</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Tue, 05 Dec 2023 21:11:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45967#p45967</guid>
		</item>
		<item>
			<title><![CDATA[Re: Orange Pi Zero 3]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45945#p45945</link>
			<description><![CDATA[<p>Hello. Thank you for your work. I just ordered few of these &quot;Orange Pi 3G-IOT-A 256MB RAM 512MB EMMC Flash DDR2 MT6572 Mini PC WiFi Bluetooth Development Board SBC Single Board Computer&quot;.</p><p>I guess Pi zero 3 is different from Pi-3G, but once they arrive I&#039;ll follow your instructions to setup them.</p>]]></description>
			<author><![CDATA[dummy@example.com (holala)]]></author>
			<pubDate>Tue, 05 Dec 2023 14:07:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45945#p45945</guid>
		</item>
		<item>
			<title><![CDATA[Re: Orange Pi Zero 3]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43399#p43399</link>
			<description><![CDATA[<div class="quotebox"><cite>AP wrote:</cite><blockquote><div><p>Oh, W1 over GPIO doesn&#039;t work. There is no DTO for that. I would be very thankful if somebody explained how to make it working.</p></div></blockquote></div><p>Never mind, I&#039;ve managed to write it myself. Now my thermometers work <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />The <a href="https://tbrigadier.blogspot.com/2023/08/orange-pi-zero3-allwinner-h618-w1-gpio.html" rel="nofollow">overlay and a short description is on Blogspot</a>. Use Da Googl for a translation.</p>]]></description>
			<author><![CDATA[dummy@example.com (AP)]]></author>
			<pubDate>Wed, 16 Aug 2023 12:03:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43399#p43399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Orange Pi Zero 3]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43330#p43330</link>
			<description><![CDATA[<p>OK, trying to figure it out myself.</p><ul><li><p>Installed a <a href="http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-3.html" rel="nofollow">Debian image from the device&#039;s page</a> and booted it once to check if it works and let it resize its root FS. It is necessary.</p></li><li><p>Got a modified debootstrap from <a href="https://git.devuan.org/devuan/debootstrap" rel="nofollow">https://git.devuan.org/devuan/debootstrap</a></p></li><li><p>Debootstrapped with <em>./debootstrap --foreign --arch=armhf daedalus dev1 <a href="http://192.168.1.254:9999/devuan" rel="nofollow">http://192.168.1.254:9999/devuan</a> daedalus</em> into &quot;dev1&quot; directory (http://192.168.1.254:9999/devuan is my local apt-cache service address)</p></li><li><p>Installed qemu-user-static and copied /usr/bin/qemu-arm-static into dev1/usr/bin/qemu-arm-static</p></li><li><p>Chrooted with an emulation using <em>chroot dev1 /usr/bin/qemu-arm-static /bin/bash</em></p></li><li><p>In the chroot executed <em>export DEBOOTSTRAP_DIR=/debootstrap; /debootstrap/debootstrap --second-stage</em></p></li></ul><p>Voila (well, kind of). We should now copy contents our &quot;dev1&quot; directory to our SD card with Debian installed. Please note that in my scheme we should preserve /boot, /lib/modules (/usr/lib/modules) and /lib/firmware (/usr/lib/firmware) directories from the original Debian installation. Note that /lib/firmware and /lib/modules are symlinks; they should become real directories in Devuan.</p><p>So that&#039;s it. Just change first getty line in /etc/inittab to &quot;1:2345:respawn:/sbin/agetty --noclear -8 ttyS0 115200,38400,9600 linux&quot; and comment out all the others gettys. Boot the Pi, connect with a console cable and configure your fresh system.</p><p>Oh, W1 over GPIO doesn&#039;t work. There is no DTO for that. I would be very thankful if somebody explained how to make it working.<br />&quot;reboot&quot; command loses both wired and wireless network interfaces until a power cycle.</p>]]></description>
			<author><![CDATA[dummy@example.com (AP)]]></author>
			<pubDate>Mon, 14 Aug 2023 21:27:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43330#p43330</guid>
		</item>
		<item>
			<title><![CDATA[Orange Pi Zero 3]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43318#p43318</link>
			<description><![CDATA[<p>Hi All.</p><p>I&#039;ve just got an Orange Pi Zero 3.</p><p>Please show me a way to get/make Devuan install image for it (it is based on Allwinner-H618 which is Cortex A53).</p><p>In short: is there a documentation which more or less clearly defines a way to port Devuan to a hardware similar to that it already supports?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (AP)]]></author>
			<pubDate>Mon, 14 Aug 2023 13:29:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43318#p43318</guid>
		</item>
	</channel>
</rss>
