<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Recent Discussions — upcommunity</title>
        <link>https://forum.up-community.org/</link>
        <pubDate>Thu, 14 May 2026 13:11:38 +0000</pubDate>
        <language>en</language>
            <description>Recent Discussions — upcommunity</description>
    <atom:link href="https://forum.up-community.org/discussions/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>GPIO issue on my UP Squared Pro 7000</title>
        <link>https://forum.up-community.org/discussion/35186/gpio-issue-on-my-up-squared-pro-7000</link>
        <pubDate>Wed, 13 May 2026 14:39:51 +0000</pubDate>
        <category>UP 7000 Hardware Specification</category>
        <dc:creator>fahmidk</dc:creator>
        <guid isPermaLink="false">35186@/discussions</guid>
        <description><![CDATA[<p>Hi everyone,</p>

<p>I'm hoping someone can help me out with a GPIO issue on my UP Squared Pro 7000.</p>

<p>My board is the UPX-MTL01 running Windows 11 IoT Enterprise LTSC with UP Framework V24.09.10 (latest).</p>

<p>Here's my situation:<br />
I have a button wired between physical pin 15 (GPIO6) and physical pin 14 (GND) on the 40-pin HAT. I've confirmed with a multimeter that the wiring is correct — the pin reads 3.3V normally and drops to 0V when I press the button or short it to GND with a jumper wire. So electrically everything is working perfectly.</p>

<p>However, when I read the pin in software using the UpNetGpioTestTool it always shows High — even while the pin is physically shorted to GND.</p>

<p>My questions:<br />
1. Has anyone experienced GPIO input pins being stuck High on the UPX-MTL01 specifically under Windows 11 IoT?<br />
2. Is there a specific BIOS setting required beyond just setting the pin to Input mode for interrupts/input detection to work?<br />
3. Could there be a pull-up resistor active at the driver level that is overriding the physical voltage change?<br />
4. Is GPIO6 known to have any limitations or special configuration requirements on this board?</p>

<p>For reference, here is what I have already tried:</p>

<ul><li>BIOS set to Input for GPIO6 ✓</li>
<li>Multimeter confirms pin voltage changes on button press ✓</li>
<li>Tested with both read and irq commands in UpNetGpioTestTool ✓</li>
<li>Tried SharedReadOnly and Exclusive pin sharing modes in code ✓</li>
<li>Clean reinstall of UP Framework V24.09.10 ✓</li>
<li>Running as Administrator ✓</li>
</ul><p>Any help or pointers would be really appreciated. Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>USB 3.0 interface bandwidth and capability</title>
        <link>https://forum.up-community.org/discussion/4229/usb-3-0-interface-bandwidth-and-capability</link>
        <pubDate>Thu, 02 Apr 2020 20:22:07 +0000</pubDate>
        <category>UP Xtreme  Hardware Specification</category>
        <dc:creator>MoA</dc:creator>
        <guid isPermaLink="false">4229@/discussions</guid>
        <description><![CDATA[<p>We are considering selecting the UP Extreme for our upcoming application which involves image acquisition from multiple (3 or 4) USB 3.0 Cameras. The resolution (1.4 Megapixels) and frame rate (over 100 fps) of the cameras we use cannot be handled with one USB chip servicing all ports. So, with our current PC-based solution, we use a 4-port USB PCI-Express card that offers a dedicated USB chip for each USB interface/connector. Obviously, the UP Extreme does not have a PCI-Express expansion bus for us to use the same 4-port card.</p>

<p>I need some information on the USB 3.0 implementation on the UP Extreme. In pariticlay, I would like to know if it uses one (1) chip and the 5 GBPS bandwidth is shared across all USB interfaces, or does it use multiple chips. Please provide this details.</p>

<p>If the board uses one (1) chip, is there any "Add-on" solution that we could obtain and add to the board to achieve the required bandwidth?</p>

<p>Thanks,</p>

<p>Mo</p>
]]>
        </description>
    </item>
    <item>
        <title>UP TWL Board Support</title>
        <link>https://forum.up-community.org/discussion/35185/up-twl-board-support</link>
        <pubDate>Mon, 27 Apr 2026 15:15:38 +0000</pubDate>
        <category>Frequently Asked Questions (FAQ)</category>
        <dc:creator>ddd_sol</dc:creator>
        <guid isPermaLink="false">35185@/discussions</guid>
        <description><![CDATA[<p>Hey, the UP TWL Product Information, Datasheet, and Wiki pages mention that the UP TWL supports Yocto and uses the usual 40pin header etc.</p>

<p>However the UP TWL is not mentioned in any of the documentation:</p>

<ul><li><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FYocto-GSG">Yocto GSG supported boards list</a> or <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-division%2Fmeta-up-board%2Ftree%2Fstyhead%2Fconf%2Fmachine">meta-up-board yocto machine configuration directory</a></li>
<li><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fblob%2Fmain%2FUP40pin_BoardsMapping.xlsx">the 40pin board mapping tablesx</a></li>
<li><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FSpec-Matrix-Overview-Atom">Spec Matrix Overview Atom</a> wiki page</li>
</ul><p>There also isn't any UP TWI category here in the forums, so I can only post to the FAQ section.</p>

<p>I guess this means that it is probably similar to some existing board, but which existing board? When using yocto to build an image for the UP TWL, which machine configuration should be used and what yocto versions are supported?</p>
]]>
        </description>
    </item>
    <item>
        <title>How to select a GPIO for interrupt on a HID over I2C Device?</title>
        <link>https://forum.up-community.org/discussion/35184/how-to-select-a-gpio-for-interrupt-on-a-hid-over-i2c-device</link>
        <pubDate>Wed, 22 Apr 2026 22:14:14 +0000</pubDate>
        <category>UP Xtreme i14 BIOS</category>
        <dc:creator>PXIeMan</dc:creator>
        <guid isPermaLink="false">35184@/discussions</guid>
        <description><![CDATA[<p>Hello Up Community, <br />
I am trying to connect my HID over I2C touch screen to the Up Xtreme i14.</p>

<p>I am using the BIOS to configure the I2C settings on bus I2C0 (CRB Setup -&gt; CRB Advanced -&gt; PCH-IO Configuration -&gt; SerialIO Configuration -&gt;  Serial IO I2C0 Settings -&gt; Serial IO Touch Panel Settings). This allows me to set the Device's bus address, HID address and bus speed. It also allows me to select the "Touch Panel Interrupt Mode", options are GPIO Interrupt or APIC Interrupt.</p>

<p>How do I select and/or configure a GPIO to use as the interrupt line for my Device?</p>
]]>
        </description>
    </item>
    <item>
        <title>Intel pin names for pins in CSI FPC connector</title>
        <link>https://forum.up-community.org/discussion/35181/intel-pin-names-for-pins-in-csi-fpc-connector</link>
        <pubDate>Tue, 17 Mar 2026 00:13:40 +0000</pubDate>
        <category>UP Xtreme i14 BIOS</category>
        <dc:creator>razor1000</dc:creator>
        <guid isPermaLink="false">35181@/discussions</guid>
        <description><![CDATA[<p>I need the Intel pin names for the pins in the CSI FPC connector (CN27) on the Up Xtreme i14.</p>

<p>Specifically, I need the "GPP_*" names for pin 59, "INITIO_GPIO5", and pin 51, "ISH_INT_GP_CRD_GSB".</p>

<p>But I would love to have the "GPP_<em>" pin names for *all</em> the pins, if possible  <img src="https://forum.up-community.org/resources/emoji/wink.png" title=";)" alt=";)" height="20" /></p>
]]>
        </description>
    </item>
    <item>
        <title>AAEON UP4000 BIOS – How to require password only for BIOS setup, not at boot?</title>
        <link>https://forum.up-community.org/discussion/35175/aaeon-up4000-bios-how-to-require-password-only-for-bios-setup-not-at-boot</link>
        <pubDate>Thu, 05 Mar 2026 18:35:10 +0000</pubDate>
        <category>UP 4000 BIOS &amp; FPGA</category>
        <dc:creator>John02</dc:creator>
        <guid isPermaLink="false">35175@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I am using an AAEON UP4000 board with the default AMI UEFI BIOS.</p>

<p>Currently I configured both passwords:</p>

<pre spellcheck="false" tabindex="0">    Supervisor / Administrator password

    User password
</pre>

<p>The problem is that when the system boots it asks for the User password before booting the OS.</p>

<p>What I would like instead is this behavior:</p>

<pre spellcheck="false" tabindex="0">          The system should boot automatically without asking for a password

          The password should be required only when entering the BIOS setup
</pre>

<p>Basically I want the BIOS to behave like this:</p>

<pre spellcheck="false" tabindex="0">           OS boot → no password

           Enter BIOS setup → password required
</pre>

<p>I tried setting only the Supervisor password, but then the normal user can still modify many BIOS settings.</p>

<p>So my questions are:</p>

<p>Is there a BIOS setting like "Password Check = Setup" or "Security Option = Setup" on the UP4000?</p>

<pre spellcheck="false" tabindex="0">          Is there any hidden BIOS menu where this option exists?
</pre>

<p>Is there a way to limit the capabilities of the User account in BIOS without requiring a password at boot?</p>

<p>Any advice from people using the UP4000 or AMI BIOS on embedded boards would be very helpful.</p>

<p>Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>what is the estimated lifetime of the battery in the UPS-GWS01-A20-001?</title>
        <link>https://forum.up-community.org/discussion/35174/what-is-the-estimated-lifetime-of-the-battery-in-the-ups-gws01-a20-001</link>
        <pubDate>Tue, 03 Mar 2026 09:46:13 +0000</pubDate>
        <category>UP Squared V2 Hardware Specification</category>
        <dc:creator>Mirjam</dc:creator>
        <guid isPermaLink="false">35174@/discussions</guid>
        <description><![CDATA[<p>two questions. 1. what is the estimated lifetime of the battery in the UP2? 2. When the UP2 is on the powersupply, we assumed the battery is using energy. Is that correct?</p>
]]>
        </description>
    </item>
    <item>
        <title>Windows SDK is a joke !</title>
        <link>https://forum.up-community.org/discussion/2060/windows-sdk-is-a-joke</link>
        <pubDate>Sat, 15 Jul 2017 07:49:34 +0000</pubDate>
        <category>UP Board Windows</category>
        <dc:creator>Bruno</dc:creator>
        <guid isPermaLink="false">2060@/discussions</guid>
        <description><![CDATA[Hello,<br /><br />
The Windows SDk is just a shame !<br />
There is no Windows 10 driver to access directly to hadware (GPIO, PWM,...).<br />
We need to use the aaeon "SDK". A real joke !<br />
After 24 year of programming, I never see a SDK like that !<br />
This is just a VS sample with no documentation and missing files !<br />
The EAPIStatusCode.h included in the  aaeonEAPI.h header is missing !<br />
The aaeonEAPI fail systematicly when calling EApiLibInitialize.<br /><br />
No support for Windows IOT (but specified at the begining in the documentation and removed recently)<br /><br />
I can't use my borad for my project.<br />
I regret my purchase<br /><br />
If you want make a success never forgot Software developers !]]>
        </description>
    </item>
    <item>
        <title>UEFI Update from linux instead of EFI Shell</title>
        <link>https://forum.up-community.org/discussion/35154/uefi-update-from-linux-instead-of-efi-shell</link>
        <pubDate>Mon, 15 Dec 2025 10:12:23 +0000</pubDate>
        <category>UP 4000 BIOS &amp; FPGA</category>
        <dc:creator>Farril</dc:creator>
        <guid isPermaLink="false">35154@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>is there a way to push an UEFI bios update from linux (i.e. ubuntu 22.04 LTS) instead of EFI shell?</p>

<p>We tested the BIOS update process with the EFI Shell and an startup.nsh to automatically update the bios from an USB stick. This requires physical access and manual inputs to the board.</p>

<p>We do not have physical access to the boards and can not plug in an USB memory stick and go through the bios boot selection menu at the customers place and need to update the bios on those systems.</p>

<p>Thanks in advance,<br />
Farril</p>
]]>
        </description>
    </item>
    <item>
        <title>INTEL AX210 WI-FI MODULE CONNECTIONS</title>
        <link>https://forum.up-community.org/discussion/35162/intel-ax210-wi-fi-module-connections</link>
        <pubDate>Sat, 10 Jan 2026 16:05:36 +0000</pubDate>
        <category>UP 4000 Hardware Specification</category>
        <dc:creator>Milasota</dc:creator>
        <guid isPermaLink="false">35162@/discussions</guid>
        <description><![CDATA[<p>Hi</p>

<p>I need the following information about the UP4000:<br />
1) What type of interface does the Wi-Fi module (INTEL-AX210) mounted on the "carrier board for Wi-Fi and 5G" use? Is it the PCIE bus,the SMBus or the USB 2.0 port?<br />
2) Is it possible to obtain the wiring diagram for the Wi-Fi module (INTEL-AX210) on the CN21 (high-speed expend connector)?<br />
3) How do pins 29 and 30 of the CN21 (high-speed expend connector) work?</p>

