<?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[openwrt-imagebuilder-wrapper for omega2lte]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">I am trying to make custom firmware images in the openwrt-imagebuilder-wrapper for the omega2lte. How do I add the build model to the profile?</p>
<p dir="auto">I was able to successfully make and compile firmware for the omega2 and omega2+ but these firmwares don't work on the omega2lte device. Here are the errors:</p>
<pre><code>root@Omega81A4:/mnt/mmcblk0p1# sysupgrade onion_omega2p-22.03.5-20240717.bin 
Image not in /tmp, copying...
Device omega2lte not supported by this image
Supported devices: onion,omega2p omega2p
Image check 'fwtool_check_image' failed.
</code></pre>
<p dir="auto">Ideally, I could just add the build model in the profile and build the image for the omega2lte. However, I have tried adding these lines and it doesn't work:</p>
<pre><code>BUILD_MODELS="
onion_omega2
onion_omega2p
omega2lte
onion_omega2lte
"
</code></pre>
<p dir="auto">It just says profile not found.</p>
<p dir="auto">How can I use the wrapper for the omega2lte?</p>
<p dir="auto">Thanks in advance</p>
]]></description><link>http://community.onion.io/topic/5067/openwrt-imagebuilder-wrapper-for-omega2lte</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 09:12:01 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/5067.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jul 2024 18:50:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to openwrt-imagebuilder-wrapper for omega2lte on Wed, 17 Jul 2024 18:50:26 GMT]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">I am trying to make custom firmware images in the openwrt-imagebuilder-wrapper for the omega2lte. How do I add the build model to the profile?</p>
<p dir="auto">I was able to successfully make and compile firmware for the omega2 and omega2+ but these firmwares don't work on the omega2lte device. Here are the errors:</p>
<pre><code>root@Omega81A4:/mnt/mmcblk0p1# sysupgrade onion_omega2p-22.03.5-20240717.bin 
Image not in /tmp, copying...
Device omega2lte not supported by this image
Supported devices: onion,omega2p omega2p
Image check 'fwtool_check_image' failed.
</code></pre>
<p dir="auto">Ideally, I could just add the build model in the profile and build the image for the omega2lte. However, I have tried adding these lines and it doesn't work:</p>
<pre><code>BUILD_MODELS="
onion_omega2
onion_omega2p
omega2lte
onion_omega2lte
"
</code></pre>
<p dir="auto">It just says profile not found.</p>
<p dir="auto">How can I use the wrapper for the omega2lte?</p>
<p dir="auto">Thanks in advance</p>
]]></description><link>http://community.onion.io/post/26034</link><guid isPermaLink="true">http://community.onion.io/post/26034</guid><dc:creator><![CDATA[thomas166]]></dc:creator><pubDate>Wed, 17 Jul 2024 18:50:26 GMT</pubDate></item><item><title><![CDATA[Reply to openwrt-imagebuilder-wrapper for omega2lte on Wed, 17 Jul 2024 19:42:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/8836">@thomas166</a> The imagewrapper script downloads the version of openwrt you have configured in profiles/default, in the case of the image wrapper repo on the onionIoT github this is version 22.03.2. But the lte is not include in this release.</p>
<p dir="auto">You can install the firmware you included in your post above just add the -F switch:</p>
<p dir="auto">sysupgrade -F onion_omega2p-22.03.5-20240717.bin</p>
<p dir="auto">The additional files you need are here:</p>
<p dir="auto"><a href="https://github.com/OnionIoT/OpenWRT-Packages/tree/openwrt-18.06/omega2-lte" rel="nofollow">https://github.com/OnionIoT/OpenWRT-Packages/tree/openwrt-18.06/omega2-lte</a></p>
<p dir="auto">You could add the lte to your build but you'll need some more advanced skills like migrating the dts and adding the lte packages to your feeds.</p>
]]></description><link>http://community.onion.io/post/26035</link><guid isPermaLink="true">http://community.onion.io/post/26035</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Wed, 17 Jul 2024 19:42:28 GMT</pubDate></item><item><title><![CDATA[Reply to openwrt-imagebuilder-wrapper for omega2lte on Thu, 18 Jul 2024 15:02:08 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your response! Do you happen to know what packages I need to bundle into the firmware for the base omega2-lte?</p>
<p dir="auto">In the image builder packages I was able to include:</p>
<pre><code>IMAGE_BUILDER_PACKAGES="
onion-repo-keys
omega2-base
omega2-base-files
omega2-base-passwd
omega2-ctrl
i2c-tools
omega2-lte-base
"
</code></pre>
<p dir="auto">I am unsure if I need to include the omega2-base and the omega2-lte-base. I just want to be able to prepare firmwares for the omega2-lte with some custom files/packages and not have to worry about firmware mismatching or factory resetting like in the cloning/overlay method.</p>
]]></description><link>http://community.onion.io/post/26036</link><guid isPermaLink="true">http://community.onion.io/post/26036</guid><dc:creator><![CDATA[thomas166]]></dc:creator><pubDate>Thu, 18 Jul 2024 15:02:08 GMT</pubDate></item><item><title><![CDATA[Reply to openwrt-imagebuilder-wrapper for omega2lte on Thu, 18 Jul 2024 18:13:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/8836">@thomas166</a> So there  few components to your requirements. The first is that you don't want to have the firmware misimatch issue.  The only solution to that is you need to that is to create a DTS for the lte, since sysupgrade reads the device type from from /tmp/bard.json and /etc/board.json, these are created when the device tree is loaded, so you need to create a dts with the correct identifier in it.</p>
<p dir="auto"><a href="https://github.com/crispyoz/lte" rel="nofollow">Here</a> is a link to a patch I created that will add the lte device and include the lte-base in the build. This is a patch for OpenWrt 23.05.3 so you may have to merge it in manually.</p>
]]></description><link>http://community.onion.io/post/26037</link><guid isPermaLink="true">http://community.onion.io/post/26037</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Thu, 18 Jul 2024 18:13:00 GMT</pubDate></item></channel></rss>