<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Linux Ubuntu</title>
    <description>Linux Ubuntu</description>
    <pubDate>Mon, 18 May 2026 00:07:12 +0000</pubDate>
    <lastBuildDate>Mon, 18 May 2026 00:07:12 +0000</lastBuildDate>
    <generator>UDOO Forum</generator>
    <link>http://www.udoo.org/forum/forums/linux-ubuntu.17/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://www.udoo.org/forum/forums/linux-ubuntu.17/index.rss"/>
    <item>
      <title>Problem: no /dev/serial/by-id</title>
      <pubDate>Thu, 06 Jun 2024 15:15:09 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/problem-no-dev-serial-by-id.38541/</link>
      <guid>http://www.udoo.org/forum/threads/problem-no-dev-serial-by-id.38541/</guid>
      <author>invalid@example.com (Carlon180)</author>
      <dc:creator>Carlon180</dc:creator>
      <content:encoded><![CDATA[This problem affects my UdooQuad, using on a 3d printer with a RADDS (a shield to build a 3d printer): typing &quot;ls /dev/serial/by-id&quot;, OdooUbuntu 18.04 write me a &quot;no such file or directory&quot; error... It is like this directory - but also &quot;/dev/serial/by-path - is not generated and populated.<br />
This information is crucial for Klipper (I need to know how is nominated Arduino Due USB port, that is the MCU of my printer).<br />
I know it is a problem typical of Debian, but all the solutions I found don`t...<br />
<br />
<a href="http://www.udoo.org/forum/threads/problem-no-dev-serial-by-id.38541/" class="internalLink">Problem: no /dev/serial/by-id</a>]]></content:encoded>
    </item>
    <item>
      <title>Devicee tree overlays without editor</title>
      <pubDate>Wed, 05 May 2021 00:55:44 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/devicee-tree-overlays-without-editor.6848/</link>
      <guid>http://www.udoo.org/forum/threads/devicee-tree-overlays-without-editor.6848/</guid>
      <author>invalid@example.com (bremenpl)</author>
      <dc:creator>bremenpl</dc:creator>
      <content:encoded><![CDATA[Hello there,<br />
I am using minimal ubuntu on the NEO platform. In the documentation I have found the device tree editor: <a href="http://www.udoo.org/docs-neo/Cookbook_Linux/Device_Tree_Editor.html" class="internalLink">http://www.udoo.org/docs-neo/Cookbook_Linux/Device_Tree_Editor.html</a><br />
Also in the /boot/dts/ directory I can find some compilled dts files. For full they are:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
-rwxr-xr-x 1 root root 47563 Jan 24 10:28 imx6sx-udoo-neo-full.dtb
-rwxr-xr-x 1 root root 48824 Jan 24 10:28 imx6sx-udoo-neo-full-hdmi.dtb
-rwxr-xr-x 1 root root 49476 Jan 24 10:28...</pre>
</div><a href="http://www.udoo.org/forum/threads/devicee-tree-overlays-without-editor.6848/" class="internalLink">Devicee tree overlays without editor</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>micro SD doesn't boot</title>
      <pubDate>Fri, 05 Feb 2021 18:09:52 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/micro-sd-doesnt-boot.32776/</link>
      <guid>http://www.udoo.org/forum/threads/micro-sd-doesnt-boot.32776/</guid>
      <author>invalid@example.com (maugan)</author>
      <dc:creator>maugan</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I try to use Udoobuntu as OS in a UDOO neo board to use it as an Arduino. I try a day long to boot the OS without success. I have always a green led light on and the red led light off.<br />
<br />
I used many different way to create bootable micro sd card :<br />
<br />
on linux Ubuntu by commande line and with Etcher.<br />
on Windows 7 with Win32Diskimager<br />
(I followed the tuto on udooneo/docs)<br />
<br />
I used many different USB cables to link the udoo neo to my computer and I try on 2 different micro sd card (16GB and...<br />
<br />
<a href="http://www.udoo.org/forum/threads/micro-sd-doesnt-boot.32776/" class="internalLink">micro SD doesn&#039;t boot</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>DHCP server setup issues</title>
      <pubDate>Thu, 14 Jan 2021 13:12:10 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/dhcp-server-setup-issues.17769/</link>
      <guid>http://www.udoo.org/forum/threads/dhcp-server-setup-issues.17769/</guid>
      <author>invalid@example.com (TAC)</author>
      <dc:creator>TAC</dc:creator>
      <content:encoded><![CDATA[Trying to setup isc-dhcp-server on UDOO Neo.<br />
<br />
I&#039;ve setup the following files<br />
<br />
<span style="font-size: 18px">/etc/dhcp/dhcpd.conf:</span><br />
<br />
<span style="font-family: 'Arial'"><span style="font-size: 12px">default-lease-time 86400;<br />
max-lease-time 8640000;<br />
log-facility local7;<br />
<br />
subnet 192.168.7.0 netmask 255.255.255.252 {<br />
   option routers       192.168.7.2;<br />
   option subnet-mask   255.255.255.252;<br />
   range 192.168.7.1   192.168.7.1;<br />
}<br />
<br />
subnet 192.168.100.0 netmask 255.255.255.0 {<br />
   option routers       192.168.100.1;<br />
   option subnet-mask...</span></span><br />
<br />
<a href="http://www.udoo.org/forum/threads/dhcp-server-setup-issues.17769/" class="internalLink">DHCP server setup issues</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>How to activate SPDIF in/out with UDOObuntu2 RC1 on Quad</title>
      <pubDate>Mon, 19 Nov 2018 08:49:49 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/how-to-activate-spdif-in-out-with-udoobuntu2-rc1-on-quad.3385/</link>
      <guid>http://www.udoo.org/forum/threads/how-to-activate-spdif-in-out-with-udoobuntu2-rc1-on-quad.3385/</guid>
      <author>invalid@example.com (udoo4music)</author>
      <dc:creator>udoo4music</dc:creator>
      <content:encoded><![CDATA[I hoped getting an easy way to activate SPDIF in/out on my Udoo Quad with UDOObuntu 2. But I cannot find the option in the new tool &quot;Device Tree Editor&quot; and also cannot find some hint to do it another way (e.g. editing device tree manually?).<br />
Could anyone help please.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Teamviewer 4 Udoo</title>
      <pubDate>Tue, 21 Aug 2018 04:56:00 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/teamviewer-4-udoo.809/</link>
      <guid>http://www.udoo.org/forum/threads/teamviewer-4-udoo.809/</guid>
      <author>invalid@example.com (Poldo)</author>
      <dc:creator>Poldo</dc:creator>
      <content:encoded><![CDATA[Hello UDOOers,<br />
I have some problems with HDMI and I&#039;m looking for a temporary solution.<br />
My idea is to install Teamviewer on UDOO and control it from my PC.<br />
I&#039;m pretty new on Linux, someone cal help me ?<br />
<br />
Thanks<br />
Poldo]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Need support "How to enable power Curie Power" after running "Unbutu"</title>
      <pubDate>Tue, 05 Jun 2018 21:56:52 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/need-support-how-to-enable-power-curie-power-after-running-unbutu.15100/</link>
      <guid>http://www.udoo.org/forum/threads/need-support-how-to-enable-power-curie-power-after-running-unbutu.15100/</guid>
      <author>invalid@example.com (Jose Peres)</author>
      <dc:creator>Jose Peres</dc:creator>
      <content:encoded><![CDATA[My system Udoo is great running &quot;Unbutu&quot;.<br />
Due a test with Arduino the system lose power just for Arduino-Curie. Unbutu and<br />
all other function are great!<br />
I read from Udoo_x86 manual that exist in chapter 4.5 Power menu on &#039;Menu item&#039;<br />
&quot;Curie Power Managemente&quot; a way to enable the power. My problem is how to this?<br />
Thanks for your time.<br />
Rgs.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Upgrading arduino ide too 1.8.5</title>
      <pubDate>Thu, 10 May 2018 20:02:53 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/upgrading-arduino-ide-too-1-8-5.14259/</link>
      <guid>http://www.udoo.org/forum/threads/upgrading-arduino-ide-too-1-8-5.14259/</guid>
      <author>invalid@example.com (Exinferis)</author>
      <dc:creator>Exinferis</dc:creator>
      <content:encoded><![CDATA[So i needed to upgrade my IDE for newest version of firmware on my 3d printer. And a lot of problems started. And i dont really know linux well enough to fix it <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /><br />
<br />
An error occurred while uploading the sketch<br />
/home/udooer/.arduino15/packages/arduino/tools/bossac/1.6.1-arduino/bossac: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20&#039; not found (required by /home/udooer/.arduino15/packages/arduino/tools/bossac/1.6.1-arduino/bossac)<br />
<br />
This might be very easy, might be i need...<br />
<br />
<a href="http://www.udoo.org/forum/threads/upgrading-arduino-ide-too-1-8-5.14259/" class="internalLink">Upgrading arduino ide too 1.8.5</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Udoobuntu 2.2.0 missing ipv6 iptables</title>
      <pubDate>Fri, 02 Feb 2018 16:29:10 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/udoobuntu-2-2-0-missing-ipv6-iptables.10798/</link>
      <guid>http://www.udoo.org/forum/threads/udoobuntu-2-2-0-missing-ipv6-iptables.10798/</guid>
      <author>invalid@example.com (fireblade)</author>
      <dc:creator>fireblade</dc:creator>
      <content:encoded><![CDATA[was trying to configure ufw on a UdooNeo running UDOObuntu 2.2.0<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre> sudo ufw allow to any app openssh</pre>
</div>and got<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>ERROR: initcaps
[Errno 2] modprobe: FATAL: Module ip6_tables not found.
ip6tables v1.4.21: can't initialize ip6tables table `filter': No chain/target/match by that name
Perhaps ip6tables or your kernel needs to be upgraded.
</pre>
</div>so tried<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>sudo ip6tables -L</pre>
</div>and got<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>modprobe: FATAL: Module ip6_tables not found.
ip6tables v1.4.21: can't...</pre>
</div><a href="http://www.udoo.org/forum/threads/udoobuntu-2-2-0-missing-ipv6-iptables.10798/" class="internalLink">Udoobuntu 2.2.0 missing ipv6 iptables</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to test the emmc(usdhc2) diver and pwm backlight driver?</title>
      <pubDate>Sat, 30 Dec 2017 08:55:01 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/how-to-test-the-emmc-usdhc2-diver-and-pwm-backlight-driver.10192/</link>
      <guid>http://www.udoo.org/forum/threads/how-to-test-the-emmc-usdhc2-diver-and-pwm-backlight-driver.10192/</guid>
      <author>invalid@example.com (vinothkumar)</author>
      <dc:creator>vinothkumar</dc:creator>
      <content:encoded><![CDATA[Dear All,<br />
<br />
<br />
<br />
I integrate the <b>EMMC Driver(USDHC2) </b>and <b> PWM Backlight Driver </b><br />
<br />
I want to test the <b>EMMC Driver(USDHC2)</b>, <b>PWM Backlight</b> <b>Driver</b> and I want to check the result.<br />
<br />
Please provide the user guide for <b>EMMC Driver(USDHC2)</b> and <b> PWM Backlight</b> <b>Driver</b>.<br />
<br />
<br />
<br />
<br />
<br />
Regards,<br />
<br />
VinothS]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Linux Real time</title>
      <pubDate>Tue, 12 Dec 2017 11:24:08 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/linux-real-time.118/</link>
      <guid>http://www.udoo.org/forum/threads/linux-real-time.118/</guid>
      <author>invalid@example.com (iCONiAN)</author>
      <dc:creator>iCONiAN</dc:creator>
      <content:encoded><![CDATA[Is it possible to have a distro like xenomai+ubuntu for this board? i think it would be very useful since the IO is accessible both from thesa3x and the iMX6...]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>How to use I2C in Udoo Quad</title>
      <pubDate>Sat, 11 Nov 2017 06:25:47 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/how-to-use-i2c-in-udoo-quad.9262/</link>
      <guid>http://www.udoo.org/forum/threads/how-to-use-i2c-in-udoo-quad.9262/</guid>
      <author>invalid@example.com (Raja)</author>
      <dc:creator>Raja</dc:creator>
      <content:encoded><![CDATA[Hello, <br />
I want to interface DS1307 to the udoo quad using Arduino. I have configured pins 20 and 21 for i2c1. <br />
Then how can use functions like start, stop, write, read and etc..., If you have any program please forward.<br />
Please help me. Thank you.]]></content:encoded>
    </item>
    <item>
      <title>How to run application automatically when UDOObuntu starts?</title>
      <pubDate>Fri, 13 Oct 2017 09:02:58 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/how-to-run-application-automatically-when-udoobuntu-starts.1628/</link>
      <guid>http://www.udoo.org/forum/threads/how-to-run-application-automatically-when-udoobuntu-starts.1628/</guid>
      <author>invalid@example.com (pho23)</author>
      <dc:creator>pho23</dc:creator>
      <content:encoded><![CDATA[Hi All,<br />
<br />
I&#039;m asking for your help to make an autorun of an application when UDOObuntu starts.<br />
<br />
Actually earlier it was easy to do on Linaro Ubuntu OS just adding a line in the end of /etc/rc.local script. But now it looks like UDOObuntu v.1 does not launching rc.local at all. Any thoughts?]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Read only Root FS UDOObuntu 2.1.4 Minimal</title>
      <pubDate>Tue, 10 Oct 2017 11:54:13 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/read-only-root-fs-udoobuntu-2-1-4-minimal.8473/</link>
      <guid>http://www.udoo.org/forum/threads/read-only-root-fs-udoobuntu-2-1-4-minimal.8473/</guid>
      <author>invalid@example.com (Gatsu)</author>
      <dc:creator>Gatsu</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I have to do a read only File System for my UDOO QUAD. For the moment I decided to use UDOObuntu 2.1.4 Minimal and try to make it rugged by doing a read only root FS.<br />
Is someone already did this? <br />
Do you know which RW mounts should be mount as tmpfs  ?<br />
Do you think I should use another Linux like Yocto or Buildroot instead Ubuntu minimal? <br />
<br />
For information, I will need to use Qt5 for GUI and Python. <br />
<br />
Regards]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Disabling CONFIG_CPU_FREQ</title>
      <pubDate>Thu, 24 Aug 2017 09:00:19 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/disabling-config_cpu_freq.7919/</link>
      <guid>http://www.udoo.org/forum/threads/disabling-config_cpu_freq.7919/</guid>
      <author>invalid@example.com (Mohamed_Atref)</author>
      <dc:creator>Mohamed_Atref</dc:creator>
      <content:encoded><![CDATA[Hello everyone,<br />
<br />
I&#039;m using UDOO linux kernel for UDOO IMX6Q board. I&#039;m trying to adopt Xenomai with it. Xenomai requires to disable some configuration variables such as CONFIG_CPU_FREQ, CONFIG_CPU_IDLE, etc.. There&#039;s no error in disabling any of them except for CONFIG_CPU_FREQ. It always produces several errors on trying to disable it as many used functions in the drivers files are defined within cpufreq folder. Is there anything that can be done to work around disabling it? for example, can...<br />
<br />
<a href="http://www.udoo.org/forum/threads/disabling-config_cpu_freq.7919/" class="internalLink">Disabling CONFIG_CPU_FREQ</a>]]></content:encoded>
    </item>
    <item>
      <title>Launch andromouse on startup</title>
      <pubDate>Sat, 19 Aug 2017 15:39:00 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/launch-andromouse-on-startup.7857/</link>
      <guid>http://www.udoo.org/forum/threads/launch-andromouse-on-startup.7857/</guid>
      <author>invalid@example.com (Clément)</author>
      <dc:creator>Clément</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I&#039;m trying to use my smartphone as a mouse/keyboard for my udoo X86<br />
<br />
I successfully installed this app <a href="http://andromouse.com/" target="_blank" class="externalLink" rel="nofollow">http://andromouse.com/</a> on my android and on the board. The problem is that I need a real keyboard and a mouse to launch the server app first. <br />
<br />
If I use a ssh connection, he doesn&#039;t find any X11 Display, which is understandable. What I would like to know is if it&#039;s possible to launch that jar file on startup, so I can use my smartphone as soon as I launch my...<br />
<br />
<a href="http://www.udoo.org/forum/threads/launch-andromouse-on-startup.7857/" class="internalLink">Launch andromouse on startup</a>]]></content:encoded>
    </item>
    <item>
      <title>/sensors directory lost on dist-upgrade</title>
      <pubDate>Sun, 28 May 2017 22:29:02 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/sensors-directory-lost-on-dist-upgrade.7194/</link>
      <guid>http://www.udoo.org/forum/threads/sensors-directory-lost-on-dist-upgrade.7194/</guid>
      <author>invalid@example.com (Vinay Jindal)</author>
      <dc:creator>Vinay Jindal</dc:creator>
      <content:encoded><![CDATA[Hi All, <br />
<br />
Board: Udo Neoo Full<br />
Sensor: Temperature Brick <br />
I upgraded Ubuntu image that was pre-installed using &#039;sudo apt dist-upgrade&#039; but after the upgrade, /sensors directory lost and I am not able to read any of the sensors data. <br />
<br />
Even the paths mentioned in <a href="https://www.udoo.org/docs-neo/Hardware_&amp;_Accessories/Bricks_snap_in_sensors.html" class="internalLink">https://www.udoo.org/docs-neo/Hardware_&amp;_Accessories/Bricks_snap_in_sensors.html</a><br />
do not exist: <br />
/sys/class/i2c-dev/i2c-1/device/1-0060/iio\:device0/in_temp_scale<br />
<br />
How to read sensors data after dist-upgrade ??<br />
<br />
Thanks,<br />
Vinay]]></content:encoded>
    </item>
    <item>
      <title>udoobuntu minimal fdisk segfault</title>
      <pubDate>Sun, 21 May 2017 19:59:36 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/udoobuntu-minimal-fdisk-segfault.7134/</link>
      <guid>http://www.udoo.org/forum/threads/udoobuntu-minimal-fdisk-segfault.7134/</guid>
      <author>invalid@example.com (sombunall)</author>
      <dc:creator>sombunall</dc:creator>
      <content:encoded><![CDATA[On the udoo quad with ubuntu minimal when I try to run fdisk it either gives me a segfault or it does something equally strange saying it &quot;cannot open /proc/paRtit)ons&quot; with that exact spelling. I have rebooted and seen this message before. It seems to randomly pick one or the other.<br />
<br />
I actually thought maybe I got hacked or something as it is a dedicated server and suggests about breasts ?! This is one of the strangest things I&#039;ve seen in technology in a while.<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
# uname -a
Linux udoo...</pre>
</div><a href="http://www.udoo.org/forum/threads/udoobuntu-minimal-fdisk-segfault.7134/" class="internalLink">udoobuntu minimal fdisk segfault</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>[TUTORIAL NEWBIE] How to set static ip in Ubuntu</title>
      <pubDate>Thu, 11 May 2017 23:26:17 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/tutorial-newbie-how-to-set-static-ip-in-ubuntu.651/</link>
      <guid>http://www.udoo.org/forum/threads/tutorial-newbie-how-to-set-static-ip-in-ubuntu.651/</guid>
      <author>invalid@example.com (fatpixellin)</author>
      <dc:creator>fatpixellin</dc:creator>
      <content:encoded><![CDATA[Hi, with this basic tutorial, i will show you, how set a static ip address in Ubuntu.<br />
<br />
To configure your Udoo board to use a static ip address assignment, we add the static method to the inet address family statement for the appropriate interface in the file /etc/network/interfaces.<br />
<br />
Confirm your network interface name using below command,normally it’s eth0.<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>ifconfig -a</pre>
</div>Open network configuration file use below command.<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>sudo nano /etc/network/interfaces</pre>
</div>Remove the...<br />
<br />
<a href="http://www.udoo.org/forum/threads/tutorial-newbie-how-to-set-static-ip-in-ubuntu.651/" class="internalLink">[TUTORIAL NEWBIE] How to set static ip in Ubuntu</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>mkudoobuntu and Hash Sum mismatch</title>
      <pubDate>Fri, 05 May 2017 15:13:51 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/mkudoobuntu-and-hash-sum-mismatch.6961/</link>
      <guid>http://www.udoo.org/forum/threads/mkudoobuntu-and-hash-sum-mismatch.6961/</guid>
      <author>invalid@example.com (Hooppon)</author>
      <dc:creator>Hooppon</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
I&#039;m trying to download source files using mkudoobuntu.sh but the script ends following error (check the attachment also):<br />
<br />
Command:<br />
sudo ./mkudoobuntu.sh udoo-neo desktop<br />
<br />
Error:<br />
<i>W: Failed to fetch gzip:/var/lib/apt/lists/partial/repository.udoo.org_dists_udoobuntu_main_binary-armhf_Packages  Hash Sum mismatch<br />
W: Failed to fetch gzip:/var/lib/apt/lists/partial/repository.udoo.org_extras_wyliodrin_dists_trusty_main_binary-armhf_Packages  Hash Sum mismatch<br />
E: Some index files failed to...</i><br />
<br />
<a href="http://www.udoo.org/forum/threads/mkudoobuntu-and-hash-sum-mismatch.6961/" class="internalLink">mkudoobuntu and Hash Sum mismatch</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
