Skip to content

An Ansible playbook to setup a 3.5" TFT LCD Touch Screen on Ubuntu 20.04 64-bit on RPI3B

License

Notifications You must be signed in to change notification settings

victorbrca/waveshare35-rpi3b-ubuntu-20.04-64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waveshare35-rpi3b-ubuntu-20.04-64

This Ansible playbook will configure your Raspberry Pi Model 3 B running Ubuntu Server 20.04 (64-bit) to work with a Waveshare 3.5inch RPi LCD (A).

Product Page

Other links:

Pre-install Notes

  • Make a backup of your Pi. I'm not responsible for any damage or files lost during the install process
  • Execute all steps as root

Instructions

a. Install ansible

# apt install ansible

b. Download the ansible repo to '/root'

# cd

# git clone "https://github.com/victorbrca/waveshare35-rpi3b-ubuntu-20.04-64.git"

c. Change into the project directory and run the Ansible playbook

# cd waveshare35-rpi3b-ubuntu-20.04-64

# ansible-playbook playbook.yaml

Note: The update/upgrade part of the install takes quite a while

# ansible-playbook playbook.yaml
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost
does not match 'all'

PLAY [localhost] ****************************************************************************************

TASK [Gathering Facts] **********************************************************************************
ok: [localhost]

TASK [packages : Running apt-get update and upgrade] ****************************************************

Reference:

About

An Ansible playbook to setup a 3.5" TFT LCD Touch Screen on Ubuntu 20.04 64-bit on RPI3B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published