Open kaoss87 opened 5 years ago
If your preferred distro does not provide the modified driver you can build it yourself.
git clone https://github.com/avafinger/gc2035.git
copy file gc2035.c to:
drivers/media/video/sunxi-vfe/device
**i use this method but i cant copy to file in drivers i get error this
root@orangepione:~/gc2035# sudo cp 'gc2035.c' /drivers/media/video/sunxi-vfe/device cp: cannot create regular file '/drivers/media/video/sunxi-vfe/device': No such file or directory
any easy way have ? setup gc2035 driver**
This gc2035.c is meant to be built on BSP kernel. Which kernel are you using?
If your preferred distro does not provide the modified driver you can build it yourself.
git clone https://github.com/avafinger/gc2035.git
copy file gc2035.c to:
drivers/media/video/sunxi-vfe/device
**i use this method but i cant copy to file in drivers i get error this
root@orangepione:~/gc2035# sudo cp 'gc2035.c' /drivers/media/video/sunxi-vfe/device cp: cannot create regular file '/drivers/media/video/sunxi-vfe/device': No such file or directory
any easy way have ? setup gc2035 driver**