Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 25-05-2014, 17:57   #196
Registered User
 
sbfreddie's Avatar

Join Date: Mar 2012
Location: Southern Texas, Port Isabel
Boat: I Wish
Posts: 175
Images: 1
Send a message via Skype™ to sbfreddie
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by stu3284 View Post
Nope, enabling it just cause the screen to have a big grey block on. It seems to run fine without it enabled and I can move freely around the charts. I have the charts on the ssd. Quilting is still enabled.

I am having problems getting the VDR plugin to work. I've put it in the directory users/lib/opencpn but it doesn't show up in the plugins list to enable it. ???? Log says file or directory does not exist.

I also think I need to get a better power supply as the whole thing just switches itself off now and again now and again and then won't boot up. If I unplug the keyboard it'll reboot then i have to plug the keyboard in. If only I can find my PSP power supply
Regards
Stu
Stu:
Don't feel bad about the OpenGL problem, I have not been able to get mine to work either, even though I know that all the OpenGL stuff is already installed on this Distribution. Did you move the Mesa stuff out of the way? Does es2gears give you about ~370 FPS? Does glmark2-es2 give you a final score of around 178?
Even though I know the OpenGL stuff is installed properly I still have not been able to get glxgears to give more than about 48 FPS. However after several days searching around the Net I have found that glxgears only works on OpenGL and not OpenGL GLESv1 (or v2).
So I am stuck in the same place you are.

Don't know what to tell you about VDR plugin as I have not installed any plugins yet.

If you are using a 120VAC wall wort for your power supply I would recommend using this one from Monoprice (its 4.2A output):

4 Port USB Wall Charger 4.2A for Apple and Android - Black - Monoprice.com

I have been using these for more than a year and not had any problems at all.

If you are using 12VDC (On the Boat) as the input voltage, I would try this one:
Mini DC-DC Buck Converter Step-Down Power Module Output 0.8V-20V
or this one:
LM2596 DC-DC Buck Converter Step-Down Power Module Output 1.25V-35V
I have been using these on my Wandboard Quad with no problem. The Wandboard Quad uses about 4-10 Watts whereas the Cubie uses about 3-6 Watts.

Thanks,
Freddie
sbfreddie is offline   Reply With Quote
Old 25-05-2014, 23:33   #197
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by stu3284 View Post
Nope, enabling it just cause the screen to have a big grey block on. It seems to run fine without it enabled and I can move freely around the charts. I have the charts on the ssd. Quilting is still enabled.
That is because you are using the wrong opengl libraries.

Quote:

I am having problems getting the VDR plugin to work. I've put it in the directory users/lib/opencpn but it doesn't show up in the plugins list to enable it. ???? Log says file or directory does not exist.
And you compiled this plugin from source?

Quote:
Originally Posted by sbfreddie View Post
Stu:
Don't feel bad about the OpenGL problem, I have not been able to get mine to work either, even though I know that all the OpenGL stuff is already installed on this Distribution. Did you move the Mesa stuff out of the way? Does es2gears give you about ~370 FPS? Does glmark2-es2 give you a final score of around 178?
Even though I know the OpenGL stuff is installed properly I still have not been able to get glxgears to give more than about 48 FPS. However after several days searching around the Net I have found that glxgears only works on OpenGL and not OpenGL GLESv1 (or v2).
So I am stuck in the same place you are.
Keep in mind, that I am running glxgears on top of glshim which uses openglesv1. glshim provides an opengl library which sits on top of openglesv. Once this works, then you can use it with other programs including opencpn to get accelerated opengl using the openglesv1 library.
seandepagnier is offline   Reply With Quote
Old 26-05-2014, 00:37   #198
Registered User

Join Date: Mar 2014
Location: Tyne and Wear
Boat: Westerly Tempest
Posts: 15
Re: OpenCPN Runs on Embedded ARM

Cheers Freddie, After searching through every junk box in the house including the ones in the loft, my Sony PSP power supply turned up about 1 foot away from my arm on the window sill. Not had any problems with the CT since. As for 12v, I'll be looking at something like what you suggested. As for moving the Mesa stuff, is that the 3D stuff. If it is I haven't touched it.

Quote:
Originally Posted by boat_alexandra View Post
That is because you are using the wrong opengl libraries.
Hi Sean, I'm flying blind with this as I just started using Linux the other day. I'll have a look today and try and work it out.