<p>Best regards</p>
]]>
        </description>
    </item>
    <item>
        <title>UP Pinctrl Driver With UP Squared Support Added to Linux Kernel 6.18</title>
        <link>https://forum.up-community.org/discussion/35164/up-pinctrl-driver-with-up-squared-support-added-to-linux-kernel-6-18</link>
        <pubDate>Mon, 12 Jan 2026 10:21:46 +0000</pubDate>
        <category>Tech Updates</category>
        <dc:creator>toniachen</dc:creator>
        <guid isPermaLink="false">35164@/discussions</guid>
        <description><![CDATA[<p>Dear Community,</p>

<p>Good News! The UP pinctrl driver is now part of the mainline Linux kernel.<br />
Key updates enabling UP Board FPGA support include GPIO-aggregator improvements, new MFD, LED, and pinctrl drivers—unlocking greater flexibility across use cases.</p>

<p>💡𝗕𝗼𝗼𝘁𝗹𝗶𝗻 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿 𝗧𝗵𝗼𝗺𝗮𝘀 𝗥𝗶𝗰𝗵𝗮𝗿𝗱 published a deeper look into the work behind it &gt; <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fbootlin.com%2Fblog%2Fupstreaming-of-the-aaeon-up-board-io-expansion-linux-kernel-driver%2F">CHECK HERE</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Legacy mode BIOS</title>
        <link>https://forum.up-community.org/discussion/35161/legacy-mode-bios</link>
        <pubDate>Mon, 29 Dec 2025 00:22:50 +0000</pubDate>
        <category>UP board BIOS</category>
        <dc:creator>pcmp</dc:creator>
        <guid isPermaLink="false">35161@/discussions</guid>
        <description><![CDATA[<p>I have an ups-aplp4f-a20-08128 motherboard, and in its BIOS mode, there is a CRB option. Within CRB Advanced, there's a CSM Configuration option that includes a Boot Option Filter. This option can supposedly switch between legacy or UEFI mode, but it doesn't work. No matter how I adjust it, the boot list still doesn't show any system disks that boot in legacy mode. Given how long it's been, the new BIOS should support booting from legacy mode system disks by now, right? Although I have a UEFI mode image that I can use, it can't adjust partition sizes and occasionally freezes or crashes, which is really frustrating. So, I'm asking whether the BIOS now supports booting in legacy mode, or how to configure the current 6.4 BIOS version to support legacy mode booting?</p>
]]>
        </description>
    </item>
    <item>
        <title>Will custom BIOS (boot screen image) from UpSquared i12 work on UpSquared i13?</title>
        <link>https://forum.up-community.org/discussion/35160/will-custom-bios-boot-screen-image-from-upsquared-i12-work-on-upsquared-i13</link>
        <pubDate>Wed, 24 Dec 2025 14:37:26 +0000</pubDate>
        <category>UP Squared i12 BIOS</category>
        <dc:creator>buddye</dc:creator>
        <guid isPermaLink="false">35160@/discussions</guid>
        <description><![CDATA[<p>We have purchased a custom boot screen BIOS for our UpSquared i12.  This system went EOL and we will be going to UpSquared i13.  Can we still use our existing custom BIOS on the i13?</p>
]]>
        </description>
    </item>
    <item>
        <title>[Tech Update] Benchmarks and AI workloads on UP Xtreme ARL AI Dev Kit [83 TOPs]</title>
        <link>https://forum.up-community.org/discussion/35153/tech-update-benchmarks-and-ai-workloads-on-up-xtreme-arl-ai-dev-kit-83-tops</link>
        <pubDate>Mon, 15 Dec 2025 10:04:43 +0000</pubDate>
        <category>Tech Updates</category>
        <dc:creator>toniachen</dc:creator>
        <guid isPermaLink="false">35153@/discussions</guid>
        <description><![CDATA[<p>The final AI Dev Kit review from CNX Software Limited is out!</p>

<p>The review Covered the benchmarks up to 83 TOPS and practical AI pipelines using Network Optix Nx Meta and the UP AI Toolkit for CV and GenAI workloads (chatbot, transcription, translation).</p>

<h2 data-id="check-the-full-review-here">Check the full review : <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.cnx-software.com%2F2025%2F12%2F14%2Fup-xtreme-arl-ai-dev-kit-review-benchmarks-and-ai-workloads-on-an-intel-core-ultra-5-225h-arrow-lake-sbc%2F">Here</a></h2>
]]>
        </description>
    </item>
    <item>
        <title>[Tech Update] UPS Pro TWL AI Dev Kit [Hailo 8L:13TOPS] – Benchmarks and AI workloads on Ubuntu 24.04</title>
        <link>https://forum.up-community.org/discussion/35152/tech-update-ups-pro-twl-ai-dev-kit-hailo-8l-13tops-benchmarks-and-ai-workloads-on-ubuntu-24-04</link>
        <pubDate>Mon, 15 Dec 2025 09:59:08 +0000</pubDate>
        <category>Tech Updates</category>
        <dc:creator>toniachen</dc:creator>
        <guid isPermaLink="false">35152@/discussions</guid>
        <description><![CDATA[<p>CNX Software ran benchmarks on our Intel N150 + Hailo-8L mid-level AI dev kit on Ubuntu 24.04</p>

<p>Compared to our entry level- UP TWL AI Dev Kit, it adds extra features like DisplayPort video output and M.2 expansion sockets.</p>

<h2 data-id="check-the-full-review-here">Check the full review : <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.cnx-software.com%2F2025%2F12%2F11%2Fup-squared-pro-twl-ai-dev-kit-review-intel-n150-hailo-8l-accelerator-tested-on-ubuntu-24-04%2F">Here</a></h2>
]]>
        </description>
    </item>
    <item>
        <title>What component was this?</title>
        <link>https://forum.up-community.org/discussion/35148/what-component-was-this</link>
        <pubDate>Thu, 11 Dec 2025 23:49:37 +0000</pubDate>
        <category>UP Xtreme i12 Hardware Specification</category>
        <dc:creator>JohnBurger</dc:creator>
        <guid isPermaLink="false">35148@/discussions</guid>
        <description><![CDATA[<p>While putting the stand-offs on my new Xtreme i12, I managed to knock off a resistor (I assume) that feeds the blue power LED surrounding the power button. See the middle of the attached image, closest to the stand-off nut. I can replace it, but I'd like to know its value. Thanks!<br /><img src="https://us.v-cdn.net/6030431/uploads/editor/uk/71ocjpj9to7o.jpg" alt="" title="Missing in the middle" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/uk/71ocjpj9to7o.jpg 2000w, https://us.v-cdn.net/6030431/uploads/editor/uk/71ocjpj9to7o.jpg" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>WOL</title>
        <link>https://forum.up-community.org/discussion/1984/wol</link>
        <pubDate>Mon, 26 Jun 2017 14:35:56 +0000</pubDate>
        <category>UP Squared Hardware Specification</category>
        <dc:creator>mirko</dc:creator>
        <guid isPermaLink="false">1984@/discussions</guid>
        <description><![CDATA[Does the UP squared support Wake on Lan?]]>
        </description>
    </item>
    <item>
        <title>No modems were found</title>
        <link>https://forum.up-community.org/discussion/35140/no-modems-were-found</link>
        <pubDate>Sat, 06 Dec 2025 21:11:38 +0000</pubDate>
        <category>UP Xtreme i12 Troubleshooting and FAQs</category>
        <dc:creator>zandoli2</dc:creator>
        <guid isPermaLink="false">35140@/discussions</guid>
        <description><![CDATA[<p>Hello everyone! I have a UP Xtreme i12 Edge. I have put internally the sim card. The I have installed ubuntu on it. Digiting "mmcli -L" it said "No modems were found". Do I have to do something in the hardware? I have to program the 5g sim</p>
]]>
        </description>
    </item>
    <item>
        <title>Inquiry Regarding I²C Clock Speed Configuration on UP Squared Pro 7000 Edge Box</title>
        <link>https://forum.up-community.org/discussion/35137/inquiry-regarding-i%C2%B2c-clock-speed-configuration-on-up-squared-pro-7000-edge-box</link>
        <pubDate>Thu, 04 Dec 2025 13:56:24 +0000</pubDate>
        <category>UP Squared Pro 7000 BIOS</category>
        <dc:creator>Rakesh0815</dc:creator>
        <guid isPermaLink="false">35137@/discussions</guid>
        <description><![CDATA[<p>I am currently working with a UP Squared Pro 7000 Edge Box and need to adjust the I²C clock speed for an application that requires communication with a slave device at both 100 kbps and 400 kbps.<br />
I followed the instructions provided on the UP Community Wiki <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FPinout_UP2%23change-i2c-clock-speed">https://github.com/up-board/up-community/wiki/Pinout_UP2#change-i2c-clock-speed</a> , but I could not locate the South Cluster Configuration option in the CRB chipset menu.<br />
Could you please confirm if updating the BIOS to the latest version will enable access to this configuration menu?</p>

<p>If a BIOS upgrade is required, could you please provide the link to the latest BIOS version along with detailed instructions for performing the upgrade?</p>

<p>Device Details:</p>

<p>Model: UP Squared Pro 7000 Edge Box<br />
CPU: Intel N97<br />
RAM: 4 GB<br />
Storage: 32 GB eMMC</p>

<p>Current BIOS Information:</p>

<p>Version: UPN-ADLN01 R3.0 (UNASAM30)<br />
Date: 08/23/2024</p>
]]>
        </description>
    </item>
    <item>
        <title>Call Center Bank Sinarmas</title>
        <link>https://forum.up-community.org/discussion/35136/call-center-bank-sinarmas</link>
        <pubDate>Wed, 03 Dec 2025 06:33:04 +0000</pubDate>
        <category>UP 710S Troubleshooting and FAQs</category>
        <dc:creator>Agodahhh</dc:creator>
        <guid isPermaLink="false">35136@/discussions</guid>
        <description><![CDATA[<p>Call Center Bank Sinarmas: 0811-4555588. Layanan nasabah 24 jam hubungi WhatsApp: +62 8114555588.</p>]]>
        </description>
    </item>
    <item>
        <title>Boot Loop Issue on UPX-MTL155H-A10-3200 When Powered by 24VDC</title>
        <link>https://forum.up-community.org/discussion/35134/boot-loop-issue-on-upx-mtl155h-a10-3200-when-powered-by-24vdc</link>
        <pubDate>Wed, 26 Nov 2025 03:49:25 +0000</pubDate>
        <category>UP Xtreme i14 Linux</category>
        <dc:creator>dattqbk</dc:creator>
        <guid isPermaLink="false">35134@/discussions</guid>
        <description><![CDATA[<p>Hello, I am using the UPX-MTL155H-A10-3200 computer running Ubuntu. I am experiencing the following issue:</p>

<p>When I supply 24VDC – 14A power to the system, the computer shows the UP logo, then the screen turns black, and the UP logo appears again. Sometimes the logo appears five times before the system can finally boot into Ubuntu.</p>

<p>However, in some cases, after showing the UP logo repeatedly, the computer enters the GRUB screen. After the countdown finishes, or even if I press Enter to select Ubuntu, it shows the UP logo again and returns to the GRUB screen. Eventually, the system cannot boot into Ubuntu.</p>

<p>Please advise me on how to resolve this issue. Thank you very much.</p>
]]>
        </description>
    </item>
    <item>
        <title>USB no 5V - hdd connection impossible</title>
        <link>https://forum.up-community.org/discussion/4985/usb-no-5v-hdd-connection-impossible</link>
        <pubDate>Mon, 15 Aug 2022 12:12:52 +0000</pubDate>
        <category>UP Board Hardware Specification</category>
        <dc:creator>Tone</dc:creator>
        <guid isPermaLink="false">4985@/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
Im having between 4,86 - 4,74 V (which is out of spec) on all my usb ports (no other peripherie are connected to the upboard).<br />
However, this is too less voltage to any of my hdds, even these with external power.<br />
How can I fix this?</p>
]]>
        </description>
    </item>
    <item>
        <title>[Tech Update] UP TWL AI Dev Kit – Benchmarks, features testing, and AI workloads on Ubuntu 24.04</title>
        <link>https://forum.up-community.org/discussion/35132/tech-update-up-twl-ai-dev-kit-benchmarks-features-testing-and-ai-workloads-on-ubuntu-24-04</link>
        <pubDate>Mon, 17 Nov 2025 15:12:33 +0000</pubDate>
        <category>Tech Updates</category>
        <dc:creator>toniachen</dc:creator>
        <guid isPermaLink="false">35132@/discussions</guid>
        <description><![CDATA[<p>CNX Software just released a benchmark review of the UP TWL AI Dev Kit — complete with its built-in fansink and powered by the Intel Processor N150.</p>

<p>Note that the UP TWL AI Dev Kit is an entry-level solution, and all AI workloads will be running on the CPU or the integrated GPU, since there’s no dedicated AI accelerator or an M.2 slot to add one on this model.</p>

<h2 data-id="check-the-full-review-here">Check the full review : <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.cnx-software.com%2F2025%2F11%2F17%2Fup-twl-ai-dev-kit-review-benchmarks-features-testing-and-ai-workloads-on-ubuntu-24-04%2F%23benchmarks">Here</a></h2>

<h2 data-id="n-a"> </h2>
]]>
        </description>
    </item>
    <item>
        <title>Quectel EM05 too short for UP2 PRO 7000 PCB standoff</title>
        <link>https://forum.up-community.org/discussion/35122/quectel-em05-too-short-for-up2-pro-7000-pcb-standoff</link>
        <pubDate>Fri, 24 Oct 2025 09:01:26 +0000</pubDate>
        <category>UP Squared Pro 7000 Hardware Specification</category>
        <dc:creator>jminhas</dc:creator>
        <guid isPermaLink="false">35122@/discussions</guid>
        <description><![CDATA[<p>Seeking any advice on how to solve this (physical hardware) issue.</p>

<p>We have just received an Upsquared Pro 7000 system and ordered an EM05 M.2 3042 LTE module kit to go with it (both from UP Shop).</p>

<p>When we installed the EM05 module into the system we find that the PCB standoff on which to screw down the module is too far to reach. I've attached a picture here:</p>

<p><img src="https://us.v-cdn.net/6030431/uploads/editor/dh/ukkpipos7zee.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/dh/ukkpipos7zee.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/dh/ukkpipos7zee.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/dh/ukkpipos7zee.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/dh/ukkpipos7zee.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/dh/ukkpipos7zee.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/dh/ukkpipos7zee.jpg 2000w, https://us.v-cdn.net/6030431/uploads/editor/dh/ukkpipos7zee.jpg" sizes="100vw" /></p>

<p>Wondering if this issue is recognised and if there's a readily-available fix before we attempt a custom DIY job.</p>
]]>
        </description>
    </item>
    <item>
        <title>OS doesn&#39;t load</title>
        <link>https://forum.up-community.org/discussion/35130/os-doesnt-load</link>
        <pubDate>Wed, 05 Nov 2025 15:34:25 +0000</pubDate>
        <category>UP Squared Pro 7000 Troubleshooting and FAQs</category>
        <dc:creator>fgarcia</dc:creator>
        <guid isPermaLink="false">35130@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>We are packaging machine manufacturers and we are using UP Squared Pro 7000 with CODESYS Runtime as SoftPLC controller. We are still in tryout phase and this morning when I powered up the machine, it did not work. The noticeable symptom was the network was down. I, then remove it from the machine ad powered up. All I could see was the BIOS password prompt. I reinstalled the OS (Ubuntu for Intel IoT platforms - Intel® Atom® X7000E Processors Series - Ubuntu Server 22.04 - <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fubuntu.com%2Fdownload%2Fiot%2Fintel-iot%29">https://ubuntu.com/download/iot/intel-iot)</a>. The installation was completed with no errors. Once prompted, I removed the USB stick and rebooted the PC. And, again, all I could see was the BIOS password prompt.</p>

<p>I disconnected RTC battery and let it powered off for couple of hours. Reconnected battery and powered on. Once again, all I could see was the BIOS password prompt.</p>

<p>What could be the issue(s). How to toroubleshoot it?</p>

<p>Thank you,</p>

<p>F.</p>
]]>
        </description>
    </item>
    <item>
        <title>OS doesn&#39;t load</title>
        <link>https://forum.up-community.org/discussion/35129/os-doesnt-load</link>
        <pubDate>Wed, 05 Nov 2025 15:19:20 +0000</pubDate>
        <category>UP Squared Troubleshooting and FAQs</category>
        <dc:creator>fgarcia</dc:creator>
        <guid isPermaLink="false">35129@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>We are packaging machine manufacturers and we are using UP Squared Pro 7000 with CODESYS Runtime as SoftPLC controller. We are still in tryout phase and this morning when I powered up the machine, it did not work. The noticeable symptom was the network was down. I, then remove it from the machine ad powered up. All I could see was the BIOS password prompt. I reinstalled the OS (Ubuntu for Intel IoT platforms - Intel® Atom® X7000E Processors Series - Ubuntu Server 22.04 - <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fubuntu.com%2Fdownload%2Fiot%2Fintel-iot%29">https://ubuntu.com/download/iot/intel-iot)</a>. The installation was completed with no errors. Once prompted, I removed the USB stick and rebooted the PC. And, again, all I could see was the BIOS password prompt.</p>

<p>I disconnected RTC battery and let it powered off for couple of hours. Reconnected battery and powered on. Once again, all I could see was the BIOS password prompt.</p>

<p>What could be the issue(s). How to toroubleshoot it?</p>

<p>Thank you,</p>

<p>F.</p>
]]>
        </description>
    </item>
    <item>
        <title>UP Squared i12 Edge Series - Reboots When Trying to Install Ubuntu</title>
        <link>https://forum.up-community.org/discussion/35127/up-squared-i12-edge-series-reboots-when-trying-to-install-ubuntu</link>
        <pubDate>Thu, 30 Oct 2025 02:07:05 +0000</pubDate>
        <category>UP board Troubleshooting and FAQs</category>
        <dc:creator>lifesaglitch</dc:creator>
        <guid isPermaLink="false">35127@/discussions</guid>
        <description><![CDATA[<p>Hello! I just purchased an UP Squared i12 Edge Series box, which says it supports Ubuntu 22.04 LTS (and offers an option to have 24.04 Ubuntu (Pro License) installed for an additional surcharge). However, I've tried a wide range of Ubuntu versions from 20 to 24, and it always reboots after I try to "install or try" Ubuntu. I've tried changing the grub boot flags, and that's sometimes made some difference in how far along in the process it gets, but it inevitably reboots before loading any graphics.</p>

<p>I feel like I had to use a specific installer, or change a setting, to get Ubuntu installed on my old board. But ,if so, I can't recall what I did. So... any assistance/advice would be greatly appreciated! I'm also open to Debian or Ubuntu Desktop, or whatever... but I don't want to just keep shooting blind, if i can help it.</p>
]]>
        </description>
    </item>
    <item>
        <title>UP Xtreme ARL Edge: Powered by Intel® Core Ultra 200H Series Processor</title>
        <link>https://forum.up-community.org/discussion/35128/up-xtreme-arl-edge-powered-by-intel-core-ultra-200h-series-processor</link>
        <pubDate>Fri, 31 Oct 2025 09:43:59 +0000</pubDate>
        <category>Product News - New Product/Product Change Notice/ End-of-life</category>
        <dc:creator>toniachen</dc:creator>
        <guid isPermaLink="false">35128@/discussions</guid>
        <description><![CDATA[<p><img src="https://us.v-cdn.net/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg 2000w, https://us.v-cdn.net/6030431/uploads/editor/c1/ek9rzoua4ms7.jpg" sizes="100vw" /></p>

<p>The UP Xtreme ARL Edge is a ready-to-deploy, ruggedized system that harnesses the raw processing power and inferencing performance of Intel® Core Ultra 200H Series Processors to eliminate integration pain points in industrial robotics.</p>

<p>Combining legacy serial and high-speed networking interfaces with an AI engine capable of managing complex workloads, the UP Xtreme ARL Edge is the complete package, ready to deploy at scale across mission-critical environments.</p>

<h2 data-id="read-the-full-article-here">Read the full article &gt; <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fup-board.org%2Fthe-up-xtreme-arl-edge-deployment-ready-from-day-one%2F">Here</a></h2>
]]>
        </description>
    </item>
    <item>
        <title>UP 7000 with debian 13 or debian 12</title>
        <link>https://forum.up-community.org/discussion/35125/up-7000-with-debian-13-or-debian-12</link>
        <pubDate>Tue, 28 Oct 2025 12:44:45 +0000</pubDate>
        <category>UP 7000 Linux</category>
        <dc:creator>asistar</dc:creator>
        <guid isPermaLink="false">35125@/discussions</guid>
        <description><![CDATA[<p>Hi everyone.</p>

<p>I'm looking for help.<br />
I have a couple of UP 7000 upboards and I installed Linux.</p>

<p>I installed Debian 13.<br />
The problem arises when I reboot or power off.<br />
Debian crashes with errors, and the only way to restart it is to remove the power.<br />
I have the same problem with Debian 12.<br />
While Debian 11 reboots and even power off work.<br />
I'd like to avoid a somewhat outdated distro.<br />
I wanted to install Version 13.</p>

<p>Can you help me?</p>

<p>I think it's an ACPI problem.<br />
But I don't know how to fix it.</p>

<p>Thanks everyone.</p>
]]>
        </description>
    </item>
    <item>
        <title>One Board : Can&#39;t get to CLI to install new OS</title>
        <link>https://forum.up-community.org/discussion/35119/one-board-cant-get-to-cli-to-install-new-os</link>
        <pubDate>Fri, 03 Oct 2025 22:33:58 +0000</pubDate>
        <category>UP board Troubleshooting and FAQs</category>
        <dc:creator>Dazz</dc:creator>
        <guid isPermaLink="false">35119@/discussions</guid>
        <description><![CDATA[<p>Hi<br />
I have had a Up Board (the original) in storage for a long time.  I am trying to connect to the Up  and update the OS, but I can't.</p>

<p>I originally setup the Up Board with an IP address etc.  I was aiming to use it as a headless Linux box.  I may have disabled the video output, if that was an option.</p>

<p>So now I want to use the Up board for a CCTV app.  I am trying to install a new Ubuntu OS.  I created and plugged in a bootable USB with Ubuntu for installation.  I connected to a keyboard and display.</p>

<p>When I boot the Up, there is no video output.  When I try and connect via Ethernet, I can't ping the IP address of the Up.</p>

<p>I have looked in the Wiki to see if I can find an answer.</p>

<p>Is there a way I can force the Up to boot to the USB?<br />
Is there a way I can do a factory reset of the Up?<br />
Is there something else I can try?</p>
]]>
        </description>
    </item>
    <item>
        <title>What Linux OS / AI do I download/load?</title>
        <link>https://forum.up-community.org/discussion/35118/what-linux-os-ai-do-i-download-load</link>
        <pubDate>Thu, 02 Oct 2025 06:02:56 +0000</pubDate>
        <category>UP Board Linux</category>
        <dc:creator>Dazz</dc:creator>
        <guid isPermaLink="false">35118@/discussions</guid>
        <description><![CDATA[<p>Hi<br />
I think I have maybe the earliest model of Up.  It has been sitting in storage for a few years.   The box says "Up bridge the gap."  It looks a lot like a Raspberry Pi.  It has 2GB RAM, 16GB eMMC.  The part number is : UP-CHT01-A12-0216.</p>

<p>I want to try using it to run some home security CCTV.  Ideally I'd like to apply some AI.</p>

<p>I need to update the Linux OS, and maybe the BIOS.  I have looked at the download page, and nothing quite matches my board by name.</p>

<p>I run a few actual Raspberry Pi's with headless Ubuntu so I am comfortable working from the CLI.</p>

<p>Any pointers please?</p>

<p>Dazz</p>
]]>
        </description>
    </item>
    <item>
        <title>I2C communication in UEFI shell</title>
        <link>https://forum.up-community.org/discussion/35106/i2c-communication-in-uefi-shell</link>
        <pubDate>Fri, 22 Aug 2025 06:34:30 +0000</pubDate>
        <category>UP Xtreme i14 BIOS</category>
        <dc:creator>tylor_yang</dc:creator>
        <guid isPermaLink="false">35106@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I'm trying to develop I2C application in UEFI shell.<br />
