-
Notifications
You must be signed in to change notification settings - Fork 2
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
GK64 ISP Boot ROM #5
Comments
Building gcc with nds v3 support: https://gist.github.com/hansemro/279be7a2ec02f1a81830f526a1773514 |
GK68XS can reset to ISP by sending keyboard mode: |
We'll need to eventually figure out if there are other ways to enter ISP without the use of a jtag interface or from IAP... |
|
@wgwoods Are you able to dump the bootrom at the memory region [0x00400000:0x00401fff] with your modified firmware? I am interested in the RE effort to eventually write a more generic (and cross-platform) ISP programmer as I have recently done for Holtek HT32s. I am aware of the file
dump/BBD8-bootrom.flash
, but the filesize is greater than expected and I am not sure if that is what I am looking for.Unfortunately, I don't think a vendor DFU tool was ever publicly released that actually uses ISP protocol in the bootrom, so there are no packet dumps to analyze and I think this is the only way to proceed without direct vendor support.
Tasks:
The text was updated successfully, but these errors were encountered: