<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://napan.ca/ghpsdr3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=F6ehp</id>
	<title>Ghpsdr3 SDR project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://napan.ca/ghpsdr3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=F6ehp"/>
	<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php/Special:Contributions/F6ehp"/>
	<updated>2026-04-08T23:43:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=729</id>
		<title>Odroid</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=729"/>
		<updated>2013-06-08T17:23:25Z</updated>

		<summary type="html">&lt;p&gt;F6ehp: /* A procedure for newbies to build their own Odroid system or to download ready to work images for -X or -U2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Odroid Wiki =&lt;br /&gt;
&lt;br /&gt;
[http://odroid.us/mediawiki/index.php?title=Main_Page#Tutorials Tutorials about kernel rebuild and step-by-step Ubuntu SD Card Setup]&lt;br /&gt;
&lt;br /&gt;
= How to install on U2 a custom built stable kernel =&lt;br /&gt;
&lt;br /&gt;
Alas till today (2013, Jan 7) the official images for X2 and U2, as found on the HardKernel site, suffer from a fatal flaw that locks the whole system under heavy ethernet load.&lt;br /&gt;
&lt;br /&gt;
Several users signaled the issue ( [http://odroid.foros-phpbb.com/t2086-u2-running-ubuntu-last-image-freezes-repeatedly-under-heavy-load see this thread] ).&lt;br /&gt;
&lt;br /&gt;
The Hardkernel guys are actively investigating the problem; in the meanwhile a forum user (zehome) developed a patch of kernel config and provided on his web site a package for a new kernel that fixes the above problem.&lt;br /&gt;
&lt;br /&gt;
The install procedure is as follows:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 wget http://odroid.zehome.com/odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 tar xzf odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 cd odroidu2_ed_kernel_rel3 &amp;amp;&amp;amp; ./install.sh&lt;br /&gt;
&lt;br /&gt;
 sha1sum: b3e86718f69b9801097819a7250876cd0053b9cd  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 md5sum: ba0088cb23e0be5a11012cd4acf3c844  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
&lt;br /&gt;
= How to compile Qt5 =&lt;br /&gt;
&lt;br /&gt;
In order to compile Qt5, is mandatory to start from a clean system, especially if you are using a 8 GB SD card.&lt;br /&gt;
Moreover, you have to install the mesa packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mesa-utils mesa-common-dev libgl1-mesa-dev x11proto-xext-dev libxrender-dev&lt;br /&gt;
&lt;br /&gt;
missing this step, the build will fail on unknown OpenGL symbols, &#039;&#039;&#039;even if the OpenGL build has been explicitly disabled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Append to ~/.bashrc the following lines:&lt;br /&gt;
&lt;br /&gt;
 export CPPFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CXXFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
&lt;br /&gt;
[https://bugs.launchpad.net/gcc-linaro/+bug/924726 See the bug #924726]&lt;br /&gt;
&lt;br /&gt;
Clone the base repository:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 git clone git://gitorious.org/qt/qt5.git qt5&lt;br /&gt;
&lt;br /&gt;
this is only a template repository, it is almost empty, we need to download the whole code using the initialization script&lt;br /&gt;
&lt;br /&gt;
 cd qt5&lt;br /&gt;
 perl init-repository --no-webkit&lt;br /&gt;
&lt;br /&gt;
Next we have to configure, avoiding to compile examples and test programs, in order to shorten the build time:&lt;br /&gt;
&lt;br /&gt;
 ./configure -developer-build -opensource -nomake examples -nomake tests -no-pch  -qt-xcb&lt;br /&gt;
 &#039;&#039;&#039;make -j8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the build ends successfully, there is no need to install the package, it is enough use includes and libraries as found in ~/qt5/qtbase directory.&lt;br /&gt;
&lt;br /&gt;
 export PATH=~/qt5/qtbase/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
[http://qt-project.org/wiki/Building_Qt_5_from_Git Building Qt 5 from Git on Qt Project web site]&lt;br /&gt;
&lt;br /&gt;
= Forcing all CPU&#039;s active =&lt;br /&gt;
&lt;br /&gt;
 echo performance &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= HardKernel documentation on ODROID X and Q =&lt;br /&gt;
&lt;br /&gt;
[http://dev.odroid.com/projects/odroid-xq/  Can be found here.]&lt;br /&gt;
&lt;br /&gt;
= A procedure for newbies to build their own Odroid system or to download ready to work images for -X or -U2 =&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/ODROID-U2_install-2.txt /  See my notes on how to build here.]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/note-odroid-x-v_ehp.txt /  See my notes on how to run an already built image here.]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/odroid-X_image_v4-std_15GB.img.tar.gz / Download the image file for the -X or -X2 card]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/odroid-U2_image_v2-std_15GB.img.tar.gz / Download the image file for the -U2 card]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/remote.html#sdcard/  See my complete page here.]&lt;/div&gt;</summary>
		<author><name>F6ehp</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=728</id>
		<title>Odroid</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=728"/>
		<updated>2013-06-08T10:22:44Z</updated>

		<summary type="html">&lt;p&gt;F6ehp: /* A procedure for newbies to build their own Odroid system */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Odroid Wiki =&lt;br /&gt;
