<?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>UP Squared 7100 Linux — upcommunity</title>
        <link>https://forum.up-community.org/</link>
        <pubDate>Sat, 15 Aug 2026 01:27:30 +0000</pubDate>
        <language>en</language>
            <description>UP Squared 7100 Linux — upcommunity</description>
    <atom:link href="https://forum.up-community.org/categories/up-squared-7100-linux/feed.rss" rel="self" type="application/rss+xml"/>
    <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>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>
   </channel>
</rss>
