<?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[Compiling for Omega2+ on Red Hat Linux?]]></title><description><![CDATA[<p dir="auto">I've tried to follow the relevant instructions, but Red Hat uses somewhat different package names than are suggested for Debian-style Linuxes. I've had no trouble using make to compile and install other bits of software, but when I try to 'make tools', the effort fails partway through.</p>
<p dir="auto">Am I going to need to install a VM of a Debian-style OS, or something? Or is there an easier way?</p>
]]></description><link>http://community.onion.io/topic/1634/compiling-for-omega2-on-red-hat-linux</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 08:41:45 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/1634.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Feb 2017 13:17:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 13:17:14 GMT]]></title><description><![CDATA[<p dir="auto">I've tried to follow the relevant instructions, but Red Hat uses somewhat different package names than are suggested for Debian-style Linuxes. I've had no trouble using make to compile and install other bits of software, but when I try to 'make tools', the effort fails partway through.</p>
<p dir="auto">Am I going to need to install a VM of a Debian-style OS, or something? Or is there an easier way?</p>
]]></description><link>http://community.onion.io/post/10808</link><guid isPermaLink="true">http://community.onion.io/post/10808</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Thu, 09 Feb 2017 13:17:14 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 13:23:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a> said in <a href="/topic/1634/compiling-for-omega2-on-red-hat-linux/1">Compiling for Omega2+ on Red Hat Linux?</a>:</p>
<blockquote>
<p dir="auto">Or is there an easier way?</p>
</blockquote>
<p dir="auto">I don't know ... did you see <a href="https://community.onion.io/topic/1592/project-docker-omega2-sdk-for-cross-compilation" rel="nofollow">the docker solution</a>?</p>
]]></description><link>http://community.onion.io/post/10810</link><guid isPermaLink="true">http://community.onion.io/post/10810</guid><dc:creator><![CDATA[Luciano S.]]></dc:creator><pubDate>Thu, 09 Feb 2017 13:23:24 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 14:29:02 GMT]]></title><description><![CDATA[<p dir="auto">I saw the Docker thread, and even tried it, but the laptop in question is stuck with Red Hat 23 until I can figure out how to handle the partitioning system in Red Hat's upgrade process, and the Docker install instructions require RH24 or higher.</p>
]]></description><link>http://community.onion.io/post/10814</link><guid isPermaLink="true">http://community.onion.io/post/10814</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Thu, 09 Feb 2017 14:29:02 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 15:34:49 GMT]]></title><description><![CDATA[<p dir="auto">If you are trying to create a toolchain from the LEDE sources, you might look beyond onion resources to LEDE or OpenWRT instructions and see if you can find something on setting up your version of Redhat with the necessary packages to support a build, or failing that suggestions for cross compiling to some other embedded Linux target like a raspberry pi, beaglebone, or building Android from source.  Many of the essential requirements will be the same, as they come down to the fact that you need to use the Linux kernel configuration and build system.  Unique ones are more likely to be support for output compression types than anything unique to the specific chip/board you are targeting.</p>
<blockquote>
<p dir="auto">when I try to 'make tools', the effort fails partway through.</p>
</blockquote>
<p dir="auto">When this happens while building a large software project it's useful to try to identify the first error and do web searches on it, and/or quote it in your request for help.</p>
]]></description><link>http://community.onion.io/post/10817</link><guid isPermaLink="true">http://community.onion.io/post/10817</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Thu, 09 Feb 2017 15:34:49 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 15:38:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a> some people instead of docker used a virtualbox ubuntu VM and did a clean instalation and SDK build. The downside is the worse performance of a vm than docker or native instalation.</p>
<p dir="auto">Also, the markdown to write inline code like <code>make tools</code> is with the ` symbol (from up left to rigth bottom).</p>
]]></description><link>http://community.onion.io/post/10818</link><guid isPermaLink="true">http://community.onion.io/post/10818</guid><dc:creator><![CDATA[José Luis Cánovas]]></dc:creator><pubDate>Thu, 09 Feb 2017 15:38:11 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 20:59:21 GMT]]></title><description><![CDATA[<p dir="auto">... Hunh. I started to run <code>make</code> in the openwrt directory, to generate the error messages to post here... but it kept going past where it stopped before, and after having let it run a while, it looks like it's actually successfully compiled.</p>
<p dir="auto">The only possibly relevant changes to the system I can think of are that I installed the packages for Docker before I realized they were obsolete, including all the dependencies; and when I uninstalled the main Docker packages, the dependencies didn't go away. So maybe they were what my system needed. Or maybe my system just needed to try having <code>make</code> run a few times in a row to get past whatever the problem was.</p>
<p dir="auto">In short: Looks like this thread is now unnecessary. (Unless something else turns up as I try to compile some particular thing.)</p>
]]></description><link>http://community.onion.io/post/10845</link><guid isPermaLink="true">http://community.onion.io/post/10845</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Thu, 09 Feb 2017 20:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 21:59:12 GMT]]></title><description><![CDATA[<p dir="auto">And of course it couldn't be that easy.</p>
<p dir="auto">I'm trying to compile a module for BtrFS, for my Omega2+; so far, the result of my efforts is this file: <a href="http://www.datapacrat.com/temp/kmod-fs-btrfs_3.18.45-1_ar71xx.ipk" rel="nofollow">http://www.datapacrat.com/temp/kmod-fs-btrfs_3.18.45-1_ar71xx.ipk</a></p>
<p dir="auto">Unfortunately, when I bring that file onto my Omega, and try to use opkg to install it, I get an error. (And of course Putty doesn't seem to be letting me copy the error's text directly - yes, I know Putty is designed to use the mouse for that.) I run <code>opkg install ./kmod-blah</code>, and get...</p>
<p dir="auto">Unknown package 'kmod-fs-btrfs'.<br />
Collected errors:</p>
<ul>
<li>pkg_hash_fetch_best_installation_candidate: Packages for kmod-fs-btrfs found, but incompatible with the architectures configured</li>
<li>opkg_install_cmd: Cannot install package kmod-fs-btrfs</li>
</ul>
<p dir="auto">... I have a suspicion that the error arises because the compilation instructions I've been working on were based on the first Omega, and need tweaking for the Omega2+. So, new question: When compiling for the Omega2+, what's different than when compiling for the original Omega?</p>
]]></description><link>http://community.onion.io/post/10853</link><guid isPermaLink="true">http://community.onion.io/post/10853</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Thu, 09 Feb 2017 21:59:12 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Thu, 09 Feb 2017 23:30:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a></p>
<p dir="auto">Did you set the system type in menuconfig to ramips and then mt7688 specifically?</p>
<p dir="auto">Otherwise you probably built a big-endian mips executable for an ar9331 as on the Omega1 rather than a little endian mips one with the mt7688 configuration details.</p>
<p dir="auto">There might also be issues at the ipkg level, less familiar with that.</p>
]]></description><link>http://community.onion.io/post/10862</link><guid isPermaLink="true">http://community.onion.io/post/10862</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Thu, 09 Feb 2017 23:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 00:42:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a><br />
The menuconfig I have is currently set to 'Atheros AR7xxx/AR9xxx'. ... I don't see any options resembling either 'ramips' or 'mt7688'. Am I looking in the wrong place? (I grabbed the openwrt files on Feb 4th, so going by my web history, it's the 15.05 version from <a href="http://git.openwrt.org/?p=15.05/openwrt.git;a=summary" rel="nofollow">http://git.openwrt.org/?p=15.05/openwrt.git;a=summary</a> .)</p>
]]></description><link>http://community.onion.io/post/10866</link><guid isPermaLink="true">http://community.onion.io/post/10866</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Fri, 10 Feb 2017 00:42:38 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 02:37:12 GMT]]></title><description><![CDATA[<p dir="auto">Depending on version it might be called Ralink or Mediatek (who bought this line) or "MediaTek Ralink MIPS"</p>
<p dir="auto">Subtarget should be something like MT7688</p>
<p dir="auto">AR9xxx will definitely not work, that is their competitor, architecturally similar but ABI-incompatible due to the endian difference and more.</p>
]]></description><link>http://community.onion.io/post/10877</link><guid isPermaLink="true">http://community.onion.io/post/10877</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Fri, 10 Feb 2017 02:37:12 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 09:09:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a> Use the LEDE files. There is even a Omega2/+ specific target.</p>
<p dir="auto">From my Dockerfile you can get how to configure it manually with menuconfig:</p>
<pre><code>echo "CONFIG_TARGET_ramips=y" &gt; .config  &amp;&amp; \
echo "CONFIG_TARGET_ramips_mt7688=y" &gt;&gt; .config  &amp;&amp; \
echo "CONFIG_TARGET_ramips_mt7688_DEVICE_omega2p=y" &gt;&gt; .config &amp;&amp; \
make defconfig
</code></pre>
<p dir="auto">This means that in menuconfig, where it appears TARGET <code>Atheros AR7xxx/AR9xxx</code> you have to choose <code>rampis</code>,  etc.<br />
Or you can copy and paste those 4 lines.</p>
]]></description><link>http://community.onion.io/post/10890</link><guid isPermaLink="true">http://community.onion.io/post/10890</guid><dc:creator><![CDATA[José Luis Cánovas]]></dc:creator><pubDate>Fri, 10 Feb 2017 09:09:41 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 16:44:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a><br />
Ah, thank you, there we go: "Target System: Ralink RT288x/RT3xxx", "Subtarget: MT7688 based boards".</p>
<p dir="auto">With that setting, I've now compiled <a href="https://www.datapacrat.com/temp/kmod-fs-btrfs_3.18.45-1_ramips_24kec.ipk" rel="nofollow">https://www.datapacrat.com/temp/kmod-fs-btrfs_3.18.45-1_ramips_24kec.ipk</a> ...</p>
<p dir="auto">... and opkg is giving me the same errors it did before. Phooey; it looks like I won't be able to take the shortcut of just compiling the one module I need, I'll need to compile the whole set of packages. Looks like I've got a weekend project of looking up how to use the Omega2+'s built-in OS as a bootloader, and installing the actual OS onto my 32 GB microSD card. (I know I saw the instructions for that somewhere, I've just lost track of where.)</p>
]]></description><link>http://community.onion.io/post/10900</link><guid isPermaLink="true">http://community.onion.io/post/10900</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Fri, 10 Feb 2017 16:44:09 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 16:55:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2945">@José-Luis-Cánovas</a><br />
I think I've got the settings to compile the openwrt packages; if I can't figure out how to get them to work, I'll give LEDE a try.</p>
]]></description><link>http://community.onion.io/post/10901</link><guid isPermaLink="true">http://community.onion.io/post/10901</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Fri, 10 Feb 2017 16:55:32 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 18:10:26 GMT]]></title><description><![CDATA[<p dir="auto">Keep in mind that while LEDE is a derivative of OpenWRT, they typically use different C libraries, so you face either an all-or-nothing switch, or some interesting times getting two different dynamic linkers to cohabitate.</p>
<p dir="auto">I'd recommend against using an SD card as a root filesystem if you can at all avoid it.</p>
<p dir="auto">You can use the built-in U-Boot to or even the sysupgrade under the running Linux to write a completely different software install to the SPI flash; you can also build a kernel with the filesystem packed as an initramfs that will uncompress and run from RAM, especially if you want to tftp something in and give it a one-shot try without storing to flash.  Modifying U-Boot to read such a build off a card or USB storage (which would then run from RAM) could be worthwhile.</p>
<p dir="auto">Getting back will be trickier if your new image proves non-functional; you'd either need TFTP over wired ethernet or a USB stick to get the stock image back into U-Boot and then write it to flash.</p>
<p dir="auto">(Or if you want a real adventure in hardware hacking there is JTAG or directly writing the flash chip with something else, if you contemplate changing U-Boot it would be good to have one of these in reserve)</p>
]]></description><link>http://community.onion.io/post/10908</link><guid isPermaLink="true">http://community.onion.io/post/10908</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Fri, 10 Feb 2017 18:10:26 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Fri, 10 Feb 2017 22:29:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a></p>
<blockquote>
<p dir="auto">I'd recommend against using an SD card as a root filesystem if you can at all avoid it.</p>
</blockquote>
<p dir="auto">May I ask why? I'm already using it as an overlay, and my plan is for most disk activity to be on the multi-terabyte BTRFS drive that's the whole point of this exercise.</p>
<blockquote>
<p dir="auto">you can also build a kernel with the filesystem packed as an initramfs that will uncompress and run from RAM</p>
</blockquote>
<p dir="auto">I suspect I'm going to have trouble enough just figuring out which kernel modules I'm going to need to include to support the Omega2+'s built-in hardware, so that I don't accidentally brick the thing. (I'm tempted to use <code>make menuconfig</code> and just select /all/ the blank items to compile as modules to be on the safe side...)</p>
<p dir="auto">Honestly, I find myself amused at the contortions I'm having to go through to accomplish the goal of "stock Omega2+ or better, plus support for BtrFS". At this stage, if anyone here happens to have something I can download that includes that, I'm willing to forgo the current character-building learning experience.</p>
]]></description><link>http://community.onion.io/post/10937</link><guid isPermaLink="true">http://community.onion.io/post/10937</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Fri, 10 Feb 2017 22:29:27 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 01:05:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a> said in <a href="/topic/1634/compiling-for-omega2-on-red-hat-linux/15">Compiling for Omega2+ on Red Hat Linux?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a><br />
... ... ...<br />
I suspect I'm going to have trouble enough just figuring out which kernel modules I'm going to need to include to support the Omega2+'s built-in hardware, so that I don't accidentally brick the thing. (I'm tempted to use <code>make menuconfig</code> and just select /all/ the blank items to compile as modules to be on the safe side...)</p>
</blockquote>
<p dir="auto">Good luck with that <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":-(" alt="😞" /> Chances are that in selecting <strong><code>all</code></strong>* blank items will not work.<br />
I have tried something similar and basically just gave up when there were several modules that:</p>
<ul>
<li>either just failed to build - even after tracking down the myriad dependencies</li>
<li>or failed because the repo that needed to be accessed was password protected</li>
</ul>
]]></description><link>http://community.onion.io/post/10945</link><guid isPermaLink="true">http://community.onion.io/post/10945</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sat, 11 Feb 2017 01:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 01:13:22 GMT]]></title><description><![CDATA[<p dir="auto">Hopefully the <em>defaults</em> would work.</p>
<p dir="auto">Especially if the real goal is just to build enough to get a working <em>toolchain</em> rather than a complete bootable and functional system.</p>
]]></description><link>http://community.onion.io/post/10946</link><guid isPermaLink="true">http://community.onion.io/post/10946</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Sat, 11 Feb 2017 01:13:22 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 02:41:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a> said in <a href="/topic/1634/compiling-for-omega2-on-red-hat-linux/17">Compiling for Omega2+ on Red Hat Linux?</a>:</p>
<blockquote>
<p dir="auto">Hopefully the <em>defaults</em> would work.</p>
<p dir="auto">Especially if the real goal is just to build enough to get a working <em>toolchain</em> rather than a complete bootable and functional system.</p>
</blockquote>
<p dir="auto">You should be OK with the <em><strong>defaults</strong></em><br />
Also, building the toolchain works and is usable - just make sure you select it in <strong>make menuconfig</strong> <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/10951</link><guid isPermaLink="true">http://community.onion.io/post/10951</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sat, 11 Feb 2017 02:41:07 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 14:43:15 GMT]]></title><description><![CDATA[<p dir="auto">I find myself nervous about selecting the right hardware options in <code>make menuconfig</code>.</p>
<p dir="auto">Has anyone got a <code>.config</code> file for openwrt which you already know works with an Omega2+, which you'd be willing to share?</p>
]]></description><link>http://community.onion.io/post/10982</link><guid isPermaLink="true">http://community.onion.io/post/10982</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Sat, 11 Feb 2017 14:43:15 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 16:46:29 GMT]]></title><description><![CDATA[<p dir="auto">The issue is not the configuration file but the source code; if you have a suitable source tree, the source you got it from should (or resource that pointed you towards it) should be telling you how to proceed.  Typically there would already be an appropriate board target.  Then unless you are trying to change something you should be able to just use what that sets.</p>
<p dir="auto">Note that there is not at present any complete, working, published source that specifically targets this board.</p>
]]></description><link>http://community.onion.io/post/10989</link><guid isPermaLink="true">http://community.onion.io/post/10989</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Sat, 11 Feb 2017 16:46:29 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 17:59:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a><br />
I have the OpenWRT 15.05 source tree. But when I run <code>make menuconfig</code>, and look at the options for Firmware, I'm presented with choices for everything from ar3k-firmware to wl18xx-firmware, none of which are selected, none of which I know whether to select or not. There's an even larger plethora of hardware bits to select from in the kernel modules. For instance, even if I don't plan on using it, I'm fairly confident that a stock Omega2+ has the kmod-ledtrig-morse kernel module installed, but it's not highlit by default in menuconfig; more seriously, not one of the kernel modules for network devices or wireless drivers is already chosen.</p>
<p dir="auto">My worry is that if I don't pick exactly the right bits of hardware here, then when I try to use my home-compiled OS on my Omega2+, I'll have left out an important piece that will prevent me from even connecting to the Omega2+ again, effectively bricking the thing.</p>
<p dir="auto">I'm hoping that if someone already has a <code>.config</code> that works, then I can safely use that as a guide to which modules for hardware support I need, and I can build from there. Failing that, maybe a simple list of which bits of hardware are on the Omega2+ (as opposed to the Omega) that need such software to be compiled would be enough to keep me from reproducing my earlier mistake of trying to compile for entirely the wrong board. Failing /that/... maybe I could try compiling a monolithic kernel that just includes support for everything, but that's hardly optimal.</p>
<p dir="auto">Rephrased: My current problem is a lack of info on what chips and such are on the Omega2+ that need kernel/OS software compiled for them.</p>
]]></description><link>http://community.onion.io/post/10994</link><guid isPermaLink="true">http://community.onion.io/post/10994</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Sat, 11 Feb 2017 17:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 18:17:21 GMT]]></title><description><![CDATA[<p dir="auto">You seem to have overlooked the comment about there not being any complete full source tree tuned to this board available, from onion or anyone else.</p>
<p dir="auto">Probably the closest would be to get mediatek's tree for the linkit smart, though you may have to deal with some issues with the different flash chip chosen (or it might work anyway)</p>
<p dir="auto">It is indeed likely that early self build attempts will not function, thus you will need to have a mechanism to get a new image in without a working one - likely either a USB drive to U-Boot, TFTP over wired ethernet to U-Boot, or less likely directly programming the SPI flash chip with someone else or using JTAG to load in the code and then U-Boot to write it.</p>
]]></description><link>http://community.onion.io/post/10995</link><guid isPermaLink="true">http://community.onion.io/post/10995</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Sat, 11 Feb 2017 18:17:21 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 18:19:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2602">@Chris-Stratton</a></p>
<blockquote>
<p dir="auto">you will need to have a mechanism to get a new image in without a working one - likely either a USB drive to U-Boot, TFTP over wired ethernet to U-Boot, or less likely directly programming the SPI flash chip with someone else or using JTAG to load in the code and then U-Boot to write it.</p>
</blockquote>
<p dir="auto">I am completely unfamiliar with those techniques. Do you have any references on any of them handy?</p>
]]></description><link>http://community.onion.io/post/10996</link><guid isPermaLink="true">http://community.onion.io/post/10996</guid><dc:creator><![CDATA[Daniel Boese]]></dc:creator><pubDate>Sat, 11 Feb 2017 18:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 18:20:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1592">@Daniel-Boese</a></p>
<p dir="auto">USB should be covered in onion docs, TFTP may be there or in openwrt docs.</p>
<p dir="auto">The other two should only be attempted if you are already quite familiar with them in concept.</p>
]]></description><link>http://community.onion.io/post/10997</link><guid isPermaLink="true">http://community.onion.io/post/10997</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Sat, 11 Feb 2017 18:20:39 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 18:34:38 GMT]]></title><description><![CDATA[<p dir="auto">As far as I know you can find a sdk<br />
with omega2 and omega2+ configuration files on onions git hub</p>
<p dir="auto">When configuring with "make menuconfig"<br />
you will see sub options for omega2 and omega2+ if you select the mt7688 as target. Thats what I used for my images.</p>
<p dir="auto">I never tested them cause atm I don't need them but as soon as I need custom kernel mods I will give them a try.</p>
<p dir="auto">I remember that on Omega2 stock os your not able to install custom kernel mods.<br />
At least it didn't work when I tried to install my "HelloWorld" kernel mod<br />
I have accomplished to successfully comile :D.</p>
<p dir="auto">When building the image with the build options from the onion sources I mentioned above will I then be able to install custom kernels?</p>
]]></description><link>http://community.onion.io/post/10999</link><guid isPermaLink="true">http://community.onion.io/post/10999</guid><dc:creator><![CDATA[Adrian Rix]]></dc:creator><pubDate>Sat, 11 Feb 2017 18:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to Compiling for Omega2+ on Red Hat Linux? on Sat, 11 Feb 2017 19:25:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2303">@Adrian-Rix</a> said in <a href="/topic/1634/compiling-for-omega2-on-red-hat-linux/25">Compiling for Omega2+ on Red Hat Linux?</a>:</p>
<blockquote>
<p dir="auto">As far as I know you can find a sdk<br />
with omega2 and omega2+ configuration files on onions git hub</p>
<p dir="auto">When configuring with "make menuconfig"<br />
you will see sub options for omega2 and omega2+ if you select the mt7688 as target. Thats what I used for my images.</p>
<p dir="auto">I never tested them cause atm I don't need them but as soon as I need custom kernel mods I will give them a try.</p>
</blockquote>
<p dir="auto">Had you tested them you would have discovered that basic functionality like wifi is missing.</p>
]]></description><link>http://community.onion.io/post/11006</link><guid isPermaLink="true">http://community.onion.io/post/11006</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Sat, 11 Feb 2017 19:25:45 GMT</pubDate></item></channel></rss>