Jump to content
Not connected, Your IP: 3.237.186.170
Sign in to follow this  
gladde

Howto build eddie-cli for ARMv6?

Recommended Posts

I want to use the eddie-cli client on a raspberry pi zero, but the download for eddie-cli linux arm potable is built for ARMv7 (Raspberry Pi 2 3 3+).

 

Therefore I got the code from GitHub and followed the guide to build the code. But it seems it doesn't try to build the ARM versions of eddy-cli.

 

Can anyone explain how I could build the ARM version of eddie-cli?

 

Thanks!

Share this post


Link to post

Well I have solved this problem myself 

 

I first installed mono on the raspberry pi zero:

sudo apt-get install mono-complete

Then I downloaded the linux ARMv7 portable mono cli client (eddie-cli_2.16.3_linux_armhf_mono.tar.gz)

 

I removed the ARMv7 executables and replaced them with the ARMv6 versions. Getting the ARMv6 versions with apt-get:

sudo apt-get install openvpn stunnel 

I also removed the start executable "eddie-cli" and added "eddie-cli.sh" bash script:

#!/bin/bash
mono Eddie-CLI.exe "$@"
 

The only difference is that you need to use "eddie-cli.sh". But it works!

 

Here you can download the file with all "patched" eddie-cli_2.16.3_linux_armv6_mono.tar.gz

 

If you would like to autostart the client when your raspberry pi starts you can setup a service to do so. It is described in this post https://airvpn.org/topic/26171-running-eddie-as-a-service-on-a-raspberry-pi-osmc/

 

Cheers,

Gladde

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...