Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add silead fw for GPD Q9 #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions firmware/gpd/q9/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
GPD Q9

---------------------------------------------

| Item | Description |
|---------------------------|-------------|
| Manufacturer | GPD |
| Device | XD |
| Extracted firmware | [silead_ts.fw](silead_ts.fw) |
| Display resolution | 1024x600 |
| Touch panel resolution | 1024x600 |
| Touch controller | GSL1680 |
| Multitouch support | Yes (5 points) |
| Finger tracking | Yes |
| Mirrored horizontally | Yes |
| Mirrored vertically | Yes |
| Axes swapped | No |
| Comments | Extracted from live ROM, cf logs.txt |

10 changes: 10 additions & 0 deletions firmware/gpd/q9/logs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# cat /proc/kallsyms |grep -i fw |grep -i gs
c04dd1c4 t gsl_load_fw
c0878bd4 r GSLX680_FW

root@rk3288:/ # cat /proc/kallsyms |grep GSLX680_FW -C1
c0878bc4 r __func__.19799
c0878bd4 r GSLX680_FW
c0882dbc r __func__.20394

dd if=/dev/mem of=/data/local/tmp/fw bs=1 skip=$((0x0878bd4) count=$((0xc0882dbc-0xc0878bd4))
Binary file added firmware/gpd/q9/silead_ts.fw
Binary file not shown.