Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:gpio-bb [2022/08/01 15:31]
darron [Build]
projects:gpio-bb [2023/11/05 16:20] (current)
darron [Armbian]
Line 39: Line 39:
 </code> </code>
  
 +=== Armbian ===
 +
 +==BPI==
 +
 +<code>
 +apt install linux-headers-current-sunxi
 +hg clone http://hg.kewl.org/pub/gpio-bb
 +cd gpio-bb
 +make
 +make install
 +</code>
  
 === Configuration === === Configuration ===