This commit is contained in:
Owen 2024-08-22 14:20:00 +00:00
parent 6996a4e0d4
commit 56dd077b3f
7 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# specific to this repo # specific to this repo
device-tree/dtspp/*.dts* device-tree/*/*.dts*
source/* source/*
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files

View File

@ -2,8 +2,8 @@
Each folder contains a `.dtb` file, which is the compiled device tree itself, plus a `.dts` with the original source and a `.gpio` file showing the GPIO pin mappings. Each folder contains a `.dtb` file, which is the compiled device tree itself, plus a `.dts` with the original source and a `.gpio` file showing the GPIO pin mappings.
## Generic ## Common
[The generic device tree I will use in my project, suitable for many occasions](./generic) [The common (generic) device tree I will use in my project, suitable for many occasions](./common)
* Has 2x UART (plus the console uart), 2x I2C. 1xSPI * Has 2x UART (plus the console uart), 2x I2C. 1xSPI
* 12 unassigned GPIO pins * 12 unassigned GPIO pins
@ -37,7 +37,7 @@ $ cd MQ-Pro-IO
``` ```
# Install the Device Tree # Install the Device Tree
Installing is, in principle, simple. Installing is, in principle, simple.
* Clone this repo on to the MQ pro and, as root, copy the desired `.dtb` file to the `/boot/dbts` folder. * Clone this repo on to the MQ pro and, as root, copy the desired `.dtb` file to the `/boot/dbts` folder.
* Then make a soft link in the root of the /boot folder named `dtb-mqpro` that points to the file you just copied. * Then make a soft link in the root of the /boot folder named `dtb-mqpro` that points to the file you just copied.
```console ```console

View File

@ -0,0 +1 @@
6.8.0-31-common.gpio

View File

@ -1 +0,0 @@
6.8.0-31-generic.gpio