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 14:09]
darron
projects:gpio-bb [2023/11/05 16:20] (current)
darron [Armbian]
Line 11: Line 11:
 This module is built out of kernel and depends on the header files and tools found locally or may be cross compiled. This module is built out of kernel and depends on the header files and tools found locally or may be cross compiled.
  
-For cross compilation, and example Makefile named cross-compile.mk is provided.+For cross compilation, an example Makefile named `cross-compile.mkis provided which should work for Raspberry PI OS as explained [[:tools:raspbian#kernel|here]].
  
-If the linux source directory was cross compiled and then copied to the target system to build the module, then a script is also provided to rebuild the kernel scripts.+If the linux source directory was cross compiled and then copied to the target system to build the module, `scripts.sh' is provided to rebuild certain kernel header scripts locally. This is needed because some scripts are actually binary files on the foreign architecture.
  
  
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 ===