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 24-06-2014, 07:16   #271
Registered User
 
it-slav's Avatar

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

Quote:
Originally Posted by jonasaberg View Post
I like the suitcase proto-build!
Which model of the On-Lap did you get? Is it bright enough?

/J
The case is bought at Clas Ohlson: Väska | Clas Ohlson

The screen: PRODUCT- Gechic Corporation

Probably not bright enough in direct sunlight, but the field test is next week

Approx 7-8 Watt

Regards
Peter Andersson
it-slav is offline   Reply With Quote
Old 24-06-2014, 08:51   #272
Registered User
 
it-slav's Avatar

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

Quote:
Originally Posted by boat_alexandra View Post
You should be using etc1 compression not fxt1. Should not be using depth buffer either, and the renderer string: "Software Rasterizer" is a big clue that you don't have hardware acceleration.
How about this:
Code:
15:13:56 UTC: OpenGL-> Renderer String: Mali-400 MP
15:13:56 UTC: OpenGL-> Texture rectangle format: de1
15:13:56 UTC: OpenGL-> Framebuffer Objects unavailable
15:13:56 UTC: OpenGL-> Using Stencil buffer clipping
15:13:56 UTC: OpenGL-> Using oes etc1 compression
15:13:56 UTC: OpenGL-> Compressed tile size: 128kb (6:1)
15:13:56 UTC: ChartDB Cache policy:  Max open chart limit is 20.
15:13:56 UTC: Loading chart db version: V018
Moving around at the raster chart is much faster, so I guess it is working.

An annoying bug: When enable dashboard plugin, the ocpnTollbarDialog are not visable after a restart of opencpn. I have only seen this on my cubietruck.
Reported it at: FS#1428 : Dashboard plugin, hide ocpnTollbarDialog

Regards
Peter

I found a bug that se
it-slav is offline   Reply With Quote
Old 26-06-2014, 03:34   #273
Registered User

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

I noticed the grib plugin is broken in several ways in opengl mode using gles. I'm working on a solution.
seandepagnier is offline   Reply With Quote
Old 26-06-2014, 05:33   #274
Registered User

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

I intend to support armhf (armv7) as an official target. This means debian packages for all the plugins. For armv6 (raspberry pi) you will still have to manually compile everything.

The installed packages use /usr instead of /usr/local, however you can still extract the tarballs to either location. I have begun to upload the packaged plugins for armhf to opencpnplugins | Free Science & Engineering software downloads at SourceForge.net so any feedback to verify these would be appreciated.

I am still working on grib and climatology as they have various bugs.
seandepagnier is offline   Reply With Quote
Old 26-06-2014, 05:40   #275
Registered User

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

Regarding watchdog plugin:
This from opencpn.log:
09:29:46 UTC: PlugInManager searching for PlugIns in location /usr/local/lib/opencpn
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so
09:29:46 UTC: Error: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so: cannot open shared object file: No such file or directory
09:29:46 UTC: PlugInManager: Cannot load library: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so: cannot open shared object file: No such file or directory
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libgrib_pi.so
09:29:46 UTC: /usr/local/lib/opencpn/libgrib_pi.so Version detected: 107
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libdashboard_pi.so
09:29:46 UTC: /usr/local/lib/opencpn/libdashboard_pi.so Version detected: 106

-so it's a little bizarre. I don't know if it could be a problem on the Trimslice but have you ever seen this before? I think the problem with the sound files is sure to have the same cause.
Andy
andydunlop is offline   Reply With Quote
Old 26-06-2014, 05:53   #276
Registered User

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

Quote:
Originally Posted by andydunlop View Post
Regarding watchdog plugin:
This from opencpn.log:
09:29:46 UTC: PlugInManager searching for PlugIns in location /usr/local/lib/opencpn
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so
09:29:46 UTC: Error: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so: cannot open shared object file: No such file or directory
09:29:46 UTC: PlugInManager: Cannot load library: /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so /usr/local/lib/opencpn/libwatchdog_i386_pi110_v11_pi.so: cannot open shared object file: No such file or directory
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libgrib_pi.so
09:29:46 UTC: /usr/local/lib/opencpn/libgrib_pi.so Version detected: 107
09:29:46 UTC: PlugInManager: Loading PlugIn: /usr/local/lib/opencpn/libdashboard_pi.so
09:29:46 UTC: /usr/local/lib/opencpn/libdashboard_pi.so Version detected: 106

