Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
修订版 | 537bf55639942f94d066078c3db15fec146955c1 (tree) |
---|---|
时间 | 2016-03-07 19:29:38 |
作者 | Gregor Riepl <onitake@gmai...> |
Commiter | Gregor Riepl |
Fixed README section about fw_extractor to avoid confusion
@@ -55,12 +55,14 @@ adb pull. | ||
55 | 55 | On your build machine, on the command line, use the script |
56 | 56 | 'firmware/fw_extractor' to extract the firmware to its own file. |
57 | 57 | |
58 | - tools/fw_extractor my_android_gslx680.ko firmware.fw | |
58 | + tools/fw_extractor my_android_gslx680.ko | |
59 | 59 | |
60 | 60 | The Android driver may well contain multiple firmwares to support |
61 | 61 | different hardware configurations with the same driver. The extractor |
62 | 62 | will spit those out as seperate files. We currently have no way of |
63 | 63 | knowing which is right for your device. You will have to try each. |
64 | +Sometimes, the file names will give a clue, like panel size, product | |
65 | +name, resolution or chip name. Test the matching ones first. | |
64 | 66 | |
65 | 67 | If you have a Windows driver instead, the firmware either comes in |
66 | 68 | the form of a file named GSL_TS_CFG.h or SileadTouch.fw. The latter |