But the simple I2C device scan efi program(build by edk2) fails to get the i2c master under extreme i14 UEFI shell. The same program could get I2C master under Intel LNL RVP board. I think its because of extrem i14 lack the Intel serialIO driver under UEFI. Could you look into this issue?</p>
]]>
        </description>
    </item>
    <item>
        <title>UP 4000 - USB PORT</title>
        <link>https://forum.up-community.org/discussion/35111/up-4000-usb-port</link>
        <pubDate>Wed, 10 Sep 2025 14:22:29 +0000</pubDate>
        <category>UP 4000 Hardware Specification</category>
        <dc:creator>Milasota</dc:creator>
        <guid isPermaLink="false">35111@/discussions</guid>
        <description><![CDATA[<p>Hi</p>

<p>I'm trying to replace the EOL UP board with the UP 4000 board. <br />
I've previously used the following USB 2.0 ports:<br />
P0 on CN40<br />
P2 on CN7<br />
P3 on CN7</p>

<p>Can I found the same USB 2.0 ports on UP 4000 BOARD ?</p>

<p>UP 4000 description lists 2 USB 2.0 ports only but in data sheet I found<br />
DP0/DN0 CN4<br />
DP1/DN1 CN4<br />
DP/DN_P1 CN5<br />
DP/DN CN21<br />
DP/DN_P6 CN15<br />
DP/DN_P7 CN15</p>

<p>Best regards</p>
]]>
        </description>
    </item>
    <item>
        <title>Can&#39;t able to attach 5G Module Telit FN990A40/FN980</title>
        <link>https://forum.up-community.org/discussion/35110/cant-able-to-attach-5g-module-telit-fn990a40-fn980</link>
        <pubDate>Mon, 08 Sep 2025 10:47:59 +0000</pubDate>
        <category>UP Squared Pro 7000 Hardware Specification</category>
        <dc:creator>Navodayavarmak</dc:creator>
        <guid isPermaLink="false">35110@/discussions</guid>
        <description><![CDATA[<p>Hello Team,<br />
I am tring to insert Telit FN990A40 module to modem slot, but its not fitting and size of the slot on board is comparitively little small. <br />
Could not able to move any further.. Is there any list of modem that only support/fits to our board? if yes please forward the details. <br />
And how can we able to insert the sim if the above problem resolved.. <br />
I have attached the picture of our modem<br />
Please provide the resolution as soon as possible, hope team understands..</p>

<p>Thanks,<br />
Navodaya.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to Access Onboard ADC (ADC124S101) on UP Squared Pro Using AAEON SDK?</title>
        <link>https://forum.up-community.org/discussion/35107/how-to-access-onboard-adc-adc124s101-on-up-squared-pro-using-aaeon-sdk</link>
        <pubDate>Thu, 29 May 2025 12:22:01 +0000</pubDate>
        <category>UP Squared Pro Windows</category>
        <dc:creator>ganeshmr07</dc:creator>
        <guid isPermaLink="false">35107@/discussions</guid>
        <description><![CDATA[<p>Hi all,<br />
I'm using the UP Squared Pro board with Windows and developing via Visual Studio. I’d like to read analog voltages from the onboard ADC (ADC124S101) using the AAEON SDK.</p>

<p>Has anyone successfully done this?</p>

<p>Which SPI ID and chip select (CS) are used for the onboard ADC?</p>

<p>Can it be accessed using the SDK’s SPI APIs?</p>

<p>Do I need to configure anything in BIOS or drivers to enable it?</p>

<p>If SDK access isn’t possible, is there an alternative way to use the ADC under Windows?</p>

<p>Any help or example code would be much appreciated!</p>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>TrueNAS</title>
        <link>https://forum.up-community.org/discussion/35109/truenas</link>
        <pubDate>Fri, 29 Aug 2025 08:25:44 +0000</pubDate>
        <category>UP 7000 Troubleshooting and FAQs</category>
        <dc:creator>Jaap Cammeraat</dc:creator>
        <guid isPermaLink="false">35109@/discussions</guid>
        <description><![CDATA[<p>I want to build my own NAS and found TrueNAS.<br />
Is it possible to install this on a UP?</p>
]]>
        </description>
    </item>
    <item>
        <title>OpenSource UEFI BIOS by Intel appears to be unusable now</title>
        <link>https://forum.up-community.org/discussion/4806/opensource-uefi-bios-by-intel-appears-to-be-unusable-now</link>
        <pubDate>Thu, 02 Dec 2021 22:07:19 +0000</pubDate>
        <category>UP Squared BIOS &amp; FPGA</category>
        <dc:creator>Satoshi</dc:creator>
        <guid isPermaLink="false">4806@/discussions</guid>
        <description><![CDATA[<p>I purchased UPS-APLX7-A20-0864 (Atom Intel E3950 model) last month and discovered that the open source firmware provided by Intel (*1, *2) no longer worked.</p>

<p>Can anyone comment on if this is the case and if there will be a fix?</p>

<p>To be more precise, the board fails to complete FSP initialization and freezes at a black screen. Attached are the logs from my board (ends at FspFindFspHeader) and the log from a friend of mine showing the successful flow, both with debug-build Intel BIOS. If I write back to the proprietary BIOS, it of course boots fine (a pic attached). This is was never seen with mine bought about 2 years ago and another friend's one bought just three months ago.</p>

<p>I purchased the board for the DCI debugging capability available with the Intel BIOS, so switching to another BIOS is not an option unless it came with DCI enabled. Suggestion on things to try to workaround the issue while enabling DCI is veery appreciated too.</p>

<p>Thanks for your help in advance,</p>

<p>*1: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FFirmware">https://github.com/up-board/up-community/wiki/Firmware</a><br />
*2: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.intel.com%2Fcontent%2Fwww%2Fus%2Fen%2Fdownload%2F674509%2Fintel-atom-processor-e3900-series-apollo-lake-up-squared-board-flash-images-r-71.html">https://www.intel.com/content/www/us/en/download/674509/intel-atom-processor-e3900-series-apollo-lake-up-squared-board-flash-images-r-71.html</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Hardware information (UARTs etc.)</title>
        <link>https://forum.up-community.org/discussion/34970/hardware-information-uarts-etc</link>
        <pubDate>Thu, 31 Oct 2024 16:26:05 +0000</pubDate>
        <category>UP Xtreme i14 Hardware Specification</category>
        <dc:creator>bcran</dc:creator>
        <guid isPermaLink="false">34970@/discussions</guid>
        <description><![CDATA[<p>I recently purchased an Upxtreme i14 with the hope of working on adding open source EDK2 firmware support for it to replace the Up Squared in edk2-platforms.</p>

<p>I understand that the hardware isn’t open, but I was hoping to find more information about the hardware than I can see in the user manual - for example what the different UARTs are for at a minimum.</p>

<p>Do you have any more information you can share with me, or will more detailed information be available in future?</p>
]]>
        </description>
    </item>
    <item>
        <title>install windows 11 pro on UP Squared i12, driver missing</title>
        <link>https://forum.up-community.org/discussion/35101/install-windows-11-pro-on-up-squared-i12-driver-missing</link>
        <pubDate>Thu, 07 Aug 2025 18:53:09 +0000</pubDate>
        <category>UP Squared i12 Windows</category>
        <dc:creator>oor</dc:creator>
        <guid isPermaLink="false">35101@/discussions</guid>
        <description><![CDATA[<p>I found some of the drivers here <br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.aaeon.com%2Fen%2Fproduct%2Fdetail%2Fup-systems-up-squared-i12-edge%2Fdownload">https://www.aaeon.com/en/product/detail/up-systems-up-squared-i12-edge/download</a></p>

<p>However, there are still driver missing<br /><img src="https://us.v-cdn.net/6030431/uploads/editor/v6/wc12hjwu99cb.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/v6/wc12hjwu99cb.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/v6/wc12hjwu99cb.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/v6/wc12hjwu99cb.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/v6/wc12hjwu99cb.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/v6/wc12hjwu99cb.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/v6/wc12hjwu99cb.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/v6/wc12hjwu99cb.png" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Purchasing a cable for the USB/UART wafer</title>
        <link>https://forum.up-community.org/discussion/35105/purchasing-a-cable-for-the-usb-uart-wafer</link>
        <pubDate>Tue, 19 Aug 2025 22:46:28 +0000</pubDate>
        <category>UP Xtreme i14 Hardware Specification</category>
        <dc:creator>bcran</dc:creator>
        <guid isPermaLink="false">35105@/discussions</guid>
        <description><![CDATA[<p>I purchased an UP Xtreme i14 with the hopes of using it to develop TianoCore EDK2 firmware using Intel's FSP. However, I placed an order for the 170010015G USB &amp; UART wafer cable with NeutronUSA but had it canceled because they said "Neutron USA was notified by the<br />
manufacturer that this item was recently discontinued".</p>

<p>Is there an alternative part I can buy instead, or an alternative way of connecting the that USB/UART port?</p>
]]>
        </description>
    </item>
    <item>
        <title>GPIO naming discrepancy in documentation</title>
        <link>https://forum.up-community.org/discussion/35102/gpio-naming-discrepancy-in-documentation</link>
        <pubDate>Fri, 15 Aug 2025 18:10:59 +0000</pubDate>
        <category>UP Squared Pro 7000 Hardware Specification</category>
        <dc:creator>Demboys</dc:creator>
        <guid isPermaLink="false">35102@/discussions</guid>
        <description><![CDATA[<p>In the document "UP Squared Pro 7000 (UPN-ADLN01) Manual 2nd Ed.pdf" taken from up-shop download section, GPIOs naming for HAT(CN17) correspond with the BIOS.</p>

<p>In the document "UP40pin_BoardsMapping.xlsx" taken from the Wiki, GPIOs have a different numerotation and some "Alt Function Type" also diverge. When we try to use GPIOs, they seem to match with this naming scheme. For exemple, to activate the PIN26 which would be GPIO23 in the Manual and BIOS, we have to activate GPIO7 which match with the Excel file.</p>

<p>This issue causes some headaches with the use of the Alt functions on a custom daughter board. How can we know that we use the right pins for these functions without conflicts when nothing matches with documentation?</p>
]]>
        </description>
    </item>
    <item>
        <title>Date/time loss problem. Who can help me?</title>
        <link>https://forum.up-community.org/discussion/35059/date-time-loss-problem-who-can-help-me</link>
        <pubDate>Fri, 18 Apr 2025 11:51:43 +0000</pubDate>
        <category>UP board Troubleshooting and FAQs</category>
        <dc:creator>alexxx82</dc:creator>
        <guid isPermaLink="false">35059@/discussions</guid>
        <description><![CDATA[<p>I have hundreds of up boards installed for a few years, some of them are starting to lose the time and date. I tried replacing the CMOS battery to fix the problem but to no avail... Has this happened to anyone? Does anyone have any suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>The Quiet Moments That Shape Us: Motherhood Through a Slower Lens</title>
        <link>https://forum.up-community.org/discussion/35096/the-quiet-moments-that-shape-us-motherhood-through-a-slower-lens</link>
        <pubDate>Mon, 28 Jul 2025 03:59:21 +0000</pubDate>
        <category>Product News - New Product/Product Change Notice/ End-of-life</category>
        <dc:creator>HaydenHowell</dc:creator>
        <guid isPermaLink="false">35096@/discussions</guid>
        <description><![CDATA[<p>Becoming a mother to two small children changed not only how I lived, but how I saw the world. Before kids, I was driven by structure—lists, calendars, goals. But once I entered the daily rhythm of parenting, especially in those intense early years, I found that structure often gave way to something softer, less predictable, and much more alive. The routine was replaced with rhythm. The noise with small wonders. And most importantly, the pressure to “do everything right” slowly unraveled in the face of simply being present.</p>

<p>It didn’t happen overnight. Like many new mothers, I began by over-preparing. I read every book on Montessori, early childhood development, and peaceful parenting I could find. I set up carefully organized learning spaces, rotated toys, and tried to implement calm routines that would foster independence and curiosity. And while the intention was good, I often found myself feeling drained and disconnected—trying to control every detail of a process that was meant to unfold naturally.</p>

<p>What helped me shift was observing my children more and planning less. When I let them lead, I discovered how learning happens not through grand lessons, but through repetition, mess, exploration, and joy. I saw it in the way my daughter lined up shells from the beach, or how my son poured water back and forth between cups for what felt like hours. These were not moments to “correct”—they were moments to protect.</p>

<p>As I began trusting their process, I started seeking spaces where other parents shared similar journeys—spaces filled with honesty, not judgment. One of the most grounding places I discovered was here:<a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Frealreviews.io%2Freviews%2Fkukoomontessori.com%3Fredis%3D1">https://realreviews.io/reviews/kukoomontessori.com?redis=1</a></p>

<p>Reading real feedback from parents who were also learning to embrace imperfection gave me permission to loosen my grip and lean into presence.</p>

<p><strong>Capturing the Small Things: Visual Parenting Reflections</strong></p>

<p>Some of the most powerful parenting moments are invisible to the outside world. They happen in the in-between—during quiet mornings, midday pauses, or that look your child gives you when they feel truly seen. I began trying to capture these moments not just through journaling but through photography. I didn’t want polished portraits. I wanted to remember what our life felt like: the texture of a soft blanket during nap time, the half-built block towers, the crumbs on the table after snack.</p>

<p>Over time, these everyday snapshots became a kind of visual reflection of our learning journey. I started sharing them as part of a growing collection here:<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2F500px.com%2Fp%2Fkukoomontessori%3Fview%3Dphotos">https://500px.com/p/kukoomontessori?view=photos<br /></a><br />
This wasn’t about creating a perfect feed. It was about holding on to the realness—documenting how play unfolded, how light fell across our reading nook, how joy lived in the ordinary.</p>

<p>I learned to see my home differently, not as a mess to be managed but as a learning environment in constant motion. Our living room transformed with open-ended materials. Our shelves told stories. And my camera helped me slow down long enough to notice.</p>

<p>Creativity and Calm in Simple Spaces</p>

<p>As our home learning journey evolved, I began creating resources that reflected the gentleness and flexibility we had come to value. I wanted to offer visuals that celebrated simplicity—images of calm playrooms, nature-based toys, and sensory-rich activities that didn’t rely on overcomplication. These resources, now freely available here, are meant for any parent looking for creative inspiration without the overwhelm:<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fpixabay.com%2Fusers%2F51359847%2F">https://pixabay.com/users/51359847/</a></p>

<p>What I’ve discovered over these years is that learning doesn’t need to be loud or flashy. It thrives in quiet corners, in repetition, in open-ended time. And parenting, at its core, isn’t about being “on” all the time—it’s about showing up consistently with softness, especially when things are hard.</p>

<p>I still have messy days. I still lose my patience. But I return—again and again—to what matters: connection, curiosity, and a deep trust in the natural rhythm of childhood.</p>

<p>Closing Thoughts</p>

<p>Motherhood taught me that progress isn’t always visible. Growth doesn’t always look like forward motion. Sometimes it looks like slowing down, listening, and beginning again. In the process of raising my children, I’ve been raised too—into someone more present, more patient, and more at peace with the unknown.<br />
This journey is still unfolding, one quiet, beautiful day at a time.</p>

<p>This journey is still unfolding, one quiet, beautiful day at a</p>
]]>
        </description>
    </item>
    <item>
        <title>Up board + Windows 10 driver problem</title>
        <link>https://forum.up-community.org/discussion/35092/up-board-windows-10-driver-problem</link>
        <pubDate>Thu, 17 Jul 2025 11:31:54 +0000</pubDate>
        <category>UP Board Windows</category>
        <dc:creator>gbanach</dc:creator>
        <guid isPermaLink="false">35092@/discussions</guid>
        <description><![CDATA[<p>I couldn't find a better place, so I'm asking on the forum.</p>

<p>Situation: UPBoard (Atom x5-Z8350), Windows 10 installation (22H2, build 19045.3803), drivers from "UP Board Windows 10 64-bit drivers" (from <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdownloads.up-community.org%2F%23%29">https://downloads.up-community.org/#)</a>. <br />
Running Setup.exe and confirming several windows going to an installation error with the following message in the logfile:</p>

<p>E Unable to pre-install driver file: C:\Users\pgadmin\Desktop\UP-board\20190516\Step 1 - Chipset Platform\Drivers\MBI\MBI.inf - error code: 2<br />
E Uninstalling drivers that were previously pre-installed by DriverPackagePreInstall...<br />
E Setup aborted!</p>

<p>Has anyone encountered this problem?</p>

<p>Best regards</p>
]]>
        </description>
    </item>
    <item>
        <title>how can I change the i2c bus frequency from 400kHz to 100kHz?</title>
        <link>https://forum.up-community.org/discussion/35088/how-can-i-change-the-i2c-bus-frequency-from-400khz-to-100khz</link>
        <pubDate>Wed, 09 Jul 2025 08:22:11 +0000</pubDate>
        <category>UP Squared Pro 7000 BIOS</category>
        <dc:creator>Mamadou</dc:creator>
        <guid isPermaLink="false">35088@/discussions</guid>
        <description><![CDATA[<p>Hello,<br />
On an Up Board Squared Pro 7000 (upn adlni3 a10 1664) with BIOS version UNADAM28 01/01/2024 (updated by myself), I'm trying to force an i2c bus to 100 kHz.<br />
I've tried to change it in the bios but there are no parameters to do so in HAT PIN configuration. So I updated the bios and it's the same thing, there are no parameters to change. I've added i2c_dw.force_bus_speed=100000 in the kernel command line, but the frequency remains at 300 kHz (confirmed on the oscilloscope). Is there any other way to change this frequency?<br />
Thank you for your help.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is it possible to control the speed of a connected fan?</title>
        <link>https://forum.up-community.org/discussion/35054/is-it-possible-to-control-the-speed-of-a-connected-fan</link>
        <pubDate>Thu, 03 Apr 2025 23:47:03 +0000</pubDate>
        <category>UP 7000 Linux</category>
        <dc:creator>samthehugenerd</dc:creator>
        <guid isPermaLink="false">35054@/discussions</guid>
        <description><![CDATA[<p>I connected a small fan to the 2-pin connector labelled CN11 in the manual.</p>

<p>I cannot find any way to control it, the fan runs at full speed at all times. Please advise</p>
]]>
        </description>
    </item>
    <item>
        <title>Help Needed Choosing the Right UP Board for a Robotics Project !!</title>
        <link>https://forum.up-community.org/discussion/35086/help-needed-choosing-the-right-up-board-for-a-robotics-project</link>
        <pubDate>Mon, 23 Jun 2025 09:56:51 +0000</pubDate>
        <category>Frequently Asked Questions (FAQ)</category>
        <dc:creator>marcossandrew</dc:creator>
        <guid isPermaLink="false">35086@/discussions</guid>
        <description><![CDATA[<p>Hi everyone,</p>

<p>I am working on a mid-level robotics project and I am trying to decide which UP board would best fit my needs. The project involves real-time motor control, multiple sensor inputs (including camera and LIDAR), and possibly some light AI processing (e.g., object detection).</p>

<p>I have looked at the UP Squared Pro and the UP Xtreme boards.., but I am a bit unsure about performance differences in real-world scenarios—especially regarding I/O latency and support for Ubuntu-based distros.</p>

<p>My questions are:</p>

<p>Which UP board would you recommend for real-time robotics tasks: ??</p>

<p>Are there any compatibility issues with ROS2 or OpenVINO on these boards ??</p>

<p>How is thermal performance under consistent processing loads ??</p>

<p>Would really appreciate input from anyone who has hands-on experience with these boards in robotics or automation applications.</p>

<p>Thanks in advance for your help !!</p>

<p>Marcos</p>

<p><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.igmguru.com%2Fsalesforce%2Fsalesforce-training-in-pune">salesforce training in pune</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Python GPIO Support on UP7100 with Windows 11 IoT</title>
        <link>https://forum.up-community.org/discussion/35084/python-gpio-support-on-up7100-with-windows-11-iot</link>
        <pubDate>Mon, 23 Jun 2025 02:59:13 +0000</pubDate>
        <category>UP 710S Windows</category>
        <dc:creator>ted_tsai</dc:creator>
        <guid isPermaLink="false">35084@/discussions</guid>
        <description><![CDATA[<p>I'm currently working on a project using the UP7100 running Windows 11 IoT, and I would like to control the GPIO pins using Python.</p>

<p>I came across a post from February 2023 mentioning that Python support for GPIO was not available at the time, but that it was being worked on.<br />
I’m wondering if there have been any updates since then. Is Python GPIO control now supported on Windows 11 IoT for the UP7100?</p>

<p>Any guidance or documentation would be greatly appreciated.</p>

<p>Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>R/G/B/X LEDs using stock Ubuntu 24.04</title>
        <link>https://forum.up-community.org/discussion/34747/r-g-b-x-leds-using-stock-ubuntu-24-04</link>
        <pubDate>Thu, 09 May 2024 06:46:35 +0000</pubDate>
        <category>UP 4000 BIOS &amp; FPGA</category>
        <dc:creator>SteveInAU</dc:creator>
        <guid isPermaLink="false">34747@/discussions</guid>
        <description><![CDATA[<p>Hi all,</p>

<p>I'm trying to figure out how to enable control of the additional LEDs next to the ethernet port on the UP4000.</p>

<p>I'm trying to not install any specific UP board kernel to make this happen - as these will likely be deployed and required to be supported by us for 5-8 years - likely beyond the timeframe of supported software released by UP....</p>

<p>Is there a way to enable certain GPIOs directly to allow this to work?</p>

<p>I notice at the moment, I can see:</p>

<pre spellcheck="false" tabindex="0"># ls -l /sys/class/leds
total 0
lrwxrwxrwx 1 root root 0 May  8 06:20 enp2s0-0::lan -&gt; ../../devices/pci0000:00/0000:00:13.1/0000:02:00.0/net/enp2s0/enp2s0-0::lan
lrwxrwxrwx 1 root root 0 May  8 06:20 enp2s0-1::lan -&gt; ../../devices/pci0000:00/0000:00:13.1/0000:02:00.0/net/enp2s0/enp2s0-1::lan
lrwxrwxrwx 1 root root 0 May  8 06:20 enp2s0-2::lan -&gt; ../../devices/pci0000:00/0000:00:13.1/0000:02:00.0/net/enp2s0/enp2s0-2::lan
</pre>

<p>... and it does look like at least some of the GPIO control is available with the stock Ubuntu 24.04 kernel:</p>

<pre spellcheck="false" tabindex="0"># ls -l /sys/class/gpio/
total 0
--w------- 1 root root 4096 May  9 06:21 export
lrwxrwxrwx 1 root root    0 May  8 06:20 gpiochip512 -&gt; ../../devices/platform/INT3452:00/gpio/gpiochip512
lrwxrwxrwx 1 root root    0 May  8 06:20 gpiochip590 -&gt; ../../devices/platform/INT3452:01/gpio/gpiochip590
lrwxrwxrwx 1 root root    0 May  8 06:20 gpiochip667 -&gt; ../../devices/platform/INT3452:02/gpio/gpiochip667
lrwxrwxrwx 1 root root    0 May  8 06:20 gpiochip714 -&gt; ../../devices/platform/INT3452:03/gpio/gpiochip714
--w------- 1 root root 4096 May  9 06:21 unexport
</pre>

<p>Right now, I'm only looking to get basic ON / OFF support working - but it would likely be good to register them as normal LEDs to allow some of the effects to work...</p>
]]>
        </description>
    </item>
    <item>
        <title>Moving Onboard OS to mSATA III</title>
        <link>https://forum.up-community.org/discussion/5296/moving-onboard-os-to-msata-iii</link>
        <pubDate>Tue, 24 Oct 2023 07:07:17 +0000</pubDate>
        <category>UP Squared i12 Linux</category>
        <dc:creator>MarkyMark</dc:creator>
        <guid isPermaLink="false">5296@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I've just bought mSATA 256GB SATA III so that I can move the onboard OS on my Up Squared and get more space.</p>

<p>Simple question is how can I go about doing this?</p>

<p>Thanks</p>

<p>Mark</p>
]]>
        </description>
    </item>
    <item>
        <title>Driver Access to GPIO on Windows 11 IoT Enterprise</title>
        <link>https://forum.up-community.org/discussion/35074/driver-access-to-gpio-on-windows-11-iot-enterprise</link>
        <pubDate>Mon, 19 May 2025 19:49:07 +0000</pubDate>
        <category>UP Board Windows</category>
        <dc:creator>HexDump</dc:creator>
        <guid isPermaLink="false">35074@/discussions</guid>
        <description><![CDATA[<p>I'm using the UP Squared Pro 7000 as a prototyping platform for a commercial product. This entails some custom drivers, one of which will be a KMDF or UMDF2 driver that will access GPIO. Some ACPI will be in place to load the device driver and declare the GPIO resources used.</p>

<p>I've looked at the sample code for GPIO, but it seems geared toward application access and requires the installation of the UP framework, which our product will lack: instead, the GPIO in question will be directly connected to an on-board component of interest.</p>

<p>So far, attempts to declare a connection to GPIO3 in ACPI as something like <code spellcheck="false" tabindex="0">GpioIO(Shared, PullDown, , , , "\\_SB.GPI0", , , ,) { 3 }</code> have yielded a successful result returned in the driver for an <code spellcheck="false" tabindex="0">IOCTL_GPIO_WRITE_PINS</code> operation, but GPIO3 on the 40-pin HAT connector does not change state. GPIO3 has, of course, been configured as an output in the UP board's BIOS menu with the ADC switched off.</p>

<p>While detailed schematics for the UP board aren't available, the block diagram on its datasheet shows signals to the HAT route through a Lattice FPGA (LCMXO2-640HC-6MG132C). I can only guess that the driver is perhaps setting the line successfully, but the signal is not making it through the FPGA.</p>

<p>My questions are:<br />
1. Is the UP framework necessary for programming the UP board's Lattice FPGA to pass through selected GPIO?<br />
2. Is there some way I can initialize the Lattice FPGA to allow low-level GPIO control to pass through?<br />
3. Do I have the declaration for GPIO3 correct in my ACPI?</p>
]]>
        </description>
    </item>
    <item>
        <title>How to supply DC Power</title>
        <link>https://forum.up-community.org/discussion/35068/how-to-supply-dc-power</link>
        <pubDate>Thu, 15 May 2025 22:50:12 +0000</pubDate>
        <category>UP 4000 Hardware Specification</category>
        <dc:creator>scottdg</dc:creator>
        <guid isPermaLink="false">35068@/discussions</guid>
        <description><![CDATA[<p>I would like to hardwire my UP to a lithium power supply.  What is the correct power supply and any chance there is a diagram showing which leads to solder too?</p>
]]>
        </description>
    </item>
    <item>
        <title>Re-installing BIOS</title>
        <link>https://forum.up-community.org/discussion/35064/re-installing-bios</link>
        <pubDate>Sun, 11 May 2025 21:05:02 +0000</pubDate>
        <category>UP Squared Pro 7000 BIOS</category>
        <dc:creator>vassefe</dc:creator>
        <guid isPermaLink="false">35064@/discussions</guid>
        <description><![CDATA[<p>Due to an unsuccessful BIOS update, my UP Squared Pro 7000 system is bricked. Can I use my DediProg SF100 to reinstall the BIOS? Are there instructions on how to do this?<br />
I appreciate your help.<br />
Vas</p>
]]>
        </description>
    </item>
    <item>
        <title>Your Budget Stay at Triloknath Starts with Shernath Bapu Ashram Room Booking</title>
        <link>https://forum.up-community.org/discussion/35072/your-budget-stay-at-triloknath-starts-with-shernath-bapu-ashram-room-booking</link>
        <pubDate>Fri, 16 May 2025 21:04:06 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>shernathbapu</dc:creator>
        <guid isPermaLink="false">35072@/discussions</guid>
        <description><![CDATA[<p>Hey everyone,</p>

<p>If you're planning a spiritual trip to Girnar or Junagadh and looking for a peaceful yet affordable stay, I highly recommend <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fshernathbapuoftriloknathashramgurugorakhnath.com%2F">Shernath Bapu Ashram Room Booking</a>. It’s the perfect choice for travelers seeking both comfort and connection to divinity.</p>

<p>Located near the sacred Girnar Hills, Shernath Bapu of Triloknath Ashram Guru Gorakhnath offers a serene atmosphere rooted in spiritual tradition. The accommodations are clean, comfortable, and ideal for both solo travelers and families. Whether you’re on a pilgrimage or just want a quiet retreat, Shernath Bapu of Triloknath Ashram has everything you need.</p>

<p>I recently visited Shernath Bapu Ashram Junagadh, and the experience was incredible. The staff is kind and helpful, and the environment is truly peaceful. Plus, room booking is super easy and budget-friendly!</p>

<p>For reservations or inquiries, you can reach out via the Shernath Bapu Ashram Contact Number: +91-8130449798.</p>

<p>Feel free to ask me any questions about my stay — happy to help!</p>

<p>Best regards,<br />
Shernath Bapu of Triloknath Ashram</p>
]]>
        </description>
    </item>
    <item>
        <title>Shernath Bapu Ashram Junagadh is Top Affordable Destination</title>
        <link>https://forum.up-community.org/discussion/35071/shernath-bapu-ashram-junagadh-is-top-affordable-destination</link>
        <pubDate>Fri, 16 May 2025 20:55:40 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>shernathbapu</dc:creator>
        <guid isPermaLink="false">35071@/discussions</guid>
        <description><![CDATA[<p>Hey everyone,</p>

<p>If you're searching for an affordable yet deeply spiritual retreat in India, I highly recommend checking out <strong><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fshernathbapuoftriloknathashramgurugorakhnath.com%2F">Shernath Bapu Ashram Junagadh</a></strong>. Nestled at the base of the sacred Girnar Hills, this ashram is a peaceful haven for those seeking spiritual growth, meditation, and tranquility.</p>

<p>Shernath Bapu of Triloknath Ashram Guru Gorakhnath guides the spiritual essence of this place, attracting devotees from across the country. The ashram is rooted in the Nath tradition and offers a calm, divine atmosphere for seekers from all walks of life.</p>

<p>The best part? It’s incredibly affordable! Through Shernath Bapu Ashram Room Booking, you can find clean, comfortable accommodations suited for individuals, families, and groups. Whether you're visiting for a short spiritual break or planning a longer stay, the facilities are designed to support your inner journey.</p>

<p>Need help or want to book your stay? Just reach out using the Shernath Bapu Ashram Contact Number. The team is friendly, helpful, and always ready to guide new visitors.</p>

<p>If you're ready for a meaningful spiritual experience without spending a fortune, Shernath Bapu of Triloknath Ashram is the place to be.</p>

<p>Best Regards,<br />
Shernath Bapu of Triloknath Ashram</p>
]]>
        </description>
    </item>
    <item>
        <title>Affordable Spiritual Travel: Visiting Shernath Bapu of Triloknath Ashram</title>
        <link>https://forum.up-community.org/discussion/35070/affordable-spiritual-travel-visiting-shernath-bapu-of-triloknath-ashram</link>
        <pubDate>Fri, 16 May 2025 20:32:52 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>shernathbapu</dc:creator>
        <guid isPermaLink="false">35070@/discussions</guid>
        <description><![CDATA[<p>Hey everyone,</p>

<p>If you're looking for a peaceful yet budget-friendly spiritual getaway in India, I highly recommend visiting <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fshernathbapuoftriloknathashramgurugorakhnath.com%2F">Shernath Bapu of Triloknath Ashram</a>. Nestled at the base of Girnar Hills in Junagadh, this ashram is a hidden gem for seekers of inner peace and spiritual wisdom.</p>

<p>Rooted in the Nath tradition and inspired by Guru Gorakhnath, Shernath Bapu of Triloknath Ashram Guru Gorakhnath offers a serene environment for meditation, spiritual practice, and connection with like-minded souls.</p>

<p>Whether you're traveling solo or with family, Shernath Bapu Ashram Junagadh has clean, comfortable rooms to suit your needs. Booking your stay is easy through the Shernath Bapu Ashram Room Booking service online, and the team is very helpful and responsive if you call them directly at the Shernath Bapu Ashram Contact Number.</p>

<p>I had a rejuvenating experience and can confidently say this place combines spiritual depth with affordability—making it a perfect destination for anyone on a spiritual path.</p>

<p>Best Regards,<br />
Shernath Bapu of Triloknath Ashram</p>
]]>
        </description>
    </item>
    <item>
        <title>Shernath Bapu of Triloknath Ashram Guru Gorakhnath: A Budget-Friendly</title>
        <link>https://forum.up-community.org/discussion/35069/shernath-bapu-of-triloknath-ashram-guru-gorakhnath-a-budget-friendly</link>
        <pubDate>Fri, 16 May 2025 20:16:23 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>shernathbapu</dc:creator>
        <guid isPermaLink="false">35069@/discussions</guid>
        <description><![CDATA[<p>Hey everyone,</p>

<p>If you're looking for a peaceful, spiritual, and budget-friendly place to reconnect with your inner self, I highly recommend <strong><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fshernathbapuoftriloknathashramgurugorakhnath.com%2F">Shernath Bapu of Triloknath Ashram Guru Gorakhnath</a></strong> in Junagadh. This sacred ashram, deeply rooted in the teachings of Guru Gorakhnath, is the perfect retreat for those seeking meditation, tranquility, and spiritual growth.</p>

<p>Located at the foothills of Girnar, Shernath Bapu of Triloknath Ashram offers a serene environment away from the chaos of daily life. Whether you're a first-time visitor or a returning devotee, the energy of the place is truly transformative.</p>

<p>One of the best things is how accessible it is for everyone. With clean, comfortable rooms available through Shernath Bapu Ashram Room Booking, you don’t have to worry about accommodation. Plus, for any questions or support, the team is always helpful—just reach out using the Shernath Bapu Ashram Contact Number.</p>

<p>If you're planning a trip to Junagadh, don’t miss the chance to visit Shernath Bapu Ashram Junagadh. It’s a spiritual experience you’ll never forget.</p>

<p>Best Regards,<br />
Shernath Bapu of Triloknath Ashram</p>
]]>
        </description>
    </item>
    <item>
        <title>New UP4000 - UP-APL03P4F-A10-0864</title>
        <link>https://forum.up-community.org/discussion/35067/new-up4000-up-apl03p4f-a10-0864</link>
        <pubDate>Thu, 15 May 2025 21:25:50 +0000</pubDate>
        <category>UP 4000 Windows</category>
        <dc:creator>scottdg</dc:creator>
        <guid isPermaLink="false">35067@/discussions</guid>
        <description><![CDATA[<p>I need to install win10 asap. I hooked up power and a monitor and nothing appears.  Is there or do I need a BIOS installed first? Thanks for any help for the next few steps</p>
]]>
        </description>
    </item>
    <item>
        <title>NVME M.2 SSD card not recognised by UP Squared Pro 7000</title>
        <link>https://forum.up-community.org/discussion/35066/nvme-m-2-ssd-card-not-recognised-by-up-squared-pro-7000</link>
        <pubDate>Wed, 14 May 2025 13:21:29 +0000</pubDate>
        <category>UP Squared Pro 7000 BIOS</category>
        <dc:creator>vassefe</dc:creator>
        <guid isPermaLink="false">35066@/discussions</guid>
        <description><![CDATA[<p>I have recently reflashed the BIOS of my UP Squared Pro 7000 system with the version UPN-ADLN01 R2.8 (UNADAM28). The re-flash was successful and I can bring my system up with the new BIOS version. However, the computer does not sense the NVME M.2 SSD card. Any suggestions on how to proceed would be greatly appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to get COM ports / UARTs in Windows 11</title>
        <link>https://forum.up-community.org/discussion/35062/how-to-get-com-ports-uarts-in-windows-11</link>
        <pubDate>Mon, 28 Apr 2025 11:43:38 +0000</pubDate>
        <category>UP 7000 Windows</category>
        <dc:creator>mellen</dc:creator>
        <guid isPermaLink="false">35062@/discussions</guid>
        <description><![CDATA[<p>I have installed Win 11 IoT LTSC on an UP 7000.</p>

<p>It's working fine except I can't see either UART (CN7 or on the GPIO) as a COM port.</p>

<p>I have installed all the drivers listed <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.aaeon.com%2Fen%2Fproduct%2Fdetail%2Fup-7000-boards%2Fdownload">here</a> and even updated the BIOS, but no luck.</p>

<p>I used device manager to "add legacy hardware" and added a communication port, which was then listed as COM3 in device manager, but neither python (via pyserial), nor putty could access it.</p>

<p>How do I get access to the UARTs?</p>
]]>
        </description>
    </item>
    <item>
        <title>UP SQUARED PRO 7000 EDGE</title>
        <link>https://forum.up-community.org/discussion/35063/up-squared-pro-7000-edge</link>
        <pubDate>Mon, 05 May 2025 17:29:46 +0000</pubDate>
        <category>UP 7000 Linux</category>
        <dc:creator>Hy4woj</dc:creator>
        <guid isPermaLink="false">35063@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I'm new to the UP pro community, I have an UP Squared Pro 7000 Edge and wanted to know the best way to access the command line. Tried ethernet, will not work. Com1 or Com2 with a serial cable? if so what's the pinout.</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>OTG on Linux on UP Squared EDGE</title>
        <link>https://forum.up-community.org/discussion/35061/otg-on-linux-on-up-squared-edge</link>
        <pubDate>Mon, 28 Apr 2025 10:03:55 +0000</pubDate>
        <category>UP Squared Linux</category>
        <dc:creator>paurea</dc:creator>
        <guid isPermaLink="false">35061@/discussions</guid>
        <description><![CDATA[<p>We have just bought (this is April 2025) three UP^2 EDGE from mouser, which has a CPU:</p>

<p>Intel(R) Atom(TM) Processor E3950 @ 1.60GHz</p>

<p>It has the latest BIOS you have on the webpage <em>I have updated it in one of the machines, without any change</em>.</p>

<p>We bought them because of the advertised USB OTG 3.0, which we have not been able to make work (at all, in any way,<br />
not even 2.0).<br />
We want to see how fast it is for an application (and maybe buying more of them in the future).</p>

<p>I have tried it with different distros/kernels to no avail:</p>

<p>I am using a 3.1 USB A- Micro-B 10 pin cable like the one in the photo of the wiki<br />
(I have tried just in case with the standard A on the other side of the corner<br />
of the board, but it does not seem to work either).</p>

<h6 data-id="ubuntu-18-0-4">############### Ubuntu 18.0.4</h6>

<p>The machines came with an Ubuntu 18.0.4 LTS, with a kernel:</p>

<p>uname -a<br />
Linux UP-APL01 5.0.0.1-generic #2~upboard5-Ubuntu SMP Wed Apr 8 06:17:43 UTC 2020 x86_64 x86_64 GNU/Linux</p>

<p>I tried following the wiki description to use the mass storage (the file /tmp/image.img contains a valid file which I can<br />
mount on the loop device):</p>

<p>modprobe g_mass_storage file=/tmp/image.img stall=0</p>

<p>dmesg  reports that it works</p>

<p>[ 2678.210295] Mass Storage Function, version: 2009/09/11<br />
[ 2678.210309] LUN: removable file: (no medium)<br />
[ 2678.210393] LUN: removable file: /tmp/image.img<br />
[ 2678.210397] Number of LUNs=1<br />
[ 2678.210709] g_mass_storage gadget.0: Mass Storage Gadget, version: 2009/09/11<br />
[ 2678.210724] g_mass_storage gadget.0: userspace failed to provide iSerialNumber<br />
[ 2678.210726] g_mass_storage gadget.0: g_mass_storage ready</p>

<p>the port powers the UP and seems to be in device mode:</p>

<p>cat /sys/kernel/debug/usb/dwc3.1.auto/mode<br />
device<br />
cat /sys/kernel/debug/usb/dwc3.1.auto/link_state<br />
Compliance</p>

<p>On the host machine (I am running Linux too). I never see a new USB device appear (with dmesg, there is no<br />
new message when plugging in the USB on either machine) or anything, it does not work.</p>

<p>I have tried also with a new Ubuntu:</p>

<h6 data-id="ubuntu-24-04-1">############### Ubuntu 24.04.1</h6>

<p>uname -a<br />
Linux fastsoca 6.11.0-24-generic #24~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 25 20:14:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux</p>

<p>lsb_release -a<br />
Distributor ID: Ubuntu<br />
Description:    Ubuntu 24.04.2 LTS<br />
Release:    24.04<br />
Codename:   noble</p>

<p>modprobe g_mass_storage file=/tmp/image.img stall=0</p>

<p>dmesg reports the same:</p>

<p>[ 2678.210295] Mass Storage Function, version: 2009/09/11<br />
[ 2678.210309] LUN: removable file: (no medium)<br />
[ 2678.210393] LUN: removable file: /tmp/image.img<br />
[ 2678.210397] Number of LUNs=1<br />
[ 2678.210709] g_mass_storage gadget.0: Mass Storage Gadget, version: 2009/09/11<br />
[ 2678.210724] g_mass_storage gadget.0: userspace failed to provide iSerialNumber<br />
[ 2678.210726] g_mass_storage gadget.0: g_mass_storage ready</p>

<p>I never see the device either.</p>

<p>(I also tried modprobe<br />
    g_mass_storage file=/tmp/image.img removable=y idVendor=0x0525 idProduct=0xa4a5<br />
it did not work either).</p>

<p>I tried also with libcomposite, but didn't even see the LUN:</p>

<p>cd /sys/kernel/config/usb_gadget/<br />
mkdir g1<br />
cd g1<br />
mkdir strings/0x409<br />
echo "0x0525" &gt; idVendor  # Netchip Technology, Inc.<br />
echo "0xa4a5" &gt; idProduct # Linux-USB File-backed Storage Gadget<br />
echo "0x0606" &gt; bcdDevice   # v1.0.0<br />
echo "0x0300" &gt; bcdUSB      # USB 3.0</p>

<p>echo "1234567890" &gt; strings/0x409/serialnumber<br />
echo "me" &gt; strings/0x409/manufacturer<br />
echo "My USB Device" &gt; strings/0x409/product</p>

<p>mkdir configs/c.1<br />
mkdir configs/c.1/strings/0x409</p>

<p>echo "USB Mass Storage config" &gt; configs/c.1/strings/0x409/configuration<br />
echo 250 &gt; configs/c.1/MaxPower</p>

<p>mkdir functions/mass_storage.usb0<br />
mkdir -p functions/mass_storage.usb0/lun.0 2&gt; /dev/null<br />
echo setting medium 1&gt;&amp;2<br />
echo -n "/tmp/image.img" &gt; /sys/kernel/config/usb_gadget/g1/functions/mass_storage.usb0/lun.0/file<br />
echo 1 &gt; /sys/kernel/config/usb_gadget/g1/functions/mass_storage.usb0/lun.0/removable<br />
ln -s functions/mass_storage.usb0 configs/c.1<br />
udc=$(ls /sys/class/udc|head -1)<br />
echo $udc &gt; UDC</p>

<p>This case is even worse,<br />
dmesg reports that it does never see the file:</p>

<p>[ 1162.004495] nbd0: detected capacity change from 0 to 2097152<br />
[ 1162.899689] Mass Storage Function, version: 2009/09/11<br />
[ 1162.899703] LUN: removable file: (no medium)</p>

<p>I also tried it with an an Ubuntu (with g_mass_storage) 20.04 with similar results:</p>

<h6 data-id="ubuntu-20-04-6">############### Ubuntu 20.04.6</h6>

<p>Distributor ID: Ubuntu<br />
Description:    Ubuntu 20.04.6 LTS<br />
Release:    20.04<br />
Codename:   focal<br />
Linux ubuntu 5.15.0-67-generic #74~20.04.1-Ubuntu SMP Wed Feb 22 14:52:34 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux</p>

<h6 data-id="yocto-image">############### Yocto Image.</h6>

<p>I also tried the Yocto image in your web page without any improvement:</p>

<p>Yocto_3.1_YC31D.IA01.UPN-APL01.0.zip</p>

<p>We bought the boards just to be able to use the USB OTG 3.0. Should we return them?<br />
Is there any <em>repeatable</em> procedure (installing a kernel/distribution available right now in 2025) I can follow?</p>

<p>G.</p>
]]>
        </description>
    </item>
    <item>
        <title>Where to start to use a Rpi hat on UP4000</title>
        <link>https://forum.up-community.org/discussion/35058/where-to-start-to-use-a-rpi-hat-on-up4000</link>
        <pubDate>Thu, 17 Apr 2025 20:07:56 +0000</pubDate>
        <category>UP 4000 Linux</category>
        <dc:creator>redbeard_physicist</dc:creator>
        <guid isPermaLink="false">35058@/discussions</guid>
        <description><![CDATA[<p>Hi, i own a UP4000 running Ubuntu20 and i know my way around enough to have used the proper linux ISO found in the community forum and i already have used a homebuilt HAT for it.</p>

<p>I would like to know if the following board would be compatible with the UP4000 and where to start on how to use it.<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.waveshare.com%2Fwiki%2FRS485_CAN_HAT%23Introduction">https://www.waveshare.com/wiki/RS485_CAN_HAT#Introduction</a></p>

<p>I do have doubts as the tutorial for this hat uses raspi-config, a raspian OS specific software. I guess that the UP board would be able to have the functionality to enable RS485 and allow ssh login through it as it is my goal.</p>
]]>
        </description>
    </item>
    <item>
        <title>where or how to purchase an active cooler for 710S</title>
        <link>https://forum.up-community.org/discussion/35056/where-or-how-to-purchase-an-active-cooler-for-710s</link>
        <pubDate>Sat, 12 Apr 2025 23:55:54 +0000</pubDate>
        <category>UP 710S Troubleshooting and FAQs</category>
        <dc:creator>superBren</dc:creator>
        <guid isPermaLink="false">35056@/discussions</guid>
        <description><![CDATA[<p>Hi, I just ordered two 710S units. How do I purchase the active coolers for them? thank you</p>
]]>
        </description>
    </item>
    <item>
        <title>custom suiting</title>
        <link>https://forum.up-community.org/discussion/35060/custom-suiting</link>
        <pubDate>Fri, 18 Apr 2025 14:10:25 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>custom_suiting</dc:creator>
        <guid isPermaLink="false">35060@/discussions</guid>
        <description><![CDATA[<p>In the busy fashion hub of New York City, custom clothing stands out as a ideal for individuality and style. Maximus Custom Clothing as best Custom Clothing NYC offers a unique balance of perfect fit, personalized style, and bespoke tailoring. Whether you’re dressing for a business meeting, a wedding, or a special occasion, a <strong><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fmaximuscustomclothing.com%2F">custom suiting</a></strong> provides a look that’s uniquely yours.<br />
Custom clothing has seen a significant rise in popularity across NYC. With the diverse fashion scene in New York, many individuals are turning to custom made suits to express their personal style. The use of bespoke tuxedo and custom tailored shirts reflects a growing demand for excellent quality of tailored garments that fit perfectly and look stunning.</p>
]]>
        </description>
    </item>
    <item>
        <title>UP4000 40-pin UART in Windows</title>
        <link>https://forum.up-community.org/discussion/5320/up4000-40-pin-uart-in-windows</link>
        <pubDate>Thu, 23 Nov 2023 12:41:01 +0000</pubDate>
        <category>UP 4000 Windows</category>
        <dc:creator>iwan_nadapdap</dc:creator>
        <guid isPermaLink="false">5320@/discussions</guid>
        <description><![CDATA[<p>Hi all, <br />
New comer here, and I want to use the UP4000 to replace Raspberry Pi and use Windows OS.<br />
The COM1, the serial port in 40-pin doesn't work. <br />
I've searched the forum and I cannot find a working solution. I tried this Python code, but it doesn't work.  <a href="https://forum.up-community.org/discussion/4774/uart-port-works-on-windows-10-using-minicom-device-monitoring-studio-etc-but-not-on-putty" rel="nofollow">https://forum.up-community.org/discussion/4774/uart-port-works-on-windows-10-using-minicom-device-monitoring-studio-etc-but-not-on-putty</a></p>

<p>I've also tried additional USB to serial port module, recognize as COM7 and it works well. I can received and send data.</p>

<p>I understand that there's a CPLD (Altara/Intel) that controls the HAT connector. <br />
Is there any additional step that I need to do to make this work?</p>

<p>Cheers, <br />
Iwan</p>
]]>
        </description>
    </item>
    <item>
        <title>Add SSD M.2 2280 M Key 2  on  Up Element i12 Edge</title>
        <link>https://forum.up-community.org/discussion/35049/add-ssd-m-2-2280-m-key-2-on-up-element-i12-edge</link>
        <pubDate>Wed, 26 Mar 2025 15:25:50 +0000</pubDate>
        <category>UP 4000 Linux</category>
        <dc:creator>rsramirez001</dc:creator>
        <guid isPermaLink="false">35049@/discussions</guid>
        <description><![CDATA[<p>I have added extra storage, an SSD M.2 2280 M Key 2 (PCIe x 2/SATA interface), to the PC Up Element i12 Edge. However, it is not being detected. I have Ubuntu 24. Should I configure the BIOS to detect the new SSD?<img src="https://us.v-cdn.net/6030431/uploads/editor/wz/1k73m0fc9c5g.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/wz/1k73m0fc9c5g.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/wz/1k73m0fc9c5g.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/wz/1k73m0fc9c5g.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/wz/1k73m0fc9c5g.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/wz/1k73m0fc9c5g.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/wz/1k73m0fc9c5g.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/wz/1k73m0fc9c5g.png" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>How to set up serial console on Up Squared 7100</title>
        <link>https://forum.up-community.org/discussion/35053/how-to-set-up-serial-console-on-up-squared-7100</link>
        <pubDate>Mon, 31 Mar 2025 13:44:09 +0000</pubDate>
        <category>UP Squared 7100 Linux</category>
        <dc:creator>jacob_shade</dc:creator>
        <guid isPermaLink="false">35053@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I'm trying to add a serial console port functionality to the Up Squared 7100 running Ubuntu 24.04. I have been following along with this guide:<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FSerial-Console%23Ubuntu">https://github.com/up-board/up-community/wiki/Serial-Console#Ubuntu</a></p>

<p>I have edited the serial.cfg to be</p>

<pre spellcheck="false" tabindex="0">GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS4,115200n8"
GRUB_TERMINAL_INPUT="console serial"
GRUB_TERMINAL_OUTPUT="gfxterm serial"
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"
</pre>

<p>and run <code spellcheck="false" tabindex="0">update-grub</code></p>

<p>Whenever I reboot the system it gets stuck and wont fully boot.</p>

<p>I'm not sure which tty device I should be using as I don't believe the Up Squared 7100 is classified as an UP Xtreme or an "upboard" based on the table here: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki">https://github.com/up-board/up-community/wiki</a> . I've tried with this config line too<br />
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS5,115200n8"<br />
"Note: in the below configurations, use ttyS5 (instead of ttyS4) if using UP Xtreme, use ttyS0 (instead of ttyS4) if using upboard"</p>

<p>I have been able to send data using ttyS5 from the 7100 and read out that data from a logic analyzer. But when using a FTDI USB Serial Device converter connected to CN3, I'm unable to receive correct data through the USB console port.<br />
on the machine that's connected via usb to the 7100 <code spellcheck="false" tabindex="0">sudo dmesg</code> gives back this after sending data from the 7100</p>

<pre spellcheck="false" tabindex="0">[ 1484.308411] usb 1-5.1.1.1.1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 1912.473252] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[ 1912.473501] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[ 1917.180331] ftdi_sio ttyUSB0: failed to set flow control: -32
[ 1917.180506] ftdi_sio ttyUSB0: failed to get modem status: -32
[ 1917.380951] ftdi_sio ttyUSB0: ftdi_set_termios urb failed to set baudrate
[ 1917.381253] ftdi_sio ttyUSB0: failed to set flow control: -32
[ 1917.381553] ftdi_sio ttyUSB0: failed to get modem status: -32
[ 1917.381717] ftdi_sio ttyUSB0: error from flowcontrol urb
</pre>

<p>Anyone have an idea on how to get this working?</p>
]]>
        </description>
    </item>
    <item>
        <title>i2s support</title>
        <link>https://forum.up-community.org/discussion/35052/i2s-support</link>
        <pubDate>Fri, 28 Mar 2025 04:39:21 +0000</pubDate>
        <category>UP Squared BIOS &amp; FPGA</category>
        <dc:creator>samco82</dc:creator>
        <guid isPermaLink="false">35052@/discussions</guid>
        <description><![CDATA[<p>Is i2s support available for this board?<br />
I've been unable to get it to work on Debian 12.<br />
UP Squared UEFI BIOS V6.4</p>
]]>
        </description>
    </item>
    <item>
        <title>UP Squared 7100 SBC Exteremly sluggish 19th percentile perfomance in User Benchark</title>
        <link>https://forum.up-community.org/discussion/35051/up-squared-7100-sbc-exteremly-sluggish-19th-percentile-perfomance-in-user-benchark</link>
        <pubDate>Thu, 27 Mar 2025 18:49:31 +0000</pubDate>
        <category>UP Squared 7100 Troubleshooting and FAQs</category>
        <dc:creator>squaresroll</dc:creator>
        <guid isPermaLink="false">35051@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I have the UP Squared 7100 SBC and for some reason in windows 11 IoT and ubuntu 20.04 and 24.04, the sbc is extremely sluggish. Theres no bios firmware on the up squared 7100 download page but I did install all the windows updates and it was still sluggish after. I have attached the bench results. CPU temps are normal and in task manager it seems like there is a high fluctuating process named system interrupt usage in task manager. Hovering around 30% to 60% usage <img src="https://us.v-cdn.net/6030431/uploads/editor/vb/5vdp3fxw5vip.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/vb/5vdp3fxw5vip.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/vb/5vdp3fxw5vip.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/vb/5vdp3fxw5vip.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/vb/5vdp3fxw5vip.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/vb/5vdp3fxw5vip.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/vb/5vdp3fxw5vip.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/vb/5vdp3fxw5vip.png" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6030431/uploads/editor/uy/qh3bns1zpyqd.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/uy/qh3bns1zpyqd.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/uy/qh3bns1zpyqd.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/uy/qh3bns1zpyqd.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/uy/qh3bns1zpyqd.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/uy/qh3bns1zpyqd.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/uy/qh3bns1zpyqd.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/uy/qh3bns1zpyqd.png" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Will the UP Xtreme boards (i14 specifically) work with Ultra Leap&#39;s Leap Motion Controller 2 camera?</title>
        <link>https://forum.up-community.org/discussion/35042/will-the-up-xtreme-boards-i14-specifically-work-with-ultra-leaps-leap-motion-controller-2-camera</link>
        <pubDate>Mon, 17 Mar 2025 07:21:10 +0000</pubDate>
        <category>UP Xtreme i14 Hardware Specification</category>
        <dc:creator>aadic1</dc:creator>
        <guid isPermaLink="false">35042@/discussions</guid>
        <description><![CDATA[<p>I am trying to find a suitable SBC to support a leap motion and a second depth camera. The leap motion will solely be used for hand recognition and tracking. I was curious to see if anyone's already worked with the UP Xtreme boards and the leap motion successfully. I know that the leap motion connects via USB 3.0 and supports Windows, macOS, and Linux platforms. I also know that it requires the AVX instruction set, which is available on Ultra 5 and Ultra 7 processors. Is there anything else that I need to watch out for?</p>
]]>
        </description>
    </item>
    <item>
        <title>Is it possible to upgrade to Ubuntu 22.04</title>
        <link>https://forum.up-community.org/discussion/5073/is-it-possible-to-upgrade-to-ubuntu-22-04</link>
        <pubDate>Mon, 02 Jan 2023 22:27:28 +0000</pubDate>
        <category>UP Xtreme Linux</category>
        <dc:creator>carlgonz</dc:creator>
        <guid isPermaLink="false">5073@/discussions</guid>
        <description><![CDATA[<p>Hello! I just turned on a new UPX-EDGEI3-A10-0864-F01 and I see the update to Ubuntu 22.04.5 LTS message. Is it safe to update Ubuntu via do-release-upgrade command? Is there any know bug or functionality loss?</p>

<p>Details:</p>

<pre spellcheck="false" tabindex="0">Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 5.0.0-1-generic x86_64)
 ...
539 packages can be updated.
451 updates are security updates.

New release '20.04.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

Your Hardware Enablement Stack (HWE) is supported until April 2023.
</pre>
]]>
        </description>
    </item>
    <item>
        <title>GPIO on UP Squared - its terrible!</title>
        <link>https://forum.up-community.org/discussion/5238/gpio-on-up-squared-its-terrible</link>
        <pubDate>Thu, 17 Aug 2023 08:41:24 +0000</pubDate>
        <category>UP Squared Linux</category>
        <dc:creator>aanistratenko</dc:creator>
        <guid isPermaLink="false">5238@/discussions</guid>
        <description><![CDATA[<p>I need to use GPIO on UP Squared with Ubuntu 22 server - reed many sources and try any days without success(((</p>

<p>I have problem with pin for LED:<br />
-gpioset gpiochip4 27=0 or 1 - turn on led onle for amount 0.5sec<br />
-doesn't matter led connect to 3.3 or gnd.<br />
-try some modes "push-pull|open-drain"<br />
-try without led only with oscilloscope for little current - only one pulse<br />
How to turn on GPIO for a long time or for pulse with my duration?</p>

<p>Documentation is very bad - no one workable instuctions!<br />
1 <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FUbuntu_20.04">https://github.com/up-board/up-community/wiki/Ubuntu_20.04</a><br />
Have no docs for Ubuntu 22, dont need to change core, because driver pincrtl is present in default <br />
2 No any information for HAT GPIO parameters in BIOS! <br />
Is there a need to change them?<br />
I set up in BIOS Output mode, but in gpioinfo it still as Input! <br />
3 <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2F40Pin-Header">https://github.com/up-board/up-community/wiki/40Pin-Header</a><br />
No information that driver pincrtl in in core.<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FHow-to-use-the-peripherals-on-40-Pin-Header">https://github.com/up-board/up-community/wiki/How-to-use-the-peripherals-on-40-Pin-Header</a><br />
No samples for use pincrtl.<br />
Sample with Bash "echo 26 &gt; /sys/class/gpio/export" - dont work!<br />
"/sys/class/gpio# ls" - dont include simple GPIO, only chips<br />
"export  gpiochip0  gpiochip779  gpiochip822  gpiochip869  gpiochip946  unexport"<br />
4 <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FPinout">https://github.com/up-board/up-community/wiki/Pinout</a><br />
Pionouts are bad - for example pin 13:</p>

<ul><li>in table pin13-up pinout gpio4-linux gpio 27</li>
<li>in BIOS pin13-gpio5</li>
<li>What is correct?</li>
</ul>]]>
        </description>
    </item>
    <item>
        <title>ali mola (sc-sf-sgs-zxc)</title>
        <link>https://forum.up-community.org/discussion/35044/ali-mola-sc-sf-sgs-zxc</link>
        <pubDate>Tue, 18 Mar 2025 01:23:42 +0000</pubDate>
        <category>Welcome Developers!</category>
        <dc:creator>safatewt</dc:creator>
        <guid isPermaLink="false">35044@/discussions</guid>
        <description><![CDATA[<p>xzcbxz-bs-b-n-vcnm-jg-rsy-fsag-\sd-bvcxz- bvcx-n-cxmk-hfdk-ir-eyure-tds-vc -cxz-vcx-mhgd-lkjg-lo-tru-ewf-sdf-zx -vxz -bcxv-nmgd-md</p>
]]>
        </description>
    </item>
    <item>
        <title>Stuck in Aptio Setup Utility</title>
        <link>https://forum.up-community.org/discussion/35040/stuck-in-aptio-setup-utility</link>
        <pubDate>Tue, 11 Mar 2025 03:36:15 +0000</pubDate>
        <category>UP board BIOS</category>
        <dc:creator>nanvlkansfv</dc:creator>
        <guid isPermaLink="false">35040@/discussions</guid>
        <description><![CDATA[<p>Does any one have instructions on how to flash an Up Board? I'm stuck in a continuous loop of going to the Aptio Setup Utility.</p>
]]>
        </description>
    </item>
    <item>
        <title>vision X developer kit os update and openvino</title>
        <link>https://forum.up-community.org/discussion/35036/vision-x-developer-kit-os-update-and-openvino</link>
        <pubDate>Wed, 26 Feb 2025 17:29:30 +0000</pubDate>
        <category>UP AI Core Products</category>
        <dc:creator>sujith__0</dc:creator>
        <guid isPermaLink="false">35036@/discussions</guid>
        <description><![CDATA[<p>we have this kit which comes preloaded with ubuntu16 which is too old for application development. can we upgrade the os to ubuntu 18 or 20 with out any driver issue? if yes please point me to some sources and any particular method to install openvno on the ki tlike i tried installing but i doent look like it's working. help me to complete these things.</p>

<p>thanks<br />
sujith</p>
]]>
        </description>
    </item>
    <item>
        <title>we had vision x developer kit but dont know its version A or B</title>
        <link>https://forum.up-community.org/discussion/34933/we-had-vision-x-developer-kit-but-dont-know-its-version-a-or-b</link>
        <pubDate>Mon, 16 Sep 2024 07:39:35 +0000</pubDate>
        <category>UP AI Core Products</category>
        <dc:creator>sujith__0</dc:creator>
        <guid isPermaLink="false">34933@/discussions</guid>
        <description><![CDATA[<p>mentioned in the question, our faculty is saying its version B. but i'm unable to find the vpu. do i need to do any separate configurations to access vpu and any commands to tells whether the kit has vpu or not.</p>

<p>thanks<br />
sujith</p>
]]>
        </description>
    </item>
    <item>
        <title>About platform debug on Up Xtreme...</title>
        <link>https://forum.up-community.org/discussion/35019/about-platform-debug-on-up-xtreme</link>
        <pubDate>Fri, 07 Feb 2025 18:48:18 +0000</pubDate>
        <category>UP Xtreme  Hardware Specification</category>
        <dc:creator>koluchy</dc:creator>
        <guid isPermaLink="false">35019@/discussions</guid>
        <description><![CDATA[<p>Hi, All!<br />
What debug transport is available on Up Xtreme platform? DCI-OOB or DCI DbC? Or both? Or no one? And do I need to know any platform debugging features specific to Up Xtreme? Or is everything there as usual?<br />
P.s.: I know, that i must to use BIOS v1.8D to make platform debugging possible.</p>
]]>
        </description>
    </item>
    <item>
        <title>Where to order SPI programming cable for Up2 6000</title>
        <link>https://forum.up-community.org/discussion/35026/where-to-order-spi-programming-cable-for-up2-6000</link>
        <pubDate>Wed, 12 Feb 2025 23:41:48 +0000</pubDate>
        <category>UP Squared 6000 BIOS &amp; FPGA</category>
        <dc:creator>fernandosilva</dc:creator>
        <guid isPermaLink="false">35026@/discussions</guid>
        <description><![CDATA[<p>Hi, I got a new 6000 board but the SPI header for IFWI programming is different each board. I can’t find at the shop a cable to buy or details on 3rd party that may have. I use Dedipro SF600…</p><p>I made one for Up2 and UpXtreme, but want to have options to just buy instead of make if possible…</p><p>Can you shed some light on my options?</p><p>Thank you!</p>]]>
        </description>
    </item>
    <item>
        <title>Help with Setting Up Up Board on Ubuntu 22.04 !!</title>
        <link>https://forum.up-community.org/discussion/35015/help-with-setting-up-up-board-on-ubuntu-22-04</link>
        <pubDate>Thu, 30 Jan 2025 11:52:51 +0000</pubDate>
        <category>Frequently Asked Questions (FAQ)</category>
        <dc:creator>marcossandrew</dc:creator>
        <guid isPermaLink="false">35015@/discussions</guid>
        <description><![CDATA[<p>Hi everyone,</p>

<p>I recently purchased an Up Board and am trying to set it up with Ubuntu 22.04 for a personal project. However.., I am facing some issues with getting everything working smoothly. Specifically.., I am struggling to get the touchscreen and GPIO pins configured properly.</p>

<p>Has anyone here successfully set up Ubuntu 22.04 on the Up Board: ?? If so, could you share the steps or any guides that might help: ?? I have tried searching through the documentation but some instructions seem outdated or unclear for the latest Ubuntu release.</p>

<p>Also.., I am curious if there are any recommendations for additional drivers or software tools to improve the performance or make setup easier. Any advice on getting the best out of the Up Board with Ubuntu would be greatly appreciated! I have also gone through this <a rel="nofollow" href="https://forum.up-community.org/discussion/4921/support-for-ubuntu-22-04">https://forum.up-community.org/discussion/4921/support-for-ubuntu-</a><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.igmguru.com%2Fmicrosoft-training%2Fpowerapps-training">power-apps</a><a rel="nofollow" href="https://forum.up-community.org/discussion/4921/support-for-ubuntu-22-04">-22-04</a> but still need some more help.</p>

<p>Thanks in advance for any help or tips you can provide !!</p>

<p>With Regards,</p>

<p>Marcos Andrew</p>
]]>
        </description>
    </item>
    <item>
        <title>Can&#39;t reset UEFI BIOS password</title>
        <link>https://forum.up-community.org/discussion/35010/cant-reset-uefi-bios-password</link>
        <pubDate>Sat, 25 Jan 2025 18:48:32 +0000</pubDate>
        <category>UP Squared Troubleshooting and FAQs</category>
        <dc:creator>linuxforpunks</dc:creator>
        <guid isPermaLink="false">35010@/discussions</guid>
        <description><![CDATA[<p>hello,</p>

<p>I recently bought an old or first-series UpSquared on ebay, whose model number might be: UP2 UPS-APL4FF-A20-0432</p>

<p>It boots fine, but I want to get into the BIOS menu to enable an mSATA device that isn't being detected by Debian (or various other Linuxes).</p>

<p>When I press Del or F7 right after powering up the SBC, it brings up a blue-and-white text-only password prompt. It lets up to 3 attempts be made and then locks the machine.</p>

<p>So basically a BIOS password, but unplugging the CR2032 button battery for &gt; 2 hours hasn't cleared it.</p>

<p>And the password doesn't seem to be [blank], upassw0rd, admin, root, password, upsquared, UpSquared, Up2, counting up or down from 1-6... or anything that occurred to me.</p>

<p>I'm stumped. Is there another battery? Is a password persistent on the emmc even though it's been zeroed by the Debian installer? Is this some kind of bespoke security feature added for whoever was the original owner?</p>

<p>I'd be hugely grateful for any help. I haven't used an UpSquared before and I can't return it because it took me a few weeks to find a power supply and mSATA card.</p>
]]>
        </description>
    </item>
    <item>
        <title>Request for Hardware Support – USB-C Port Issue</title>
        <link>https://forum.up-community.org/discussion/35003/request-for-hardware-support-usb-c-port-issue</link>
        <pubDate>Tue, 14 Jan 2025 06:07:49 +0000</pubDate>
        <category>UP Squared Pro 7000 Troubleshooting and FAQs</category>
        <dc:creator>bchen</dc:creator>
        <guid isPermaLink="false">35003@/discussions</guid>
        <description><![CDATA[<p>Dear UP Support Team,</p>

<p>I am reaching out regarding an issue with my UP Squared Pro 7000. The USB-C port became damaged while switching between device mode and host mode. Unfortunately, it is now non-functional in both modes.</p>

<p>Could you please advise if any hardware support or repair service is available for this issue? I would appreciate any guidance or assistance you can provide.</p>
]]>
        </description>
    </item>
    <item>
        <title>Configuring Bluetooth for Realtek Chipset C822 on Upsquared ubuntu</title>
        <link>https://forum.up-community.org/discussion/35016/configuring-bluetooth-for-realtek-chipset-c822-on-upsquared-ubuntu</link>
        <pubDate>Thu, 30 Jan 2025 17:02:01 +0000</pubDate>
        <category>UP Squared V2 Linux</category>
        <dc:creator>nikhillife11</dc:creator>
        <guid isPermaLink="false">35016@/discussions</guid>
        <description><![CDATA[<p>Hello All,</p>

<p>I have an old upsquared board, which supports realtek c822 chipset as per my lspci command log.</p>

<p>I am trying to install drivers and setup the bluetooth. But I haven't found the way to enable and get it running.</p>

<p>Please help me resolve this and get the bluetooth up.</p>
]]>
        </description>
    </item>
    <item>
        <title>Part number for mating connector for CN26</title>
        <link>https://forum.up-community.org/discussion/35009/part-number-for-mating-connector-for-cn26</link>
        <pubDate>Thu, 23 Jan 2025 15:50:46 +0000</pubDate>
        <category>UP Squared Pro 7000 Hardware Specification</category>
        <dc:creator>scotthew</dc:creator>
        <guid isPermaLink="false">35009@/discussions</guid>
        <description><![CDATA[<p>Anybody have this part number or for the board mount connector?</p>
]]>
        </description>
    </item>
    <item>
        <title>Question: Up squared i12 UART is not working</title>
        <link>https://forum.up-community.org/discussion/34994/question-up-squared-i12-uart-is-not-working</link>
        <pubDate>Fri, 03 Jan 2025 09:07:22 +0000</pubDate>
        <category>UP Squared i12 Linux</category>
        <dc:creator>khkim</dc:creator>
        <guid isPermaLink="false">34994@/discussions</guid>
        <description><![CDATA[<p>I am experiencing an issue with UART communication.<br />
Although the devices are initiated correctly, the echo test using a loopback connection does not work.</p>

<p>[ System Info ]<br />
Model: UP Squared i12, Intel Core i7-1260P<br />
OS: Ubuntu 22.04.5 LTS<br />
Kernel: 6.8.0-50-generic<br />
Driver: pinctrl-upboard (v1.1.6)</p>

<p>[Observations]<br />
When executing "dmesg | grep tty*", ttyS4 and ttyS5 appear to be activated.<br />
[2.988076] dw-apb-uart.6: ttyS4 at MMIO 0x4017006000 (irq = 16, base_baud = 6250000) is a 16550A<br />
[3.015300] dw-apb-uart.7: ttyS5 at MMIO 0x4017007000 (irq = 17, base_baud = 6250000) is a 16550A</p>

<p>[Run Test]<br />
1. To perform the UART Loopback Test, pin8 and pin10 were connected with a jumper.<br />
2. Open terminal “screen /dev/ttyS5 115200”.<br />
3. Enter text into the terminal to perform an echo test.</p>

<p>[ Result ]<br />
Characters entered in the terminal are not echoed.</p>

<p>[Question]<br />
I also tested this setup under Ubuntu 20.04 with kernel versions 5.15.x and 5.4.x, but the issue persists.<br />
Could you help identify the issue or suggest further debugging steps?</p>

<p>Thank you!!</p>
]]>
        </description>
    </item>
    <item>
        <title>UP-Board, Yocto-Dunfell, STMCubeProgrammer</title>
        <link>https://forum.up-community.org/discussion/5009/up-board-yocto-dunfell-stmcubeprogrammer</link>
        <pubDate>Thu, 15 Sep 2022 13:12:20 +0000</pubDate>
        <category>UP Board Linux</category>
        <dc:creator>Munawar</dc:creator>
        <guid isPermaLink="false">5009@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I have build an Image for UP-Board using Yocto Dunfell branch. The image is upboard-image-sato. I want ti install STMCubeProgrammer in it, but I am not able to do so. It would be great if I can install STMCUBEProgrammer in it.</p>

<p>STMCubeProgramme installer: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.st.com%2Fen%2Fdevelopment-tools%2Fstm32cubeprog.html">https://www.st.com/en/development-tools/stm32cubeprog.html</a><br />
Installation instruction on LINUX: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fkaro-electronics.github.io%2Fdocs%2Fsoftware-documentation%2Fflashtools%2Fstm32-programmer%2Findex.html">https://karo-electronics.github.io/docs/software-documentation/flashtools/stm32-programmer/index.html</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Understanding the Cost of Breast Lift Surgery in Turkey: Affordable Options with Exceptional Results</title>
        <link>https://forum.up-community.org/discussion/35004/understanding-the-cost-of-breast-lift-surgery-in-turkey-affordable-options-with-exceptional-results</link>
        <pubDate>Tue, 14 Jan 2025 11:49:27 +0000</pubDate>
        <category>UP Board Windows</category>
        <dc:creator>shambhu777</dc:creator>
        <guid isPermaLink="false">35004@/discussions</guid>
        <description><![CDATA[<p>Understanding the Cost of Breast Lift Surgery in Turkey: Affordable Options with Exceptional Results</p>

<p>A <strong>breast lift</strong> (mastopexy) is a popular cosmetic surgery that helps to restore a youthful, firm, and lifted appearance to sagging or drooping breasts. Whether due to aging, pregnancy, or weight loss, many women turn to breast lift surgery to enhance their silhouette and boost their self-confidence. While the procedure can be quite costly in many countries, Turkey has become an increasingly popular destination for breast lift surgery, offering affordable prices without compromising on quality. In this article, we’ll explore the factors that influence the cost of a ****<img src="https://us.v-cdn.net/6030431/uploads/editor/ro/pvwzhvffdmry.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/ro/pvwzhvffdmry.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/ro/pvwzhvffdmry.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/ro/pvwzhvffdmry.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/ro/pvwzhvffdmry.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/ro/pvwzhvffdmry.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/ro/pvwzhvffdmry.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/ro/pvwzhvffdmry.png" sizes="100vw" /><br />
**** and why it’s an attractive option for medical tourism.</p>

<h3 data-id="what-is-a-breast-lift-surgery">What is a Breast Lift Surgery?</h3>

<p>A breast lift involves removing excess skin and tightening the tissue to raise and reshape the breasts. The procedure is tailored to each patient’s unique anatomy and aesthetic goals, often combined with other enhancements, such as breast augmentation, to improve volume and shape.</p>

<p>A breast lift can address several common concerns:</p>

<ul><li>Sagging or drooping breasts</li>
<li>Loss of breast volume and firmness</li>
<li>Uneven breast size or asymmetry</li>
</ul><h3 data-id="cost-of-breast-lift-surgery-in-turkey">Cost of Breast Lift Surgery in Turkey</h3>

<p>One of the main reasons patients choose Turkey for their breast lift is the significant cost savings compared to countries like the United States, the UK, or many parts of Western Europe. The price for a breast lift in Turkey typically ranges from <strong>$2,000 to $4,000</strong> depending on several factors.</p>

<h4 data-id="key-factors-that-influence-the-cost">Key Factors That Influence the Cost</h4>

<ol><li><p><strong>Surgeon’s Expertise and Experience:</strong> The cost can vary depending on the surgeon’s skill and reputation. Highly experienced surgeons with advanced techniques may charge a higher fee, but their expertise often results in better, more natural-looking results.</p></li>
<li><p><strong>Type of Procedure:</strong> The complexity of the procedure and whether it is combined with other surgeries, like breast augmentation, can impact the final cost. Simple breast lifts tend to be more affordable, while combined procedures (e.g., breast lift with implants) may increase the price.</p></li>
<li><p><strong>Location of the Clinic:</strong> Istanbul, Antalya, and other major cities in Turkey are home to many of the country's top cosmetic surgery clinics. Clinics located in larger, more popular cities may have slightly higher fees, though the prices are still significantly lower compared to many Western countries.</p></li>
<li><p><strong>Hospital or Clinic Facilities:</strong> Accredited clinics with modern equipment and high standards of care may charge more than smaller or less equipped centers. However, the cost is generally still much lower than what you'd pay in other parts of the world.</p></li>
<li><p><strong>Additional Services:</strong> Many clinics in Turkey offer comprehensive medical tourism packages, which may include pre-surgery consultations, transportation, accommodation, and post-operative care. These packages can add to the overall cost but also provide additional value for international patients.</p></li>
</ol><h3 data-id="why-choose-turkey-for-a-breast-lift">Why Choose Turkey for a Breast Lift?</h3>

<ol><li><p><strong>High-Quality Care at Affordable Prices:</strong> Turkey offers exceptional cosmetic surgery options at a fraction of the cost seen in countries like the U.S. or the UK. This makes it an attractive option for individuals who may not be able to afford breast lift surgery in their home country.</p></li>
<li><p><strong>Experienced Surgeons and Modern Facilities:</strong> Turkish clinics are known for their skilled, internationally trained surgeons who specialize in breast lift procedures. These clinics are equipped with state-of-the-art technology and adhere to rigorous safety standards, ensuring that patients receive high-quality care.</p></li>
<li><p><strong>Medical Tourism Infrastructure:</strong> Turkey has become a hub for medical tourism, offering a well-established infrastructure for international patients. Many clinics provide all-inclusive packages that include surgery, aftercare, accommodation, and even airport transfers, making it easy and convenient for patients traveling from abroad.</p></li>
<li><p><strong>Positive Patient Experiences:</strong> Turkey has built a strong reputation for cosmetic and aesthetic surgeries, with many patients returning home with impressive results. The combination of cost-effective procedures, world-class care, and the country’s natural beauty makes it an ideal destination for those seeking a breast lift.</p></li>
</ol><h3 data-id="what-is-included-in-the-cost">What is Included in the Cost?</h3>

<p>The cost of a breast lift in Turkey typically covers:</p>

<ul><li>The surgeon’s fee</li>
<li>Anesthesia and operating room fees</li>
<li>Pre-operative consultations and medical tests</li>
<li>Post-operative care and follow-up visits</li>
<li>Hospital or clinic stay (if required)</li>
</ul><p>Many clinics also offer additional services like transportation and accommodation for international patients, which can be included in the overall package price.</p>

<h3 data-id="conclusion">Conclusion</h3>

<p>The cost of a breast lift in Turkey is significantly lower than in many Western countries, yet it doesn’t compromise on quality or expertise. With highly skilled surgeons, modern medical facilities, and the availability of all-inclusive packages, Turkey is an excellent option for those considering breast lift surgery. Whether you are looking to enhance your body contour or restore youthful breast shape and firmness, you can enjoy affordable, world-class care in Turkey. By choosing Turkey for your breast lift, you can achieve the results you’ve always wanted at a fraction of the cost, all while benefiting from a relaxing medical tourism experience.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is useful the watchdog when UP BOARD hangs at boot?</title>
        <link>https://forum.up-community.org/discussion/5288/is-useful-the-watchdog-when-up-board-hangs-at-boot</link>
        <pubDate>Tue, 17 Oct 2023 18:30:44 +0000</pubDate>
        <category>UP board BIOS</category>
        <dc:creator>mlm82</dc:creator>
        <guid isPermaLink="false">5288@/discussions</guid>
        <description><![CDATA[<p>Hi all,</p>

<p>I have a system that sometimes take a lot to boot up. It appears black screen and after a few minutes the system goes on. Other times boots instantly.</p>

<p>I'd like to know if changing the Watchdog setting in the BIOS from 300 to 15 seconds it may help to reduce the time that holds at startup. I've checked and it seems that the time with black screen reduces significantly, but I'm not 100% sure if this setting applies here.</p>

<p>Could it help?</p>

<p>Thanks in advance.</p>

<p>Best regards.<br /><img src="https://us.v-cdn.net/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg 2000w, https://us.v-cdn.net/6030431/uploads/editor/ii/fz6zi2i87i2x.jpg" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Up board booting issue</title>
        <link>https://forum.up-community.org/discussion/34997/up-board-booting-issue</link>
        <pubDate>Thu, 09 Jan 2025 07:34:32 +0000</pubDate>
        <category>UP Board Linux</category>
        <dc:creator>aaron_pulikkottil</dc:creator>
        <guid isPermaLink="false">34997@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I built a Yocto image (dunfell 3.1.7) for the Upboard and copied the generated .hdd image to a bootable USB drive. However, after connecting the USB drive to the Upboard for flashing the eMMC, the system does not boot and keeps looping in the boot menu.</p>

<p>I followed the instructions provided in this link for building the Yocto image : <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2FAaeonCM%2Fmeta-up-board%2Ftree%2Fdunfell%3Ftab%3Dreadme-ov-file">https://github.com/AaeonCM/meta-up-board/tree/dunfell?tab=readme-ov-file</a></p>

<p>I have also attached the image for reference.</p>

<p><img src="https://us.v-cdn.net/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg 2000w, https://us.v-cdn.net/6030431/uploads/editor/gp/2au3jrab9c7t.jpeg" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Upboard booting issue</title>
        <link>https://forum.up-community.org/discussion/34996/upboard-booting-issue</link>
        <pubDate>Thu, 09 Jan 2025 05:56:52 +0000</pubDate>
        <category>Frequently Asked Questions (FAQ)</category>
        <dc:creator>aaron_pulikkottil</dc:creator>
        <guid isPermaLink="false">34996@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I built a Yocto image (dunfell 3.1.7) for the Upboard and copied the generated .hdd image to a bootable USB drive. However, after connecting the USB drive to the Upboard for flashing the eMMC, the system does not boot and keeps looping in the boot menu.</p>

<p>I followed the instructions provided in this link for building the Yocto image: <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2FAaeonCM%2Fmeta-up-board%2Ftree%2Fdunfell%3Ftab%3Dreadme-ov-file">https://github.com/AaeonCM/meta-up-board/tree/dunfell?tab=readme-ov-file</a></p>

<p>I have also attached the image for reference.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to use Hailo 8 in a B-Key?</title>
        <link>https://forum.up-community.org/discussion/34984/how-to-use-hailo-8-in-a-b-key</link>
        <pubDate>Sat, 07 Dec 2024 18:51:52 +0000</pubDate>
        <category>UP Squared Pro Linux</category>
        <dc:creator>Team0</dc:creator>
        <guid isPermaLink="false">34984@/discussions</guid>
        <description><![CDATA[<p>I would like to use a Hailo 8 under Ubuntu in the Up Squared Pro M.2 B-Key, but it seems that the device is not recognized: <code spellcheck="false" tabindex="0">hailortcli scan</code> tells me that it finds nothing. I have already got it to work on the M-Key.</p>

<p>Can you give instructions on how to use it in the B-Key?</p>
]]>
        </description>
    </item>
    <item>
        <title>iTCO watchdog in Ubuntu</title>
        <link>https://forum.up-community.org/discussion/4638/itco-watchdog-in-ubuntu</link>
        <pubDate>Thu, 29 Apr 2021 02:39:24 +0000</pubDate>
        <category>UP Board Linux</category>
        <dc:creator>roar</dc:creator>
        <guid isPermaLink="false">4638@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>In Ubilinux 4 running on our UP Boards, we can see the TCO watchdog:<br /><img src="https://us.v-cdn.net/6030431/uploads/editor/zt/wulbzb6aohxe.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/zt/wulbzb6aohxe.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/zt/wulbzb6aohxe.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/zt/wulbzb6aohxe.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/zt/wulbzb6aohxe.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/zt/wulbzb6aohxe.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/zt/wulbzb6aohxe.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/zt/wulbzb6aohxe.png" sizes="100vw" /></p>

<p>We cannot get the iTCO watchdog to show up under /dev/watchdog in Ubuntu. Have followed the <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FiTCO_Watchdog">instructions on your Github</a> and set up Ubuntu desktop 20.04 correctly as per <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FUbuntu_20.04">these instructions</a> yet the iTCO watchdog doesn't display.</p>

<p>What kernel should we have installed to get the watchdog working? We installed:<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FUbuntu_20.04%23install-ubuntu-kernel-540-from-ppa-on-ubuntu-2004">Linux upxtreme-UP-WHL01 5.4.0-1-generic #2~upboard2-Ubuntu SMP Thu Jul 25 13:35:27 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux</a> as per the instructions.</p>

<p>Should we be using a different kernel to get the iTCO watchdog on an UP Board? We don't want to use Ubilinux anymore so need this to work in Ubuntu.</p>

<p>P.S. we need the iTCO watchdog, not a softdog.</p>
]]>
        </description>
    </item>
    <item>
        <title>iTop VPN Free 2025 [Latest]</title>
        <link>https://forum.up-community.org/discussion/34991/itop-vpn-free-2025-latest</link>
        <pubDate>Fri, 03 Jan 2025 01:06:28 +0000</pubDate>
        <category>UP Xtreme i12 Linux</category>
        <dc:creator>adeel44</dc:creator>
        <guid isPermaLink="false">34991@/discussions</guid>
        <description><![CDATA[<p>iTop VPN seems to be a powerful software which may conceal personal identity. Users can protect their personally identifiable information coming from external organizations through utilizing itop VPN 2024. Which may limit their ability to be using key characteristics.</p>

<p><strong><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdrapk.net%2Fafter-verification-click-go-to-download-page%2F">Download Here</a></strong> 🔗😜</p>

<p>.</p>

<p>.</p>

<p>.</p>

<p>.</p>
]]>
        </description>
    </item>
    <item>
        <title>UP Squared Pro Edge not playing nice with Quectel EM05-G M.2 3042 LTE module kit</title>
        <link>https://forum.up-community.org/discussion/34989/up-squared-pro-edge-not-playing-nice-with-quectel-em05-g-m-2-3042-lte-module-kit</link>
        <pubDate>Fri, 27 Dec 2024 11:34:47 +0000</pubDate>
        <category>UP Squared V2 Troubleshooting and FAQs</category>
        <dc:creator>nvatvani</dc:creator>
        <guid isPermaLink="false">34989@/discussions</guid>
        <description><![CDATA[<p>I have purchased a few UP Squared Pro Edge Series devices (<a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fup-shop.org%2Fdefault%2Fupsquaredproedge-series.html%29">https://up-shop.org/default/upsquaredproedge-series.html)</a> along with the M.2 3042 LTE module kit (<a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fup-shop.org%2Fdefault%2F3042-lte-module-kit-global.html%29">https://up-shop.org/default/3042-lte-module-kit-global.html)</a> but it seems there are severe problems getting the LTE module to work. Because the EM05-G LTE module has the newer 030e ProdID supported from the Linux Kernel v6.13 onwards.</p>

<p>How can this new device type recognition be backported to the old v5.4 kernel supported by UP-Board <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FUbuntu_20.04">https://github.com/up-board/up-community/wiki/Ubuntu_20.04</a> ?</p>
]]>
        </description>
    </item>
    <item>
        <title>Device mode on USB Type-c connector ?</title>
        <link>https://forum.up-community.org/discussion/5284/device-mode-on-usb-type-c-connector</link>
        <pubDate>Tue, 10 Oct 2023 12:39:39 +0000</pubDate>
        <category>UP 7000 Troubleshooting and FAQs</category>
        <dc:creator>Rhenry</dc:creator>
        <guid isPermaLink="false">5284@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I'm looking to use the UP Squared Pro 7000 as USB device. According to the USB controller used for the CPU, It is possible to configured it as USB device but I can't find any settings to enable it on BIOS side. Is it possible to enable it ?</p>

<p>Regards Romain.</p>
]]>
        </description>
    </item>
    <item>
        <title>Next Supportplans Ubuntu ??</title>
        <link>https://forum.up-community.org/discussion/4868/next-supportplans-ubuntu</link>
        <pubDate>Mon, 07 Mar 2022 14:22:31 +0000</pubDate>
        <category>UP Squared Pro Linux</category>
        <dc:creator>larslemann</dc:creator>
        <guid isPermaLink="false">4868@/discussions</guid>
        <description><![CDATA[<p><img src="https://us.v-cdn.net/6030431/uploads/editor/aj/tkzcgbvth2vf.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6030431/uploads/editor/aj/tkzcgbvth2vf.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6030431/uploads/editor/aj/tkzcgbvth2vf.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6030431/uploads/editor/aj/tkzcgbvth2vf.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6030431/uploads/editor/aj/tkzcgbvth2vf.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6030431/uploads/editor/aj/tkzcgbvth2vf.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6030431/uploads/editor/aj/tkzcgbvth2vf.png 2000w, https://us.v-cdn.net/6030431/uploads/editor/aj/tkzcgbvth2vf.png" sizes="100vw" /></p>

<p>is Ubuntu still supported?</p>

<p>If yes, what is the further plan?<br />
Unfortunately, the current plan ends in 2021</p>
]]>
        </description>
    </item>
    <item>
        <title>How can ACPI link a permanently connected device to an SoC UART?</title>
        <link>https://forum.up-community.org/discussion/34981/how-can-acpi-link-a-permanently-connected-device-to-an-soc-uart</link>
        <pubDate>Tue, 03 Dec 2024 17:52:43 +0000</pubDate>
        <category>UP Squared Pro 7000 Windows</category>
        <dc:creator>HexDump</dc:creator>
        <guid isPermaLink="false">34981@/discussions</guid>
        <description><![CDATA[<p>I'm looking for some guidance about getting a Windows SerCx2 peripheral driver set up for UART0 on an UP Squared 7000 Pro. I'm running Windows 11 IoT Enterprise LTSC; BIOS is at 2.22.1292.</p>

<p>On the 7000 Pro, the x7425E's UART0 appears to be the one connected to pins 8 and 10 on the 40-pin header. I'm not really looking to use this as a general-purpose COM port like many of the answers I've been finding here and on the Wiki. Rather, I'm using the 7000 Pro to prototype firmware that will eventually run on a custom board that will have one of the SoC UARTs permanently wired to an on-board custom ASIC. That resource will be shared among multiple applications, and the framework of a UMDF2 or KMDF driver is perfectly suited to managing that.</p>

<p>While I have some Windows driver experience, I'm new to both ACPI and SerCx2.</p>

<p>After going into the BIOS CRB Setup &gt; CRB Chipset &gt; PCH-IO Configuration, enabling UART0 in ISH Configuration, and setting the UART0 Controller to "Communication Port (COM)" in SerialIo Configuration, and uninstalling the Intel UART controller driver (iaLPSS2_UART2_ADL_N.sys), I have both Mincomm and PuTTY able to echo characters through COM3 (alias "\?\ACPI#PNP0501#SERIALIOUART0#{86e0d1e0-8089-11d0-9ce4-08003e301f73}"). It looks like the system is well equipped for my development needs.</p>

<p>So, with Microsoft's SerCx2, I think the basic idea will be to change the UART0 Controller to simply "Enabled" and install Intel's UART controller driver, which I believe fulfills the controller part of the <a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fserports%2Fsercx2-architectural-overview">SerCx2 architecture</a>, plugging into the SerCx2 framework that provides the API my peripheral driver will use.</p>

<p>As I understand it, I need to add a Device object in ACPI to represent the custom ASIC, and the hardware ID I declare there (<code spellcheck="false" tabindex="0">_HID</code>) is what I'll place in my driver's INF file to get it loaded when Windows starts.</p>

<p>The part eluding me at the moment is how to write my Device object's ASL to link the appropriate object representing UART0. The custom ASIC should look to Windows like a fixed non-PnP device attached through a UartSerialBus, I think.</p>

<p>Which object do I need to link to (<code spellcheck="false" tabindex="0">\\_SB.PC00.UA00</code>, maybe?) and what and how do I express this connection in ASL?</p>
]]>
        </description>
    </item>
    <item>
        <title>Configure one of 7100 Squard&#39;s USB ports to device mode</title>
        <link>https://forum.up-community.org/discussion/34979/configure-one-of-7100-squards-usb-ports-to-device-mode</link>
        <pubDate>Mon, 02 Dec 2024 06:46:49 +0000</pubDate>
        <category>UP Squared 7100 Linux</category>
        <dc:creator>bchen</dc:creator>
        <guid isPermaLink="false">34979@/discussions</guid>
        <description><![CDATA[<p>Hi UP community<br />
I just purchased a 7100 Squard board. For my application, I want to configure one of the board's USB ports to device mode and keep the other two in host mode. Is it achievable? If so, what are the steps to make it happen?</p>
]]>
        </description>
    </item>
    <item>
        <title>UP4000 GPIO using libgpiod in Rocky 9</title>
        <link>https://forum.up-community.org/discussion/34975/up4000-gpio-using-libgpiod-in-rocky-9</link>
        <pubDate>Wed, 20 Nov 2024 17:57:03 +0000</pubDate>
        <category>UP 4000 Linux</category>
        <dc:creator>z_tj</dc:creator>
        <guid isPermaLink="false">34975@/discussions</guid>
        <description><![CDATA[<p>I am running Rocky 9 (kernel 5.14), and the sysfs GPIO interface (/sys/class/gpio) is now deprecated and replaced with libgpiod.  I have installed libgpiod, and it appears to work, mostly.<br />
However, I am having trouble finding the gpio-to-pin mapping and reading the gpio value back.</p>

<p>Is there any documentation that relates the gpiochip and line to the 40pin interface?<br />
Comments in the forum suggest the following:<br /><a rel="nofollow" href="https://forum.up-community.org/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fup-board%2Fup-community%2Fwiki%2FPinout">https://github.com/up-board/up-community/wiki/Pinout</a><br />
But I can't find the gpiochip(n) and line(m) mapping.  Where can I find this?</p>

<p>Through some testing, I was able to toggle the blue LED, and some GPIO's  that I configured in the BIOS as outputs.  Here is what I've found:</p>

<p>For example, the following toggles the Blue LED:<br />
gpioset gpiochip0 73=1<br />
gpioset gpiochip0 73=0</p>

<p>The following toggles pin 13 (also referred to as UP pinout GPIO4, or Linux GPIO 27).<br />
gpioset gpiochip1 75=1<br />
gpioset gpiochip1 75=0</p>

<p>FYI - using a previous kernel with sysfs(Centos 7.x), I was able to toggle pin 13 using the following <br />
echo "1" &gt;&gt; /sys/class/gpio/gpio432/value<br />
echo "0" &gt;&gt; /sys/class/gpio/gpio432/value<br />
But this is now deprecated.</p>

<p>Here are a few pin associations I've been able to verify:<br />
gpioset gpiochip1 38=$value   #this controls pin 18<br />
gpioset gpiochip1 74=$value   #this controls pin 15<br />
gpioset gpiochip1 73=$value   #this controls pin 29<br />
gpioset gpiochip1 37=$value   #this controls pin 31</p>

<p>I can control a pin using gpioset, but when I read the same pin back, it sets the output to 0.<br />
For example<br />
gpioset gpiochip1 75=1  #output is asserted hi<br />
gpioget  gpiochip0 75   #this value reads back as zero, and the output is set to 0 (low).</p>

<p>Lastly, when I read chip0, pin 72, all three (red, green, yellow) LED's turn off.<br />
gpioget gpiochip0 72  #turns off three LEDs</p>

<p>And when I try to set gpiochip0 72=1, the LED's do not restore.</p>

<p>Any clarification would be helpful.</p>
]]>
        </description>
    </item>
    <item>
        <title>Mounting optional Display and CAN boards</title>
        <link>https://forum.up-community.org/discussion/34972/mounting-optional-display-and-can-boards</link>
        <pubDate>Thu, 07 Nov 2024 18:17:27 +0000</pubDate>
        <category>UP Squared 7100 Troubleshooting and FAQs</category>
        <dc:creator>jwinarske</dc:creator>
        <guid isPermaLink="false">34972@/discussions</guid>
        <description><![CDATA[<p>When stacking the display and CAN board, the M2 slot post is slightly raised and does not fit with the posts provided.</p>

<p>Seems there should be a grommet for mounting a M2 card, and a slightly shorter post to line up with the other three.</p>

<p>My work around was to leave out the post above the M2 mount.</p>

<p>Am I missing something?</p>
]]>
        </description>
    </item>
   </channel>
</rss>
