dchvs 2021-02-12 00:28:09 +00:00
parent 346e9336ed
commit 5d9ca9fda7
1 changed files with 6 additions and 6 deletions

@ -57,14 +57,14 @@ 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:
###### And find it in the following path:
Device Drivers ---> Multimedia support --> NVIDIA overlay Encoders, decoders, sensors and other helper chips ---> Spiri MT9M021 camera sensor support
###### 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
rgrep mt9m021 build/arch/arm64/boot/Image
```
###### The deployed Kernel binaries after compilation could check if it has the Driver in it, inspecting on it with rgrep:
###### ```bash
###### rgrep mt9m021 build/arch/arm64/boot/Image
###### ```
```bash
make -C ../../source/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ CROSS_COMPILE=${CROSS_COMPILE} -j8 --output-sync=target zImage dtbs modules