kopia lustrzana https://github.com/cariboulabs/cariboulite
211e5a3ff2
modem spi freq 4MHz |
||
---|---|---|
.. | ||
udev | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
bcm2835_smi.h | ||
install.sh | ||
smi_module_tester.c | ||
smi_stream_dev.c | ||
smi_stream_dev.h | ||
smi_stream_dev_old.c |
README.md
SMI Stream Driver
SMI streaming async module. Previously located under the userspace driver 'caribou_smi' and was integrated into it. Currently an autonomous driver to be loaded by the kernel in runtime. The driver replaces the legacy broadcom SMI driver.
Installation
Use ../install.sh
to start the installation sequence:
- Update kernel headers - this kernel driver needs to be "updated" on each kernel update done on the system. This means that the
install.sh
should be run again. This part in the sequence required internet connectivity. - Create the build directory, and build the kernel module.
- Installing the ko.xz file into the
/ilb/modules
directory +depmod
- TBD
Installing UDEV Rules
// The artifacts - TBD