Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

CMX and Orange Pi Lite.

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
icnmfabro
Posts: 54
Joined: Wed 25 May 2016 2:18 pm
Weather Station: wh3080
Operating System: Raspian - Armbian and Windows
Location: Fabro
Contact:

CMX and Orange Pi Lite.

Post by icnmfabro »

Hi Steve .
I'm migrating CMX platform HW Raspberry Pi to Pi Lite Orange . I copied the CMX from the Raspberry Pi to Orange Pi Lite , created a "pi " user , since all permits and installed MONO 4.4.0.
Orange Pi Lite is installed ARMBIAN jessie debian linux for ARM .
but by performing the classic command boot gives me these errors :

root@orangepilite:/home/pi/CumulusMX# mono CumulusMX.exe -port 8998 -lang it-IT
Current culture: Italian (Italy)
Serial: F75E0958D5243D883DEBA5E97A6E0269
Cumulus MX v.3.0.0 build 3038
Today.ini = data/today.ini
Last update=2016-06-21T00:00:00
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
System.MissingMethodException: Method 'Mono.Unix.Native.Syscall.uname' not found.
at System.RuntimeType.InvokeMember (System.String name, BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) <0xb4b1f6e0 + 0x01208> in <filename unknown>:0
at System.Type.InvokeMember (System.String name, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Globalization.CultureInfo culture) <0xb4c1b168 + 0x0007b> in <filename unknown>:0
at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.String& release, System.String& machine) <0xb3aeace0 + 0x000cf> in <filename unknown>:0
at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.Version& release, System.String& machine) <0xb3aea8a0 + 0x00033> in <filename unknown>:0
at HidSharp.Platform.Linux.LinuxHidManager.get_IsSupported () <0xb3aea248 + 0x00047> in <filename unknown>:0
Not supported
Fine Offset station not found
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
21/06/2016 22:46:48
Type Ctrl-C to terminate

Any idea how to fix it ?
User avatar
steve
Cumulus Author
Posts: 26672
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: CMX and Orange Pi Lite.

Post by steve »

Did you install mono-complete? If so, it could be that Mono 4.4.0 won't work with MX and USB stations, some versions of Mono do not, for reasons currently unknown.

The missing method mentioned is in assembly Mono.Posix.dll
Steve
Megachip
Posts: 17
Joined: Thu 20 Dec 2012 4:33 pm
Weather Station: WS3080
Operating System: Windows 2003
Location: East-Germany

Re: CMX and Orange Pi Lite.

Post by Megachip »

steve wrote:Did you install mono-complete? If so, it could be that Mono 4.4.0 won't work with MX and USB stations, some versions of Mono do not, for reasons currently unknown.

The missing method mentioned is in assembly Mono.Posix.dll
Same on

Code: Select all

Linux alarmpi 4.4.15-1-ARCH #1 Tue Jul 12 20:28:44 MDT 2016 armv6l GNU/Linux
with

Code: Select all

mono 4.4.1.0-1
Sadly, there is no mono-complete on Arch Linux ARM.
But Mono.Posix.dll is included in the mono package.

Suggestions welcome ;)
icnmfabro
Posts: 54
Joined: Wed 25 May 2016 2:18 pm
Weather Station: wh3080
Operating System: Raspian - Armbian and Windows
Location: Fabro
Contact:

Re: CMX and Orange Pi Lite.

Post by icnmfabro »

I'm doing more testing ... but in theory I could make it work ... I ended the public test welcomes the steps to install CMX on Orange Pi and Linux ArmBian ...
Locked