<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CoreMP135 install UiFlow2]]></title><description><![CDATA[<p dir="auto">After logged in, I followed CoreMP135 Network Management.<br />
And then I followed CoreMP135 UiFlow2 Quick Start to install UiFlow2.<br />
It returned below message.</p>
<h1>apt update</h1>
<p dir="auto">-sh: apt: not found</p>
<p dir="auto">Could you suggest me to solve this problem?</p>
]]></description><link>https://community.m5stack.com/topic/7465/coremp135-install-uiflow2</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 13:55:28 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7465.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Apr 2025 08:30:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Fri, 04 Apr 2025 08:18:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a><br />
After burned with M5_CoreMP135_debian12_20240919.img<br />
Don't restart the MCU.<br />
I tried the commands as below.</p>
<ol>
<li>root@CoreMP135:~# sudo service ssh start</li>
<li>root@CoreMP135:~# sudo adduser good</li>
<li>ifconfig<br />
eth0: inet 192.168.1.45<br />
root@CoreMP135:~# ssh <a href="mailto:good@192.168.1.45" target="_blank" rel="noopener noreferrer nofollow ugc">good@192.168.1.45</a></li>
<li>CoreMP135 Partition Resize</li>
</ol>
<p dir="auto">After reboot the MCU.<br />
The MCU can boot-up.</p>
<p dir="auto">Thank you for very much for your help.</p>
]]></description><link>https://community.m5stack.com/post/28789</link><guid isPermaLink="true">https://community.m5stack.com/post/28789</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Fri, 04 Apr 2025 08:18:32 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Fri, 04 Apr 2025 04:54:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> For some reason the sudo command isn't installed by default.</p>
<p dir="auto">By default roots SSH is disabled you need to create a new use and enable SSH on that account.</p>
<p dir="auto">You then need to download the file from the website and copy it to the coreMP135 and run it from there.</p>
]]></description><link>https://community.m5stack.com/post/28786</link><guid isPermaLink="true">https://community.m5stack.com/post/28786</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 04 Apr 2025 04:54:07 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 18:28:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> thats my pip list<br />
uiflow2 works</p>
<p dir="auto">root@CoreMP135:~# pip list<br />
Package             Version</p>
<hr />
<p dir="auto">bcrypt              4.3.0<br />
certifi             2025.1.31<br />
cffi                1.17.1<br />
charset-normalizer  3.4.1<br />
cryptography        44.0.2<br />
dbus-python         1.3.2<br />
distro              1.8.0<br />
distro-info         1.5+deb12u1<br />
evdev               1.9.1<br />
idna                3.10<br />
paho-mqtt           2.1.0<br />
paramiko            3.5.1<br />
parse               1.20.2<br />
pexpect             4.9.0<br />
pip                 23.0.1<br />
ptyprocess          0.7.0<br />
PyAudio             0.2.14<br />
pycparser           2.22<br />
PyGObject           3.42.2<br />
PyNaCl              1.5.0<br />
pyserial            3.5<br />
python-apt          2.6.0<br />
requests            2.32.3<br />
SCons               4.9.1<br />
scp                 0.15.0<br />
setuptools          66.1.1<br />
smbus2              0.5.0<br />
ufw                 0.36.2<br />
uiflow2             0.0.1rc1<br />
unattended-upgrades 0.1<br />
urllib3             2.3.0<br />
wheel               0.38.4</p>
]]></description><link>https://community.m5stack.com/post/28785</link><guid isPermaLink="true">https://community.m5stack.com/post/28785</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 18:28:04 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 14:48:46 GMT]]></title><description><![CDATA[<p dir="auto">After updated, I restart it. It hang up.<br />
The Device Manager cannot find COM Port.<br />
I tried to burn image for 2 time.<br />
It still hang up.</p>
<p dir="auto">root@CoreMP135:~# pip list<br />
Package            Version</p>
<hr />
<p dir="auto">certifi            2025.1.31<br />
charset-normalizer 3.4.1<br />
distro             1.8.0<br />
evdev              1.9.1<br />
idna               3.10<br />
paho-mqtt          2.1.0<br />
pip                23.0.1<br />
PyAudio            0.2.14<br />
pyserial           3.5<br />
requests           2.32.3<br />
setuptools         66.1.1<br />
smbus2             0.5.0<br />
uiflow2            0.0.1rc1<br />
urllib3            2.3.0<br />
wheel              0.38.4<br />
root@CoreMP135:~# uiflow2<br />
UIFlow2 running PID: 2974<br />
root@CoreMP135:~# uiflow2 enable<br />
Created symlink /etc/systemd/system/multi-user.target.wants/uiflow2.service â†’<br />
/etc/systemd/system/uiflow2.service.<br />
enable uiflow2 service success<br />
root@CoreMP135:~#</p>
]]></description><link>https://community.m5stack.com/post/28781</link><guid isPermaLink="true">https://community.m5stack.com/post/28781</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Thu, 03 Apr 2025 14:48:46 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 14:12:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5596">@robski</a></p>
<p dir="auto">After I use latest M5_CoreMP135_debian12_20240919.<br />
I can install UiFlow2.<br />
Thank you very much for your help.</p>
]]></description><link>https://community.m5stack.com/post/28779</link><guid isPermaLink="true">https://community.m5stack.com/post/28779</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Thu, 03 Apr 2025 14:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 13:36:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> how your initial boot screen looks like? in terminal.</p>
]]></description><link>https://community.m5stack.com/post/28778</link><guid isPermaLink="true">https://community.m5stack.com/post/28778</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 13:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 12:32:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5596">@robski</a></p>
<p dir="auto">I tried it on Putty via USB.<br />
Result is the same. It cannot add the user.</p>
]]></description><link>https://community.m5stack.com/post/28777</link><guid isPermaLink="true">https://community.m5stack.com/post/28777</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Thu, 03 Apr 2025 12:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 12:08:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> can you try putty via usb?</p>
]]></description><link>https://community.m5stack.com/post/28775</link><guid isPermaLink="true">https://community.m5stack.com/post/28775</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 12:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 11:40:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5596">@robski</a></p>
<p dir="auto">I tried the command as below result.<br />
My IP: 192.168.1.55<br />
Password: root</p>
<h1>ssh <a href="mailto:root@192.168.1.55" target="_blank" rel="noopener noreferrer nofollow ugc">root@192.168.1.55</a></h1>
<p dir="auto"><a href="mailto:root@192.168.1.55" target="_blank" rel="noopener noreferrer nofollow ugc">root@192.168.1.55</a>'s password:</p>
<h1>sudo adduser good</h1>
<p dir="auto">-sh: sudo: not found</p>
<h1></h1>
]]></description><link>https://community.m5stack.com/post/28774</link><guid isPermaLink="true">https://community.m5stack.com/post/28774</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Thu, 03 Apr 2025 11:40:28 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 10:47:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> have you enabled ssh in config?</p>
]]></description><link>https://community.m5stack.com/post/28773</link><guid isPermaLink="true">https://community.m5stack.com/post/28773</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 10:47:38 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 10:39:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5596">@robski</a></p>
<p dir="auto">I tried to add the user as below result.</p>
<h1>sudo adduser good</h1>
<p dir="auto">-sh: sudo: not found</p>
<h1></h1>
]]></description><link>https://community.m5stack.com/post/28772</link><guid isPermaLink="true">https://community.m5stack.com/post/28772</guid><dc:creator><![CDATA[MCU1536]]></dc:creator><pubDate>Thu, 03 Apr 2025 10:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to CoreMP135 install UiFlow2 on Thu, 03 Apr 2025 10:30:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/145968">@MCU1536</a> have you added new user?</p>
]]></description><link>https://community.m5stack.com/post/28771</link><guid isPermaLink="true">https://community.m5stack.com/post/28771</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 03 Apr 2025 10:30:53 GMT</pubDate></item></channel></rss>