Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:gpio-bb [2023/11/05 16:20] – [Raspberry Pi OS] darron | projects:gpio-bb [2024/05/16 10:54] (current) – [GPIO bit-bang driver for Linux] darron | ||
---|---|---|---|
Line 7: | Line 7: | ||
GPIO bit-bang is well suited to PICMicro ICSP but not exclusively. | GPIO bit-bang is well suited to PICMicro ICSP but not exclusively. | ||
+ | WARNING: The underlying kernel API this module uses may have been removed from your running kernel. | ||
=== Build === | === Build === | ||
Line 44: | Line 45: | ||
< | < | ||
- | apt install | + | apt install linux-headers-current-sunxi |
+ | hg clone http:// | ||
+ | cd gpio-bb | ||
make | make | ||
make install | make install |