/absminitowerkit

ABS mini tower kit 's driver and installation script.

Primary LanguageShellMIT LicenseMIT

absminitowerkit

ABS mini tower kit 's driver and installation script.

How to install

    1. Download the latest image from https://www.raspberrypi.com/software/
    1. Flash it to your TF Card with etcher tool, Download link: https://etcher.io/
    1. After flashing, insert the TF card back to Raspberry Pi card Slot.
    1. Power up your Raspberry Pi and make sure it can access internet.
    1. Update Repository and Upgrade packages.
sudo apt update 
sudo apt upgrade -y 
    1. Enable I2C on Raspberry Pi.
sudo raspi-config

Navigate to Interface Options -> I2C -> Enable -> Select YES.

    1. Clone Repository.
git clone https://github.com/geeekpi/absminitowerkit.git
    1. Install driver.
cd absminitowerkit/
sudo ./install.sh
    1. Reboot and have fun.
sudo sync
sudo reboot