-
Notifications
You must be signed in to change notification settings - Fork 74
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
Baud rate change? #65
Comments
Not sure. lglaf.py assumes a driver that talks USB and exposes a virtual serial interface. I don't think much savings are possible at that layer. What could potentially be done is using different commands, or use some form of compression to maximize channel utilization. These are however not simple toggles and require someone studying the protocol over USB or the laf binary on the device. |
I'm also wondering about this. The flash process had an IO throughput of only 250kbit/s which made the whole flashing of a LG G3 take more than 2 hours. The usb stats are talking of a possible speed up to 5Gbit/s.
|
not an issue, just a question. is it possible to increase baud rate? some tools, paid ones mostly, seem to make the flash process faster. i was reading in lglaf.py to see if i could find something but im not experienced with python.
The text was updated successfully, but these errors were encountered: