mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-17 12:48:49 +01:00
Updated Create DevTerm R01 OS image from scratch (markdown)
parent
19d588c326
commit
ed2d7a037d
@ -404,4 +404,17 @@ to shrink the disk size to be like 8G or less to fit your sd card
|
|||||||
then dd it into sd card
|
then dd it into sd card
|
||||||
|
|
||||||
|
|
||||||
|
# Compiling other stuff
|
||||||
|
|
||||||
|
## WiringPI
|
||||||
|
```
|
||||||
|
git clone https://github.com/clockworkpi/DevTerm.git
|
||||||
|
wget https://github.com/WiringPi/WiringPi/archive/refs/tags/final_official_2.50.tar.gz
|
||||||
|
tar zxvf final_official_2.50.tar.gz
|
||||||
|
cd WiringPi-final_official_2.50/
|
||||||
|
cp ../DevTerm/Code/patch/d1/wiringCP0325.patch .
|
||||||
|
git apply wiringCP0325.patch
|
||||||
|
./build
|
||||||
|
#Choice: 2
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user