dchvs 2021-02-20 00:24:57 +00:00
parent 38095a3824
commit be8b6c0f9e
1 changed files with 2 additions and 2 deletions

@ -52,9 +52,9 @@ make -C ../../spiri-project/source/Jetpack/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/
make -C ../../spiri-project/source/Jetpack/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ menuconfig
```
By default the Drivers are installed, the tegra_defconfig include them as ```CONFIG_VIDEO_I2C_SPIRI_CAM=y``` and ```CONFIG_VIDEO_I2C_SPIRI_GSM=y```. You can review it on the Kernel's menuconfig:
By default the Drivers are installed, the tegra_defconfig include them as ```CONFIG_VIDEO_I2C_SPIRI_CAM=y``` and ```CONFIG_VIDEO_I2C_SPIRI_GSM=y```. You can review it on the Kernel Menuconfig:
And find it out in the following path:
And find it out in the following paths:
```bash
+----------------+ +--------------------+ +-------------------------------------------------------------------+ +-------------------------------------+
| Device Drivers | --> | Multimedia support | --> | NVIDIA overlay Encoders, decoders, sensors and other helper chips | --> | Spiri MT9M021 camera sensor support |