Quote:
Originally Posted by boat_alexandra View Post
And you compiled this plugin from source?
I just copied it to the user/lib/opencpn directory as it said in the Plugin instructions. On running idconfig it says' its for a different machine. I'll have a look after I finsihed typing this.

Quote:
Originally Posted by boat_alexandra View Post
Keep in mind, that I am running glxgears on top of glshim which uses openglesv1. glshim provides an opengl library which sits on top of openglesv. Once this works, then you can use it with other programs including opencpn to get accelerated opengl using the openglesv1 library.
I do have a team of top scientists working on this. Myself who hasn't a clue and the wife who has a phd in supplying tea. Can I just build the space shuttle? Over to you Freddie.

Enabling the opengl and the its now looking ok on a static screen but I can't drag the charts around smoothly due to the massive 'stuttering' for want of a better word. Scroll zoom is fierce but using a light touch its indeed workable.

Kind regards

Stu

PS Its easier getting permission of my wife than Linux
stu3284 is offline   Reply With Quote
Old 26-05-2014, 00:44   #199
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,734
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by stu3284 View Post


I just copied it to the user/lib/opencpn directory as it said in the Plugin instructions. On running idconfig it says' its for a different machine. I'll have a look after I finsihed typing this.

Stu
Stu,

the plug-ins from the OpenCPN site are compiled for Intel platforms.
For your ARM you need a different binary, that's what Sean is saying:
compiling the source for your target - same as OpenCPN itself.

Hubert
bcn is offline   Reply With Quote
Old 26-05-2014, 01:22   #200
Registered User

Join Date: Mar 2014
Location: Tyne and Wear
Boat: Westerly Tempest
Posts: 15
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by bcn View Post
Stu,

the plug-ins from the OpenCPN site are compiled for Intel platforms.
For your ARM you need a different binary, that's what Sean is saying:
compiling the source for your target - same as OpenCPN itself.

Hubert
Hi Hubert,
Bear with me here !!! So the libvdr_i386_pi16_v03_pi.so file I downloaded for ubantu from the VDR plugins bit needs compiling? I'm definitely lost here. Am I right in thinking that I need the source code for the plugin and then have to compile it on my cubietruck for it to run?

Kind regards

Stu
stu3284 is offline   Reply With Quote
Old 26-05-2014, 01:47   #201
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,734
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by stu3284 View Post
Hi Hubert,
Bear with me here !!! So the libvdr_i386_pi16_v03_pi.so file I downloaded for ubantu from the VDR plugins bit needs compiling? I'm definitely lost here. Am I right in thinking that I need the source code for the plugin and then have to compile it on my cubietruck for it to run?

Kind regards

Stu
Yes, Sir, that's the way.
Adventure is adventure.
We will go the way together, it seems to me.
We are on an OLIMEX A20, that's a very similar device to the Cubies.

Hubert
bcn is offline   Reply With Quote
Old 27-05-2014, 18:58   #202
Registered User

Join Date: May 2014
Posts: 8
Re: OpenCPN Runs on Embedded ARM

I have been trying to get glshim working on the cubieboard2 using a stock Cubian image on an SD card, following the instructions from earlier in the thread. But I am running into a problem when I try to test glxgears using glshim instead of the stock gl library.

Here is my latest attempt (edited to highlight the error):

Code:
cubie@Cubian:~/git$ git clone https://github.com/seandepagnier/glshim.git
cubie@Cubian:~/git$ cd glshim/
cubie@Cubian:~/git/glshim$ cmake .
cubie@Cubian:~/git/glshim$ make GL
cubie@Cubian:~/git/glshim$ sudo cp lib/libGL.so.1 /usr/lib
cubie@Cubian:~/git/glshim$ glxgears
227 frames in 5.0 seconds = 45.313 FPS
231 frames in 5.0 seconds = 46.116 FPS
228 frames in 5.0 seconds = 45.488 FPS
^C
cubie@Cubian:~/git/glshim$ LD_LIBRARY_PATH=/usr/lib glxgears
libGL: built on May 28 2014 01:37:27
libGL: warning, gles is NULL
Segmentation fault
cubie@Cubian:~/git/glshim$
I feel like I am missing something obvious, but not sure exactly what is causing this issue. Any thoughts? I appreciate any help you can provide.





FYI here is the full build log:

