File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed
drivers/staging/media/atomisp Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change 1
- Required firmware
2
- =================
3
-
4
- The atomisp driver requires the following firmware:
5
-
6
- - for BYT: /lib/firmware/shisp_2400b0_v21.bin
7
-
8
- With a version of "irci_stable_candrpv_0415_20150423_1753" to check
9
- the version run: "strings shisp_2400b0_v21.bin | head -n1", sha256sum:
10
-
11
- 3847b95fb9f1f8352c595ba7394d55b33176751372baae17f89aa483ec02a21b shisp_2400b0_v21.bin
12
-
13
- The shisp_2400b0_v21.bin file with this version can be found on
14
- the Android factory images of various X86 Android tablets such as
15
- e.g. the Chuwi Hi8 Pro.
16
-
17
- - for CHT: /lib/firmware/shisp_2401a0_v21.bin
18
-
19
- With a version of "irci_stable_candrpv_0415_20150521_0458", sha256sum:
20
-
21
- e89359f4e4934c410c83d525e283f34c5fcce9cb5caa75ad8a32d66d3842d95c shisp_2401a0_v21.bin
22
-
23
- This can be found here:
24
- https://github.com/intel-aero/meta-intel-aero-base/blob/master/recipes-kernel/linux/linux-yocto/shisp_2401a0_v21.bin
25
-
26
-
27
1
TODO
28
2
====
29
3
35
9
36
10
* Remove custom sysfs files created by atomisp_drvfs.c
37
11
12
+ * Remove unnecessary/unwanted module parameters
13
+
38
14
* Remove abuse of priv field in various v4l2 userspace API structs
39
15
40
16
* Without a 3A library the capture behaviour is not very good. To take a good
61
37
62
38
* Fix not all v4l2 apps working, e.g. cheese does not work
63
39
64
- * Get manufacturer's authorization to redistribute the binaries for
65
- the firmware files
66
-
67
40
* The atomisp code still has a lot of cruft which needs cleaning up
68
41
69
42
You can’t perform that action at this time.
0 commit comments