<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tkteun</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tkteun"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Tkteun"/>
	<updated>2026-07-21T23:10:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=GuruPlug&amp;diff=27307</id>
		<title>GuruPlug</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=GuruPlug&amp;diff=27307"/>
		<updated>2011-03-24T02:08:07Z</updated>

		<summary type="html">&lt;p&gt;Tkteun: Due to the limited hardware capacities, the Guruplug only supports a Mini_installation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= About =&lt;br /&gt;
* 1.2 GHz operation&lt;br /&gt;
* L1 Cache: 16K Instruction + 16K Data&lt;br /&gt;
* L2 Cache: 256KB &lt;br /&gt;
* 512MB 16bit DDR2 @ 800MHz data rate&lt;br /&gt;
* 512MB NAND FLASH: 4Gb x8, direct boot&lt;br /&gt;
* 128-bit eFuse Memory&lt;br /&gt;
* 1x eSATA 2.0 port -3Gbps SATAII (+ Version), 2x USB 2.0, 1x Internal MicroSD Socket for Optional Kernel System, 1x External MicroSD Socket (+ Version)&lt;br /&gt;
* RTC w/Battery&lt;br /&gt;
* Linux Kernel 2.6.32&lt;br /&gt;
* Wi-Fi 802.11b/g, Bluetooth: 2.1 / EDR, U-SNAP I/O, 7x GPIOs for user application- 5 with 3.3V I/O, 2 with 1.8V I/O&lt;br /&gt;
= Standalone DCE compilation =&lt;br /&gt;
Due to the limited hardware capacities, the Guruplug only supports a [[Mini_installation]].&lt;br /&gt;
== Prerequsites ==&lt;br /&gt;
This installation guide assumes that you have installed the rootfs image from here: http://www.openplug.org/plugwiki/index.php/Reflashing_images_on_the_GuruPlug#Burn_the_Rootfs_image&lt;br /&gt;
=== NFS ===&lt;br /&gt;
I&#039;d recommend to compile on a NFS mount to save NAND write cycles:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install nfs-common&lt;br /&gt;
We then just mount /home from the DCERouter&lt;br /&gt;
 guruplug-debian:~# mount 192.168.80.1:/home /mnt/&lt;br /&gt;
 svc: failed to register lockdv1 RPC service (errno 97)&lt;br /&gt;
Just ignore the error message, we don&#039;t need lockdv1&lt;br /&gt;
=== SVN checkout ===&lt;br /&gt;
on the core do the svn checkout:&lt;br /&gt;
 mkdir -p /home/public/arm-guru&lt;br /&gt;
 cd /home/public/arm-guru&lt;br /&gt;
 svn co http://svn.linuxmce.org/svn/people/hari/mini/&lt;br /&gt;
=== build requirements ===&lt;br /&gt;
on the guruplug install:&lt;br /&gt;
 apt-get install build-essential g++ libmysqlclient15-dev libattr1-dev libxml2-dev&lt;br /&gt;
== Configuring the build ==&lt;br /&gt;
adjust the Makefile and make sure that the following settings are exported:&lt;br /&gt;
 export CPPFLAGS +=-I/usr/include/libxml2/ -I/usr/include/mysql -DMAEMO_NOKIA770&lt;br /&gt;
 export CFLAGS=-march=armv5te -mtune=arm926ej-s -Fno-strict-aliasing -msoft-float -D__GCC_FLOAT_NOT_NEEDED &lt;br /&gt;
 export LDFLAGS=-L/usr/lib/mysql&lt;br /&gt;
== building ==&lt;br /&gt;
run:&lt;br /&gt;
 make&lt;br /&gt;
be patient, takes some time&lt;br /&gt;
= Links =&lt;br /&gt;
http://www.globalscaletechnologies.com/t-guruplugdetails.aspx&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
* [http://1wt.eu/articles/guruplug-slow-heater/ Bad experience with GuruPlug]&lt;/div&gt;</summary>
		<author><name>Tkteun</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini_installation&amp;diff=27306</id>
		<title>Mini installation</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini_installation&amp;diff=27306"/>
		<updated>2011-03-24T02:06:21Z</updated>

		<summary type="html">&lt;p&gt;Tkteun: /* About */ The guruplug doesn&amp;#039;t have a 400mhz cpu with 64mb of ram&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= About =&lt;br /&gt;
* Standalone DCE installation (z-wave appliance)&lt;br /&gt;
* Hari&#039;s description statements from forum posts :&lt;br /&gt;
** i&#039;m running it on fedora and the guruplug&lt;br /&gt;
** used for standalone z-wave gateway and running on Guruplug with a low power ARM (armv5tel).&lt;br /&gt;
** it is the DCERouter, some plugins (like RPC, Datalogger), some devices (like Z-Wave, ...)...&lt;br /&gt;
** i use it on a guruplug as a z-wave appliance..&lt;br /&gt;
** Fedora 13 64bit binary packages are available here: http://www.linuxmce.org/standalone/f13/rpms/&lt;br /&gt;
&lt;br /&gt;
A recent database dump can be found here: http://svn.linuxmce.org/svn/people/hari/mini/dumps/pluto_main_updated.sql.bz2&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to run the (not yet packaged) installer from http://svn.linuxmce.org/svn/people/hari/mini/installer/&lt;br /&gt;
&lt;br /&gt;
= Binaries and forum explanation : =&lt;br /&gt;
&lt;br /&gt;
    * Fedora 12&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=10442.0&lt;br /&gt;
          o http://www.linuxmce.org/standalone/f12/rpms/ &lt;br /&gt;
    * Fedora 13&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=10696.0&lt;br /&gt;
          o http://www.linuxmce.org/standalone/f13/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related links =&lt;br /&gt;
&lt;br /&gt;
    * Forum&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=10430.0&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=10456.0&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=8333.0&lt;br /&gt;
          o http://forum.linuxmce.org/index.php?topic=10319.0&lt;br /&gt;
    * Wiki&lt;br /&gt;
          o http://wiki.linuxmce.org/index.php/GuruPlug&lt;br /&gt;
    * SVN:&lt;br /&gt;
          o http://svn.linuxmce.org/svn/people/hari/mini/&lt;/div&gt;</summary>
		<author><name>Tkteun</name></author>
	</entry>
</feed>