-so it's a little bizarre. I don't know if it could be a problem on the Trimslice but have you ever seen this before? I think the problem with the sound files is sure to have the same cause.
Andy
Aha! I did a 'file' on them and discovered that I have downloaded the 80386 plugin which obviously does not like to run on the ARM. The other plugins are specifically for ARM. So can I get the source and compile it here?
andydunlop is offline   Reply With Quote
Old 26-06-2014, 05:56   #277
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 andydunlop View Post
Aha! I did a 'file' on them and discovered that I have downloaded the 80386 plugin which obviously does not like to run on the ARM. The other plugins are specifically for ARM. So can I get the source and compile it here?
You can pull the source from github, or it would be nice if you can test the packages I just uploaded for armhf (armv7) eg: opencpnplugins - Browse /watchdog_pi at SourceForge.net
seandepagnier is offline   Reply With Quote
Old 26-06-2014, 05:57   #278
bcn
Registered User

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

Quote:
Originally Posted by boat_alexandra View Post
I intend to support armhf (armv7) as an official target. This means debian packages for all the plugins. For armv6 (raspberry pi) you will still have to manually compile everything.
Sean,

great to hear. But this does only make sense with OpenGL support, doesn't it? And the postings here show that this is a quite stony path. Any idea how to make this easier?

Hubert
bcn is offline   Reply With Quote
Old 26-06-2014, 06:07   #279
Registered User

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

Yep, that did it - that solves the plugin issue, but now just to check out the sound problem.
andydunlop is offline   Reply With Quote
Old 26-06-2014, 06:09   #280
Registered User

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

Well I got the source from github already - next time I'll try your ARM one. Thanks a lot.
andydunlop is offline   Reply With Quote
Old 26-06-2014, 06:25   #281
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 bcn View Post
Sean,

great to hear. But this does only make sense with OpenGL support, doesn't it? And the postings here show that this is a quite stony path. Any idea how to make this easier?

Hubert
Once I fix the grib plugin I can post a deb package for the main application. It should work with and without opengl, although I get significantly better performance with opengl.
seandepagnier is offline   Reply With Quote
Old 26-06-2014, 06:29   #282
bcn
Registered User

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

3.3.1825 does work on the A20 (built & compiled locally) - and it works fine as the "AIS-server" here.
But panning or zooming are no fun with this unit without OpenGL.
bcn is offline   Reply With Quote
Old 26-06-2014, 21:39   #283
Registered User

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

I have uploaded arm packages, for many plugins as well as opencpn itself:

opencpnplugins - Browse Files at SourceForge.net

Please give feedback if you do try these.

Note, everything is installed in /usr instead of /usr/local (which is used by make install when building from source)
seandepagnier is offline   Reply With Quote
Old 09-07-2014, 04:26   #284
Registered User
 
it-slav's Avatar

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

Quote:
Originally Posted by it-slav View Post
The case is bought at Clas Ohlson: Väska | Clas Ohlson

The screen: PRODUCT- Gechic Corporation

Probably not bright enough in direct sunlight, but the field test is next week

Approx 7-8 Watt

Regards
Peter Andersson
The field test went very well. OpenCPN on my cubietruck worked very well during my week in the archipelago outside Stockholm, Sweden.

The only problem is that the monitor was more or less useless in direct sunlight. My homebuilt protective case made it even worse.

Kudos to the OpenCPN team for a great tool.

Regards
Peter
it-slav is offline   Reply With Quote
Old 15-07-2014, 10:56   #285
MAd
Registered User

Join Date: May 2014
Location: Germany
Boat: Vindoe 50SL, 35feet
Posts: 18
OpenCPN on ODROID U3

Hi everybody,
after installing OpenCPN with HW acceleration on a CB2 I recognized that it is still a bit slow with 1080p resolution, so I tried an ODROID U3 (Quadcore1.7 with 2GB RAM and MALI GPU). I managed to install everything by using the instructions for CB2 and setting some symbolic links in the lib folders to make sure OpenCPN uses the right libs. GLXGears states 1150fps and OpenCPN is indeed pretty fast with 1080p resolution. I've set the map cache to 256MB and compiled some bitmap cards from OpenSeaMap which work mostly fine. If someone is interested in the instructions how to set it up in detail, I can post them.
Regards,
Martin
MAd is offline   Reply With Quote
Reply

Tags
opencpn


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 00:06.


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.