Update README.md

bug_fixes_integration_tx
David Michaeli 2023-06-04 23:27:02 +03:00
rodzic 603d4664ca
commit 49f5e660e6
1 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,2 +1,14 @@
# README
TODO...
# 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:
1. 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.
2. Create the build directory, and build the kernel module.
3. Installing the ko.xz file into the `/ilb/modules` directory + `depmod`
4. TBD
# Installing UDEV Rules
// The artifacts - TBD