Gregor Riepl

Results 313 comments of Gregor Riepl

I'm really sorry, I can't help with Android specifically. You should experiment with the device parameters in fwtool and try to get it working as closely as possible, then do...

Umm... Forgive me for asking, but what do you need that for? I didn't think such a tool was useful, so I didn't implement it. On top of that, the...

That's not a Perl script, just pseudo-code to give you a hint how it's done. It's pretty straight-forward, really. The firmware image is just a binary blob and represented almost...

Ok, I see. Can you give me a bit more information about what hardware (tablet? CPU architecture?) you have and what you are trying to do with it? You may...

@arsonoff That's probably this driver here: https://github.com/pcduino/modules/blob/master/touch/gsl/gslX680.c I don't give support for that, please look at the source code and find out for yourself where to put the firmware. Perhaps...

And to everyone else: I received another request for a conversion tool than can convert all formats back and forth, so I'm rewriting fwtool. But it will take some time,...

Umm... No success? I get this: ``` tools/fw_extractor gslx68x_ts.ko Found fw_index offset 100340 count 4 Found gsl_load_fw offset 63040 count 933 Found GSLX680_FW_TEST offset 62240 count 7656 Found GSLX680_FW_gsl_customer offset...

Aaah, now I see your problem. The documentation is wrong. Sorry. Will fix that in a moment.

Documentation fix applied in 537bf55639942f94d066078c3db15fec146955c1.

I can't tell you if it's correct. I don't know the exact specs of your device. You need to test and find them out yourself. Offsets or inaccessible areas are...