&lt;br /&gt;
[http://odroid.us/mediawiki/index.php?title=Main_Page#Tutorials Tutorials about kernel rebuild and step-by-step Ubuntu SD Card Setup]&lt;br /&gt;
&lt;br /&gt;
= How to install on U2 a custom built stable kernel =&lt;br /&gt;
&lt;br /&gt;
Alas till today (2013, Jan 7) the official images for X2 and U2, as found on the HardKernel site, suffer from a fatal flaw that locks the whole system under heavy ethernet load.&lt;br /&gt;
&lt;br /&gt;
Several users signaled the issue ( [http://odroid.foros-phpbb.com/t2086-u2-running-ubuntu-last-image-freezes-repeatedly-under-heavy-load see this thread] ).&lt;br /&gt;
&lt;br /&gt;
The Hardkernel guys are actively investigating the problem; in the meanwhile a forum user (zehome) developed a patch of kernel config and provided on his web site a package for a new kernel that fixes the above problem.&lt;br /&gt;
&lt;br /&gt;
The install procedure is as follows:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 wget http://odroid.zehome.com/odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 tar xzf odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 cd odroidu2_ed_kernel_rel3 &amp;amp;&amp;amp; ./install.sh&lt;br /&gt;
&lt;br /&gt;
 sha1sum: b3e86718f69b9801097819a7250876cd0053b9cd  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 md5sum: ba0088cb23e0be5a11012cd4acf3c844  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
&lt;br /&gt;
= How to compile Qt5 =&lt;br /&gt;
&lt;br /&gt;
In order to compile Qt5, is mandatory to start from a clean system, especially if you are using a 8 GB SD card.&lt;br /&gt;
Moreover, you have to install the mesa packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mesa-utils mesa-common-dev libgl1-mesa-dev x11proto-xext-dev libxrender-dev&lt;br /&gt;
&lt;br /&gt;
missing this step, the build will fail on unknown OpenGL symbols, &#039;&#039;&#039;even if the OpenGL build has been explicitly disabled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Append to ~/.bashrc the following lines:&lt;br /&gt;
&lt;br /&gt;
 export CPPFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CXXFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
&lt;br /&gt;
[https://bugs.launchpad.net/gcc-linaro/+bug/924726 See the bug #924726]&lt;br /&gt;
&lt;br /&gt;
Clone the base repository:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 git clone git://gitorious.org/qt/qt5.git qt5&lt;br /&gt;
&lt;br /&gt;
this is only a template repository, it is almost empty, we need to download the whole code using the initialization script&lt;br /&gt;
&lt;br /&gt;
 cd qt5&lt;br /&gt;
 perl init-repository --no-webkit&lt;br /&gt;
&lt;br /&gt;
Next we have to configure, avoiding to compile examples and test programs, in order to shorten the build time:&lt;br /&gt;
&lt;br /&gt;
 ./configure -developer-build -opensource -nomake examples -nomake tests -no-pch  -qt-xcb&lt;br /&gt;
 &#039;&#039;&#039;make -j8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the build ends successfully, there is no need to install the package, it is enough use includes and libraries as found in ~/qt5/qtbase directory.&lt;br /&gt;
&lt;br /&gt;
 export PATH=~/qt5/qtbase/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
[http://qt-project.org/wiki/Building_Qt_5_from_Git Building Qt 5 from Git on Qt Project web site]&lt;br /&gt;
&lt;br /&gt;
= Forcing all CPU&#039;s active =&lt;br /&gt;
&lt;br /&gt;
 echo performance &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= HardKernel documentation on ODROID X and Q =&lt;br /&gt;
&lt;br /&gt;
[http://dev.odroid.com/projects/odroid-xq/  Can be found here.]&lt;br /&gt;
&lt;br /&gt;
= A procedure for newbies to build their own Odroid system or to download ready to work images for -X or -U2 =&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/ODROID-U2_install-2.txt /  See my notes on how to build here.]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/note-odroid-x-v_ehp.txt /  See my notes on how to run an already built image here.]&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/remote.html#sdcard/  See my complete page here.]&lt;/div&gt;</summary>
		<author><name>F6ehp</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=727</id>
		<title>Odroid</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=727"/>
		<updated>2013-05-27T12:33:11Z</updated>

		<summary type="html">&lt;p&gt;F6ehp: /* A procedure for newbies to build their own Odroid system */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Odroid Wiki =&lt;br /&gt;
&lt;br /&gt;
[http://odroid.us/mediawiki/index.php?title=Main_Page#Tutorials Tutorials about kernel rebuild and step-by-step Ubuntu SD Card Setup]&lt;br /&gt;
&lt;br /&gt;
= How to install on U2 a custom built stable kernel =&lt;br /&gt;
&lt;br /&gt;
Alas till today (2013, Jan 7) the official images for X2 and U2, as found on the HardKernel site, suffer from a fatal flaw that locks the whole system under heavy ethernet load.&lt;br /&gt;
&lt;br /&gt;
Several users signaled the issue ( [http://odroid.foros-phpbb.com/t2086-u2-running-ubuntu-last-image-freezes-repeatedly-under-heavy-load see this thread] ).&lt;br /&gt;
&lt;br /&gt;
The Hardkernel guys are actively investigating the problem; in the meanwhile a forum user (zehome) developed a patch of kernel config and provided on his web site a package for a new kernel that fixes the above problem.&lt;br /&gt;
&lt;br /&gt;
The install procedure is as follows:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 wget http://odroid.zehome.com/odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 tar xzf odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 cd odroidu2_ed_kernel_rel3 &amp;amp;&amp;amp; ./install.sh&lt;br /&gt;
&lt;br /&gt;
 sha1sum: b3e86718f69b9801097819a7250876cd0053b9cd  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 md5sum: ba0088cb23e0be5a11012cd4acf3c844  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
&lt;br /&gt;
= How to compile Qt5 =&lt;br /&gt;
&lt;br /&gt;
In order to compile Qt5, is mandatory to start from a clean system, especially if you are using a 8 GB SD card.&lt;br /&gt;
Moreover, you have to install the mesa packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mesa-utils mesa-common-dev libgl1-mesa-dev x11proto-xext-dev libxrender-dev&lt;br /&gt;
&lt;br /&gt;
missing this step, the build will fail on unknown OpenGL symbols, &#039;&#039;&#039;even if the OpenGL build has been explicitly disabled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Append to ~/.bashrc the following lines:&lt;br /&gt;
&lt;br /&gt;
 export CPPFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CXXFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
&lt;br /&gt;
[https://bugs.launchpad.net/gcc-linaro/+bug/924726 See the bug #924726]&lt;br /&gt;
&lt;br /&gt;
Clone the base repository:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 git clone git://gitorious.org/qt/qt5.git qt5&lt;br /&gt;
&lt;br /&gt;
this is only a template repository, it is almost empty, we need to download the whole code using the initialization script&lt;br /&gt;
&lt;br /&gt;
 cd qt5&lt;br /&gt;
 perl init-repository --no-webkit&lt;br /&gt;
&lt;br /&gt;
Next we have to configure, avoiding to compile examples and test programs, in order to shorten the build time:&lt;br /&gt;
&lt;br /&gt;
 ./configure -developer-build -opensource -nomake examples -nomake tests -no-pch  -qt-xcb&lt;br /&gt;
 &#039;&#039;&#039;make -j8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the build ends successfully, there is no need to install the package, it is enough use includes and libraries as found in ~/qt5/qtbase directory.&lt;br /&gt;
&lt;br /&gt;
 export PATH=~/qt5/qtbase/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
[http://qt-project.org/wiki/Building_Qt_5_from_Git Building Qt 5 from Git on Qt Project web site]&lt;br /&gt;
&lt;br /&gt;
= Forcing all CPU&#039;s active =&lt;br /&gt;
&lt;br /&gt;
 echo performance &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= HardKernel documentation on ODROID X and Q =&lt;br /&gt;
&lt;br /&gt;
[http://dev.odroid.com/projects/odroid-xq/  Can be found here.]&lt;br /&gt;
&lt;br /&gt;
= A procedure for newbies to build their own Odroid system =&lt;br /&gt;
&lt;br /&gt;
http://www.lbp.fr/ham/Odroid-x/ODROID-U2_install-2.txt&lt;/div&gt;</summary>
		<author><name>F6ehp</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=726</id>
		<title>Odroid</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Odroid&amp;diff=726"/>
		<updated>2013-05-27T12:31:45Z</updated>

		<summary type="html">&lt;p&gt;F6ehp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Odroid Wiki =&lt;br /&gt;
&lt;br /&gt;
[http://odroid.us/mediawiki/index.php?title=Main_Page#Tutorials Tutorials about kernel rebuild and step-by-step Ubuntu SD Card Setup]&lt;br /&gt;
&lt;br /&gt;
= How to install on U2 a custom built stable kernel =&lt;br /&gt;
&lt;br /&gt;
Alas till today (2013, Jan 7) the official images for X2 and U2, as found on the HardKernel site, suffer from a fatal flaw that locks the whole system under heavy ethernet load.&lt;br /&gt;
&lt;br /&gt;
Several users signaled the issue ( [http://odroid.foros-phpbb.com/t2086-u2-running-ubuntu-last-image-freezes-repeatedly-under-heavy-load see this thread] ).&lt;br /&gt;
&lt;br /&gt;
The Hardkernel guys are actively investigating the problem; in the meanwhile a forum user (zehome) developed a patch of kernel config and provided on his web site a package for a new kernel that fixes the above problem.&lt;br /&gt;
&lt;br /&gt;
The install procedure is as follows:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 wget http://odroid.zehome.com/odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 tar xzf odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 cd odroidu2_ed_kernel_rel3 &amp;amp;&amp;amp; ./install.sh&lt;br /&gt;
&lt;br /&gt;
 sha1sum: b3e86718f69b9801097819a7250876cd0053b9cd  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
 md5sum: ba0088cb23e0be5a11012cd4acf3c844  odroidu2_ed_kernel_rel3.tar.gz&lt;br /&gt;
&lt;br /&gt;
= How to compile Qt5 =&lt;br /&gt;
&lt;br /&gt;
In order to compile Qt5, is mandatory to start from a clean system, especially if you are using a 8 GB SD card.&lt;br /&gt;
Moreover, you have to install the mesa packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mesa-utils mesa-common-dev libgl1-mesa-dev x11proto-xext-dev libxrender-dev&lt;br /&gt;
&lt;br /&gt;
missing this step, the build will fail on unknown OpenGL symbols, &#039;&#039;&#039;even if the OpenGL build has been explicitly disabled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Append to ~/.bashrc the following lines:&lt;br /&gt;
&lt;br /&gt;
 export CPPFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CXXFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
 export CFLAGS=&#039;-O2 -fPIC&#039;&lt;br /&gt;
&lt;br /&gt;
[https://bugs.launchpad.net/gcc-linaro/+bug/924726 See the bug #924726]&lt;br /&gt;
&lt;br /&gt;
Clone the base repository:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 git clone git://gitorious.org/qt/qt5.git qt5&lt;br /&gt;
&lt;br /&gt;
this is only a template repository, it is almost empty, we need to download the whole code using the initialization script&lt;br /&gt;
&lt;br /&gt;
 cd qt5&lt;br /&gt;
 perl init-repository --no-webkit&lt;br /&gt;
&lt;br /&gt;
Next we have to configure, avoiding to compile examples and test programs, in order to shorten the build time:&lt;br /&gt;
&lt;br /&gt;
 ./configure -developer-build -opensource -nomake examples -nomake tests -no-pch  -qt-xcb&lt;br /&gt;
 &#039;&#039;&#039;make -j8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the build ends successfully, there is no need to install the package, it is enough use includes and libraries as found in ~/qt5/qtbase directory.&lt;br /&gt;
&lt;br /&gt;
 export PATH=~/qt5/qtbase/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
[http://qt-project.org/wiki/Building_Qt_5_from_Git Building Qt 5 from Git on Qt Project web site]&lt;br /&gt;
&lt;br /&gt;
= Forcing all CPU&#039;s active =&lt;br /&gt;
&lt;br /&gt;
 echo performance &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= HardKernel documentation on ODROID X and Q =&lt;br /&gt;
&lt;br /&gt;
[http://dev.odroid.com/projects/odroid-xq/  Can be found here.]&lt;br /&gt;
&lt;br /&gt;
= A procedure for newbies to build their own Odroid system =&lt;br /&gt;
&lt;br /&gt;
[http://www.lbp.fr/ham/Odroid-x/ODROID-U2_install-2.txt/ download the note ]&lt;/div&gt;</summary>
		<author><name>F6ehp</name></author>
	</entry>
</feed>