Code:
cubie@Cubian:~$ cd git
cubie@Cubian:~/git$ git clone https://github.com/seandepagnier/glshim.git
Cloning into 'glshim'...
remote: Counting objects: 3460, done.
remote: Compressing objects: 100% (1447/1447), done.
remote: Total 3460 (delta 1950), reused 3460 (delta 1950)
Receiving objects: 100% (3460/3460), 3.04 MiB | 976 KiB/s, done.
Resolving deltas: 100% (1950/1950), done.
cubie@Cubian:~/git$ cd glshim/
cubie@Cubian:~/git/glshim$ cmake .
-- The C compiler identification is GNU 4.6.3
-- The CXX compiler identification is GNU 4.6.3
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cubie/git/glshim
cubie@Cubian:~/git/glshim$ make GL
Scanning dependencies of target GL
[  5%] Building C object src/CMakeFiles/GL.dir/gl/line.c.o
[ 11%] Building C object src/CMakeFiles/GL.dir/gl/math/eval.c.o
[ 16%] Building C object src/CMakeFiles/GL.dir/gl/texgen.c.o
[ 22%] Building C object src/CMakeFiles/GL.dir/gl/raster.c.o
[ 27%] Building C object src/CMakeFiles/GL.dir/gl/stack.c.o
[ 33%] Building C object src/CMakeFiles/GL.dir/gl/texture.c.o
[ 38%] Building C object src/CMakeFiles/GL.dir/gl/eval.c.o
[ 44%] Building C object src/CMakeFiles/GL.dir/gl/light.c.o
[ 50%] Building C object src/CMakeFiles/GL.dir/gl/pixel.c.o
[ 55%] Building C object src/CMakeFiles/GL.dir/gl/list.c.o
[ 61%] Building C object src/CMakeFiles/GL.dir/gl/array.c.o
[ 66%] Building C object src/CMakeFiles/GL.dir/gl/wrap/glstub.c.o
[ 72%] Building C object src/CMakeFiles/GL.dir/gl/wrap/gles2.c.o
[ 77%] Building C object src/CMakeFiles/GL.dir/gl/wrap/gles.c.o
[ 83%] Building C object src/CMakeFiles/GL.dir/gl/wrap/gl.c.o
[ 88%] Building C object src/CMakeFiles/GL.dir/gl/gl.c.o
[ 94%] Building C object src/CMakeFiles/GL.dir/glx/glx.c.o
[100%] Building C object src/CMakeFiles/GL.dir/glx/lookup.c.o
Linking C shared library ../lib/libGL.so.1
[100%] Built target GL
cubie@Cubian:~/git/glshim$ sudo cp lib/libGL.so.1 /usr/lib
[sudo] password for cubie: 
cubie@Cubian:~/git/glshim$ glxgears
227 frames in 5.0 seconds = 45.313 FPS
231 frames in 5.0 seconds = 46.116 FPS
228 frames in 5.0 seconds = 45.488 FPS
^C
cubie@Cubian:~/git/glshim$ LD_LIBRARY_PATH=/usr/lib glxgears
libGL: built on May 28 2014 01:37:27
libGL: warning, gles is NULL
Segmentation fault
cubie@Cubian:~/git/glshim$
owlhead is offline   Reply With Quote
Old 27-05-2014, 22:31   #203
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Runs on Embedded ARM

Maybe try copying to /usr/lib/libGL.so (right now you made a file in /usr/lib/libGL.so.1) or make a symlink from /usr/lib/libGL.so -> /usr/lib/libGL.so.1

Maybe try building glxgears and glxinfo from source.
You may need to use the debugger to find where the segmentation fault occurs to fix it, but I was able to run on my cubie truck without crashing.
seandepagnier is offline   Reply With Quote
Old 27-05-2014, 23:43   #204
Registered User

Join Date: May 2014
Posts: 8
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by boat_alexandra View Post
Maybe try copying to /usr/lib/libGL.so (right now you made a file in /usr/lib/libGL.so.1) or make a symlink from /usr/lib/libGL.so -> /usr/lib/libGL.so.1

