You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have access to an older Amlogic update utility's source code (https://github.com/yangfl/update/), I was wondering if it would be feasible to port over the mread comment in its whole instead of relying on the incredibly slow flash->memory->host pipeline of the current version.
The above utility seems to be using considerably different commands with the Burn Mode peripheral/gadget, so I think the best approach would be to write completely new methods for this specific purpose.
I know it's somewhat out of scope for this project, but it would be nice to see a completely open source and cross-platform Python implementation that can be used on any host machine.
The text was updated successfully, but these errors were encountered:
Since we have access to an older Amlogic
update
utility's source code (https://github.com/yangfl/update/), I was wondering if it would be feasible to port over themread
comment in its whole instead of relying on the incredibly slow flash->memory->host pipeline of the current version.The above utility seems to be using considerably different commands with the Burn Mode peripheral/gadget, so I think the best approach would be to write completely new methods for this specific purpose.
I know it's somewhat out of scope for this project, but it would be nice to see a completely open source and cross-platform Python implementation that can be used on any host machine.
The text was updated successfully, but these errors were encountered: