Closed WayneLin1992 closed 3 years ago
Use git rebase -i
to squash the commits.
After performing git rebase
, do git push --force
.
Problem: Some error infos are from the gcc Cause: The kernel is from 4.15 to 5.8, Some API was changed or missed. Solution: Check the git from kernel, and refer vivid which is device driver in kernel.
Improve the above descriptions by editing.
I already test on the ubuntu 21.04 which is on linux v5.11. vcam is working.
Thank @WayneLin1992 for contributing!
Problem: Some error infos are from the gcc Cause: The kernel is from 4.15 to 5.8, Some API was changed or missed. Solution: Check the git from kernel, and refer vivid which is device driver in kernel.