Maybe try building glxgears and glxinfo from source.
You may need to use the debugger to find where the segmentation fault occurs to fix it, but I was able to run on my cubie truck without crashing.
Thanks, this got me looking in the right direction. It appears that the source code in
Code:
/src/gl/gl.h
was looking for the gles library in a specific location, but the file name for that library is different on my Cubian system. The upstream git repository had an updated version of the header file, which contains a different mechanism for locating that library: I put that version of the file into your forked repository, and glshim compiled and glxgears ran without error. I'm now getting about 220 fps out of glxgears when pointed at glshim versus the stock opengl library. Quite a nice boost.
owlhead is offline   Reply With Quote
Old 28-05-2014, 00:14   #205
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by owlhead View Post
Thanks, this got me looking in the right direction. It appears that the source code in
Code:
/src/gl/gl.h
was looking for the gles library in a specific location, but the file name for that library is different on my Cubian system. The upstream git repository had an updated version of the header file, which contains a different mechanism for locating that library: I put that version of the file into your forked repository, and glshim compiled and glxgears ran without error. I'm now getting about 220 fps out of glxgears when pointed at glshim versus the stock opengl library. Quite a nice boost.
How strange.

Anyway... now that glxgears is working, how about opencpn? Be sure it detects opengles when running cmake. Although glshim basically implements opengl on top of opengles.. in a few areas it does not, and in some places it cheats, and some extensions are different. For this reason opencpn has special code for these cases.
seandepagnier is offline   Reply With Quote
Old 28-05-2014, 04:34   #206
Registered User

Join Date: May 2014
Posts: 8
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by boat_alexandra View Post
How strange.

Anyway... now that glxgears is working, how about opencpn? Be sure it detects opengles when running cmake. Although glshim basically implements opengl on top of opengles.. in a few areas it does not, and in some places it cheats, and some extensions are different. For this reason opencpn has special code for these cases.
I hope to have some time later today to build opencpn. I'll make sure to keep an eye on the cmake output to ensure it picks-up the opengles libraries.
owlhead is offline   Reply With Quote
Old 28-05-2014, 05:02   #207
Registered User

Join Date: Mar 2014
Location: Tyne and Wear
Boat: Westerly Tempest
Posts: 15
Re: OpenCPN Runs on Embedded ARM

I updated my (git pull) opencpn yesterday and being useless at Linux, I can't remember if it was cmake or make but in the teminal it said opengl and a load of libraries after it but nothing after the opengles. Don't know if this is any help.
stu3284 is offline   Reply With Quote
Old 28-05-2014, 05:36   #208
Registered User

Join Date: Mar 2014
Location: Tyne and Wear
Boat: Westerly Tempest
Posts: 15
Re: OpenCPN Runs on Embedded ARM

It was during cmake.

Quote:
-- Found OpenGL...
-- Lib: /usr/lib/arm-linux-gnueabihf/libGLU.so/usr/lib/arm-linux-gnueabihf/libGL.so/usr/lib/arm-linux-gnueabihf/libSM.so/usr/lib/arm-linux-gnueabihf/libICE.so/usr/lib/arm-linux-gnueabihf/libX11.so/usr/lib/arm-linux-gnueabihf/libXext.so
-- Include: /usr/include
-- Found OpenGLESv2
-- Found wxWidgets...
-- -L/usr/lib/arm-linux-gnueabihf...................................
stu3284 is offline   Reply With Quote
Old 28-05-2014, 11:58   #209
Registered User

Join Date: May 2014
Posts: 8
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by boat_alexandra View Post
Anyway... now that glxgears is working, how about opencpn?
opencpn picked up the opengles libraries during cmake and i was able to build it successfully. I can definitely see a significant difference in performance when using the opengles libraries. The largest performance issue at this point seems to be the relative-slowness of the SD card that I am running Cubian from, so I am curious to see what happened when i am able to move the rootfs to an SSD drive.
owlhead is offline   Reply With Quote
Old 28-05-2014, 18:56   #210
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Runs on Embedded ARM

Quote:
Originally Posted by owlhead View Post
opencpn picked up the opengles libraries during cmake and i was able to build it successfully. I can definitely see a significant difference in performance when using the opengles libraries. The largest performance issue at this point seems to be the relative-slowness of the SD card that I am running Cubian from, so I am curious to see what happened when i am able to move the rootfs to an SSD drive.

Also, try enabling texture compression and texture compression caching (both opengl options), then rebuilt the chart database. This should significantly speedup raster charts and reduce memory usage, and make it work well even from an sd card.
seandepagnier is offline   Reply With Quote
Reply

Tags
opencpn

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open CPN and Google Earth bgrimwade OpenCPN 19 09-12-2011 15:32
OpenCPN Version 2.5 Release bdbcat OpenCPN 86 02-09-2011 18:14
OpenCPN Stops Running BobLarkin OpenCPN 2 30-08-2011 23:38
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31

Advertise Here


All times are GMT -7. The time now is 16:33.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.