dchvs 2021-02-12 00:53:08 +00:00
parent 0676331ae9
commit 5b33b4a355
1 changed files with 8 additions and 1 deletions

@ -58,8 +58,15 @@ make -C ../../source/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ menuconfig
By default the Driver is installed, the tegra_defconfig, include it via ```CONFIG_VIDEO_I2C_SPIRI_CAM=y```. You can review it on the Kernel's menuconfig:
And find it in the following path:
```bash
Device Drivers ---> Multimedia support --> NVIDIA overlay Encoders, decoders, sensors and other helper chips ---> Spiri MT9M021 camera sensor support
```
```bash
+----------------+ +--------------------+ +-------------------------------------------------------------------+ +-------------------------------------+
| Device Drivers | --> | Multimedia support | --> | NVIDIA overlay Encoders, decoders, sensors and other helper chips | --> | Spiri MT9M021 camera sensor support |
+----------------+ +--------------------+ +-------------------------------------------------------------------+ +-------------------------------------+
```
The deployed Kernel binaries after compilation could check if it has the Driver in it, inspecting on it with rgrep:
```bash