parent
38095a3824
commit
be8b6c0f9e
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue