mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2025-10-14 01:35:52 +01:00
common
This commit is contained in:
parent
6996a4e0d4
commit
56dd077b3f
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
1
precompiled-trees/common/README.md
Symbolic link
1
precompiled-trees/common/README.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
6.8.0-31-common.gpio
|
@ -1 +0,0 @@
|
|||||||
6.8.0-31-generic.gpio
|
|
Loading…
x
Reference in New Issue
Block a user