diff --git a/Create-DevTerm-R01-OS-image-from-scratch.md b/Create-DevTerm-R01-OS-image-from-scratch.md index 4b4d7e7..01619b7 100644 --- a/Create-DevTerm-R01-OS-image-from-scratch.md +++ b/Create-DevTerm-R01-OS-image-from-scratch.md @@ -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 +# 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 + +``` \ No newline at end of file