Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.06 KB

Tapioca

Instructions

  1. Install raspbian on the pi
    • Download latest raspbian installation from raspberrypi.org
      • wget https://downloads.raspberrypi.org/raspbian_lite_latest
    • Flash it to the sdcard
      • unzip -p ./raspbian_lite_latest | sudo dd of=/dev/sdX bs=4M conv=fsync
  2. Put country code, wireless network SSID and preshared key into boot/wpa_supplicant.conf
  3. Copy all the boot directory into the raspberry pi boot partition
  4. Power it up and connect to it via ssh
  5. Update it and install git and other required packages
    • sudo touch /var/lib/dpkg/status && sudo apt update && sudo apt upgrade -y && sudo apt install -y git cmake libssl-dev libcurl4-openssl-dev
  6. Clone this repo into the raspberry
    • git clone --recurse-submodules https://github.com/Pithone/tapioca
  7. Compile tapioca software
    • cd tapioca
    • mkdir build
    • cd build
    • cmake ..
    • make
  8. Run tapioca software
    • ./tapioca

Credits

The author of the resetmatrix.py script is lucasParis