<div dir="ltr">Thank you!<div><br></div><div>I&#39;m going to try it right now!</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-25 5:05 GMT-07:00 JoseMaria Cañas Plaza <span dir="ltr">&lt;<a href="mailto:josemaria.plaza@gmail.com" target="_blank">josemaria.plaza@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Andrés,<br><br></div><div>notes from Rocapal&#39;s experience installing JdeRobot in the MK802-IV, take a look at the last item &#39;install jderobot&#39;:<br><br>-----------------------------------------------<br>** Rikomagic MK802 IV 8GB Quad Core Android TV<br>- Important. Arch 32bit ARM<br>- <a href="http://www.pccomponentes.com/rikomagic_mk802_iv_8gb_quad_core_android_tv.html" target="_blank">http://www.pccomponentes.com/rikomagic_mk802_iv_8gb_quad_core_android_tv.html</a><br><br>**Install Ubuntu<br>- Download rkflashkit for linux and make a backup of every partitions of MK802<br><a href="http://i0.wp.com/raspberryparatorpes.net/wp-content/uploads/2013/08/PICUNTU-L02.png?fit=624%2C9999" target="_blank">http://i0.wp.com/raspberryparatorpes.net/wp-content/uploads/2013/08/PICUNTU-L02.png?fit=624%2C9999</a><br>- Download driver for windows: <a href="http://www.rikomagic.com/en/download/download_22_1.html" target="_blank">http://www.rikomagic.com/en/download/download_22_1.html</a><br>- Exec and install driver: IV-AP 131017/Batch tool+driver1 v 1.7/driver/DriverInstall.exe<br>- Download every files (Loader, params, boot, kernel and system) from<br><a href="https://plus.google.com/109451178006683865932/posts/765xvHJGWm6" target="_blank">https://plus.google.com/109451178006683865932/posts/765xvHJGWm6</a><br>- Download RKAndroidTool 1.37: <a href="ftp://redmine.jderobot.org/MK802/RKAndroidToolv1.37.7z" target="_blank">ftp://redmine.jderobot.org/MK802/RKAndroidToolv1.37.7z</a><br>- username: linuxium - password: p<br>Links:<br>- <a href="https://plus.google.com/109451178006683865932/posts/765xvHJGWm6" target="_blank">https://plus.google.com/109451178006683865932/posts/765xvHJGWm6</a><br>- <a href="https://plus.google.com/109451178006683865932/posts/Edr7cbWFit4" target="_blank">https://plus.google.com/109451178006683865932/posts/Edr7cbWFit4</a><br>- <a href="http://www.enezeta.com/zapateces/2013/tutorial-como-actualizar-el-firmware-del-rikomagic-mk802-iv/" target="_blank">http://www.enezeta.com/zapateces/2013/tutorial-como-actualizar-el-firmware-del-rikomagic-mk802-iv/</a><br>- <a href="https://github.com/linuxerwang/rkflashkit" target="_blank">https://github.com/linuxerwang/rkflashkit</a><br>-<br><a href="http://www.freaktab.com/showthread.php?7209-Now-available-Ubuntu-Lubuntu-or-Xubuntu-on-the-latest-MK802IV-or-T428&amp;#38;p=1" target="_blank">http://www.freaktab.com/showthread.php?7209-Now-available-Ubuntu-Lubuntu-or-Xubuntu-on-the-latest-MK802IV-or-T428&amp;#38;p=1</a><br>0233&amp;#38;viewfull=1#post100233<br>- Resize a linux image file: <a href="http://www.techpository.com/?page_id=1142" target="_blank">http://www.techpository.com/?page_id=1142</a><br><br><br>** Install openNi2 and Nite2<br>- Standar package installation. Install both packages: gcc-multilib libsfstdc++6<br>- Download: Compile Openni2 fom GIT. There is a problem in the compilation, you have to add some CFLAGS ( -marm<br>-mthumb-interwork -mfloat-abi=hard ) in the following files:<br>Android.mk<br>OPENNI2_CFLAGS += -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mtune=cortex-a9 -mfpu=vfp<br>ThirdParty/PSCommon/BuildSystem/Platform.Arm<br>CFLAGS += -march=armv7-a -mtune=cortex-a9 -mfpu=neon -marm -mthumb-interwork -mfloat-abi=hard #-mcpu=cortex-a8<br>More info: <a href="http://stackoverflow.com/questions/9753749/arm-compilation-error-vpf-registered-used-by-executable-not-object-file" target="_blank">http://stackoverflow.com/questions/9753749/arm-compilation-error-vpf-registered-used-by-executable-not-object-file</a> *<br>Nite2 has not support for ARM architecture<br><br><br>** Install Jderobot<br>- No problems. Install every pacakges jderobot needs.<br></div><div>- Just we need a change in /usr/include/IceUtil/Config.h<br># Line 35<br>// #if !defined(ICE_LITTLE_ENDIAN) &amp;&amp; !defined(ICE_BIG_ENDIAN)* &lt;- COMMENT THIS LINE<br>#if defined(__i386) || defined(_M_IX86) || defined(__x86_64) || \<br>defined(_M_X64) || defined(_M_IA64) || defined(__alpha__) || \<br>defined(__MIPSEL__) || (defined(__BYTE_ORDER) &amp;&amp; (__BYTE_ORDER == __LITTLE_ENDIAN))<br># define ICE_LITTLE_ENDIAN<br>#elif defined(__sparc) || defined(__sparc__) || defined(__hppa)<br>|| \<br>defined(__ppc__) || defined(__powerpc) || defined(_ARCH_COM) ||<br>\<br>defined(__MIPSEB__) || (defined(__BYTE_ORDER) &amp;&amp; (__BYTE_ORDER == __BIG_ENDIAN))<br>2015-03-25<br>1/2# define ICE_BIG_ENDIAN<br>#else<br># define ICE_LITTLE_ENDIAN<br>&lt;- ADD THIS LINE<br>//# error &quot;Unknown architecture&quot; &lt;- COMMENT THIS LINE<br>#endif<br>//#endif<br>&lt;- COMMENT THIS LINE<br><br>--------------------------------------------<br><br></div>JoseMaria<br><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 25, 2015 at 12:48 PM, Andrés J Hernández Escobar <span dir="ltr">&lt;<a href="mailto:andresjhe@gmail.com" target="_blank">andresjhe@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi everyone!<div><br></div><div>I&#39;m trying to install Jderobot on a MK802IV which has an ARM processor. I&#39;m having problems with ICE3.4 (I have installed Ubuntu 12.04 on it). Has someone installed Jderobot on it or an ARM?</div><div><br></div><div>My current problem is when I&#39;m compiling Jderobot, ICE posts this error when compiling interfaces:</div><div><br></div><div>&quot;</div><div><span style="color:rgba(0,0,0,0.8);font-family:&#39;Roboto Slab&#39;,&#39;Times New Roman&#39;,serif;font-size:14px;line-height:19px;white-space:pre-wrap">/usr/include/IceUtil/Config.h:45:5: error: #error &quot;Unknown architecture&quot;</span><br></div><div>&quot;</div><div>I check that file and it describes the architecture and the order of bytes (big or little endian). But it doesn&#39;t describes ARM architecture.</div><div>I have also written on ICE forums in case they also help me.</div><div><br></div><div>Thank you</div></div>
<br></div></div>_______________________________________________<br>
Jde-developers mailing list<br>
<a href="mailto:Jde-developers@gsyc.es" target="_blank">Jde-developers@gsyc.es</a><br>
<a href="http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers" target="_blank">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div><div dir="ltr"><div><div>Universidad Rey Juan Carlos<br></div></div><a href="http://gsyc.urjc.es/jmplaza" target="_blank">http://gsyc.urjc.es/jmplaza</a><br></div></div>
</font></span></div>
</blockquote></div><br></div>