In this article we look at running Android on a Raspberry Pi, in particular we will look at Lineage and Android 8.1.0. We will look at another Android alternative in another article Basic Requirements Raspberry Pi 3 Model B or Raspberry Pi 3 Model B+…
Reference
-
-
Ubuntu is a very popular linux distro and I was pleased to see that there was a version available that was suitable for the Raspberry PI, so as a change instead of the usual Raspbian installation I thought that I would try this out. What…
-
Changing the name of your Pi is a pretty straightforward task. There are just two files that need to be changed to do this. First, edit the file /etc/hostname. You can do this by opening a Terminal window and typing the following command: Replace “raspberrypi”…
-
Handy if you lose the information Distribution | Username | Password —————|————|————- Debian Squeeze | pi | raspberry Arch | root | root QtonPi | root | rootme Raspbian | pi | raspberry OpenElec | root | openelec Pidora | root | raspberrypi RISC OS…
-
Raspberry PI A+, B+ and 2B GPIO J8 40-pin pinout. Raspberry PI Models A and B have only the first 26 pins. GPIO# 2nd func pin# pin# 2nd func GPIO# – +3V3 1 2 +5V – GPIO2 SDA1 (I2C) 3 4 +5V – GPIO3 SCL1…
-
File and directory command line Directories List directory: ls List directory (wildcard matching): ls *.txt List all files of type: find . -name “*.txt” -print Switch/toggle between dirs: cd – Make empty directory: mkdir sample-directory Remove empty directory: rmdir sample-directory Remove directory with all contents:…