FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

STMicroelectronics/vgxy61-linux-driver: Linux driver for vgxy61. Automotive HDR Global Shutter 2.3Mp with 3.2um pixel and iBGA. · GitHub

ST VGXY61 Linux driver

Tip

vgxy61 has been mainline since kernel v6.2. This repository adds extra features and support for older kernel versions.

Installation

Driver

Compile the driver using the Makefile

make

Place it in the kernel modules folder.

sudo cp vgxy61.ko /lib/modules/$(uname -r)

Resolve modules dependencies.

sudo depmod -a

Device tree

Compile the device tree overlay matching your platform and plugin board from the dts folder.

sudo dtc <device-tree>.dts -o /boot/firmware/overlays/<device-tree>.dtbo

Set the device tree overlay in your platform. This may differ from platform to platform. Please refer to your platform documentation.

This is how to set the device tree overlay for Raspberry Pi.

echo "dtoverlay=<device-tree>" | sudo tee -a /boot/firmware/config.txt

Finally, run sudo reboot to test your changes.

About

Linux driver for vgxy61. Automotive HDR Global Shutter 2.3Mp with 3.2um pixel and iBGA.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages


Back | FazBrowse Home | New Git URL