<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OnionOS v0.0.1 Upgrade]]></title><description><![CDATA[<p dir="auto">i have a very old Onion Omega running version 0.0.1 according to <code>oupgrade -version</code>. I started having a look for the documentation but on the documentation pages but could only find the documentation for the Omerga 2.</p>
<p dir="auto">No matter, I thought, I'm sure the two will be pretty similar with this stuff and it seems I was right. So I was able to browse to the Omega after connecting to it's AP and I tried to setup the wifi connection but this failed even after copying and pasting the known correct password. So I SSH on instead , which by the way required using:</p>
<pre><code>ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.3.1
</code></pre>
<p dir="auto">When I SSH on I try to connect to the wifi again and get this output:</p>
<pre><code>&gt; Connecting to &lt;SSID&gt; network using intf 1...
&gt; Checking wwan device status...
&gt; wwan is up
&gt; Checking internet connection...
&gt; ERROR: request timeout, internet connection not successful
&gt; Done!
root@Omega-2739:~# ping google.com
PING google.com (216.58.213.14): 56 data bytes
64 bytes from 216.58.213.14: seq=0 ttl=116 time=24.342 ms
64 bytes from 216.58.213.14: seq=1 ttl=116 time=21.777 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 21.777/23.059/24.342 ms
</code></pre>
<p dir="auto">So I know I'm connected to wifi contrary to the check's output.</p>
<p dir="auto">With this in mind, I try to upgrade it using <code>oupgrade</code>. This results in:</p>
<pre><code>root@Omega-2739:~# oupgrade
&gt; Device Firmware Version: 0.0.1
&gt; Checking latest version online...
&gt; ERROR: request timeout, internet connection not successful
</code></pre>
<p dir="auto">But we know the connection is fine.</p>
<p dir="auto">So I try to update the package manager to see if maybe that gives me some more information and indeed I get something more concrete:</p>
<pre><code>root@Omega-2739:~# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz, wget returned 8.
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig, wget returned 8.
root@Omega-2739:~# ping downloads.openwrt.org
PING downloads.openwrt.org (168.119.138.211): 56 data bytes
64 bytes from 168.119.138.211: seq=0 ttl=54 time=40.878 ms
64 bytes from 168.119.138.211: seq=1 ttl=54 time=40.895 ms
^C
--- downloads.openwrt.org ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 40.878/40.886/40.895 ms
</code></pre>
<p dir="auto">On further inspection of the failed URLs, I see that if I go to <a href="https://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz" rel="nofollow">https://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz</a> I just get redirected to a not found page at <a href="http://archive.openwrt.org/chaos_calmer/etc" rel="nofollow">archive.openwrt.org/chaos_calmer/etc</a>.... So I backtrack that URL till I hit something and the part i hit is:</p>
<p dir="auto"><a href="https://archive.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/" rel="nofollow">https://archive.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/</a></p>
<p dir="auto">This doesn't have the relevant directories to get the package.gz file.</p>
<p dir="auto">Is there something else i can do to update my Omega?</p>
]]></description><link>http://community.onion.io/topic/4553/onionos-v0-0-1-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 13:47:40 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/4553.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Aug 2021 18:09:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OnionOS v0.0.1 Upgrade on Wed, 18 Aug 2021 18:09:18 GMT]]></title><description><![CDATA[<p dir="auto">i have a very old Onion Omega running version 0.0.1 according to <code>oupgrade -version</code>. I started having a look for the documentation but on the documentation pages but could only find the documentation for the Omerga 2.</p>
<p dir="auto">No matter, I thought, I'm sure the two will be pretty similar with this stuff and it seems I was right. So I was able to browse to the Omega after connecting to it's AP and I tried to setup the wifi connection but this failed even after copying and pasting the known correct password. So I SSH on instead , which by the way required using:</p>
<pre><code>ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.3.1
</code></pre>
<p dir="auto">When I SSH on I try to connect to the wifi again and get this output:</p>
<pre><code>&gt; Connecting to &lt;SSID&gt; network using intf 1...
&gt; Checking wwan device status...
&gt; wwan is up
&gt; Checking internet connection...
&gt; ERROR: request timeout, internet connection not successful
&gt; Done!
root@Omega-2739:~# ping google.com
PING google.com (216.58.213.14): 56 data bytes
64 bytes from 216.58.213.14: seq=0 ttl=116 time=24.342 ms
64 bytes from 216.58.213.14: seq=1 ttl=116 time=21.777 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 21.777/23.059/24.342 ms
</code></pre>
<p dir="auto">So I know I'm connected to wifi contrary to the check's output.</p>
<p dir="auto">With this in mind, I try to upgrade it using <code>oupgrade</code>. This results in:</p>
<pre><code>root@Omega-2739:~# oupgrade
&gt; Device Firmware Version: 0.0.1
&gt; Checking latest version online...
&gt; ERROR: request timeout, internet connection not successful
</code></pre>
<p dir="auto">But we know the connection is fine.</p>
<p dir="auto">So I try to update the package manager to see if maybe that gives me some more information and indeed I get something more concrete:</p>
<pre><code>root@Omega-2739:~# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz, wget returned 8.
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig, wget returned 8.
root@Omega-2739:~# ping downloads.openwrt.org
PING downloads.openwrt.org (168.119.138.211): 56 data bytes
64 bytes from 168.119.138.211: seq=0 ttl=54 time=40.878 ms
64 bytes from 168.119.138.211: seq=1 ttl=54 time=40.895 ms
^C
--- downloads.openwrt.org ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 40.878/40.886/40.895 ms
</code></pre>
<p dir="auto">On further inspection of the failed URLs, I see that if I go to <a href="https://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz" rel="nofollow">https://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz</a> I just get redirected to a not found page at <a href="http://archive.openwrt.org/chaos_calmer/etc" rel="nofollow">archive.openwrt.org/chaos_calmer/etc</a>.... So I backtrack that URL till I hit something and the part i hit is:</p>
<p dir="auto"><a href="https://archive.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/" rel="nofollow">https://archive.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/</a></p>
<p dir="auto">This doesn't have the relevant directories to get the package.gz file.</p>
<p dir="auto">Is there something else i can do to update my Omega?</p>
]]></description><link>http://community.onion.io/post/23943</link><guid isPermaLink="true">http://community.onion.io/post/23943</guid><dc:creator><![CDATA[jimbo8098]]></dc:creator><pubDate>Wed, 18 Aug 2021 18:09:18 GMT</pubDate></item><item><title><![CDATA[Reply to OnionOS v0.0.1 Upgrade on Thu, 19 Aug 2021 04:31:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7952">@jimbo8098</a><br />
<a href="https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/" rel="nofollow">https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/</a><br />
has the onion-omega images released on Tue Mar 15 18:48:22 2016</p>
<p dir="auto"><a href="https://downloads.openwrt.org/releases/19.07.8/targets/ar71xx/generic/" rel="nofollow">https://downloads.openwrt.org/releases/19.07.8/targets/ar71xx/generic/</a><br />
has the onion-omega images realeased on Mon Aug 2 02:29:04 2021</p>
<p dir="auto">The 18.06.x version is available from:<br />
<a href="https://downloads.openwrt.org/releases/18.06.9/targets/ar71xx/generic/" rel="nofollow">https://downloads.openwrt.org/releases/18.06.9/targets/ar71xx/generic/</a></p>
<p dir="auto">Thanks.</p>
]]></description><link>http://community.onion.io/post/23946</link><guid isPermaLink="true">http://community.onion.io/post/23946</guid><dc:creator><![CDATA[tjoseph1]]></dc:creator><pubDate>Thu, 19 Aug 2021 04:31:33 GMT</pubDate></item><item><title><![CDATA[Reply to OnionOS v0.0.1 Upgrade on Thu, 19 Aug 2021 15:28:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7952">@jimbo8098</a> see this faq: <a href="https://community.onion.io/topic/4169/faq-is-the-documentation-for-the-original-omega-from-2015-still-available" rel="nofollow">https://community.onion.io/topic/4169/faq-is-the-documentation-for-the-original-omega-from-2015-still-available</a></p>
]]></description><link>http://community.onion.io/post/23947</link><guid isPermaLink="true">http://community.onion.io/post/23947</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Thu, 19 Aug 2021 15:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to OnionOS v0.0.1 Upgrade on Wed, 10 Apr 2024 22:51:48 GMT]]></title><description><![CDATA[<p dir="auto">I was looking back at this for a project again. I was able to get the firmware updated. Watch out for 15.05 though, OpenSSL isn't installed on that so I couldn't use OPKG. Otherwise, I now have an up to date Onion! Thanks folks!</p>
]]></description><link>http://community.onion.io/post/25895</link><guid isPermaLink="true">http://community.onion.io/post/25895</guid><dc:creator><![CDATA[jimbo8098]]></dc:creator><pubDate>Wed, 10 Apr 2024 22:51:48 GMT</pubDate></item><item><title><![CDATA[Reply to OnionOS v0.0.1 Upgrade on Wed, 03 Sep 2025 10:10:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7952">@jimbo8098</a> sorry for digging up old thread but did you update using 18? If so, how?</p>
]]></description><link>http://community.onion.io/post/26406</link><guid isPermaLink="true">http://community.onion.io/post/26406</guid><dc:creator><![CDATA[Michael Vowles]]></dc:creator><pubDate>Wed, 03 Sep 2025 10:10:05 GMT</pubDate></item></channel></rss>