Coder Social home page Coder Social logo

k2exe-rpi-config's Introduction

K2EXE RPI config

I created these to improve upon some of the other raspberry pi installer scripts for ham radio. By using ansible we can create and describe desired states. The following tools are installed in a base installation.

  • Direwolf
  • Flamp
  • Flarq
  • Fldigi
  • Flmsg
  • Flrig
  • Flwrap
  • JS8call
  • Pat(winlink)
  • Piardop
  • RTL-SDR
  • TQSL
  • WSJT-X
  • Xastir

The following have ansible playbooks but are not included in the default playbook.yml

  • Ampr-ripd
  • Docker
  • Openwebrx (docker container)
  • RTC-ds-1307 (real time clock module)
  • Tinc (Onondaga County AMPRnet config)

Install

Open a terminal or ssh connection to your newly installed Raspberry Pi

When installing on a new pi I always remember to create an empty file called ssh to enable remote ssh login. Don't forget to change your password upon your first login to the pi.

My procedure: login via ssh sudo raspi-config do the following: change password for pi user setup hostname expand filesystem to fill sd card configure timezone configure wireless region

exit installer and reboot then log back and run the following to install this package

curl -o- -L https://git.io/JJuqZ | bash 

The installer script will install git and ansible which are both required for installation and updating of software on the pi.

I prefer to install on Raspberry Pi 4's with 4 GB of RAM. If you are using a different model of Pi or less RAM you will need to add a swap file in order to compile some of the software in this tool. I will leave that exercise to the end user but I may integrate a check and helper tool in the future if there is interest.

Once installed cd into the directory where k2exe-rpi-config was installed/home/pi/k2exe-rpi-config if you used the installer script.

You may then issue the following command to install the default setup:

ansible-playbook playbook.yml

If you want to install or update only 1 specific package you can use ansible tags to limit the scope of the run. Disclaimer a full run will take several hours to compile all of the software available.

ansible-playbook playbook.yml --tags fldigi

If you want to install an optional playbook run the following and select the appropriate folder.

ansible-playbook rtc-ds-1307/main.yml

k2exe-rpi-config's People

Contributors

skillfulhacking avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.