Compare commits

..

3 Commits

Author SHA1 Message Date
061dace46d documentation: Update README 2021-02-19 20:44:40 -06:00
6b9e2b6b54 fixup: Recover Driver's reset-gpios 2021-02-09 19:31:38 -06:00
c59d9c8ba8 Remove extra Kernel sources 2021-02-09 17:37:31 -06:00

View File

@ -79,7 +79,7 @@ v4l2-ctl -d /dev/video01 --set-fmt-video=width=1280,height=720,pixelformat=RG12
#### Kernel Changes
The Driver for the MT9M021 cameras consists on the following structure, that adds the DTB and Kernel sources, along with its Makefiles that lead its portability to a Kernel source.
```bash
.
├── hardware
│ └── nvidia-spiri
@ -115,7 +115,7 @@ The Driver for the MT9M021 cameras consists on the following structure, that add
│ └── media
│ └── mt9m021.h
└── README.md
```
In order to add the Driver to the Kernel, the following reference Kernel files are patched for adding custom controls that the camera implements.
* kernel/nvidia/drivers/media/platform/tegra/camera/camera_common.c