Notre ami Littlebalup nous propose la mise à jour de son utilitaire destiné au Teensy++ 2.0 via les scripts NORway, NANDway et SPIway. Dans cette version 2.04, Littlebalup a rajouté des options supplémentaires pour écrire et vérifier les données "Per Firmware" uniquement sur NOR.
Ces options nécessitent la modification du script NORway.py pour être activé comme il nous l'explique dans le changelog.
NORway MOD by Littlebalup
=========================
------------------------------------------------------------------------
ATTENTION : The use of this program is at your own risk!
The author can not be held responsible for the consequences of its use.
------------------------------------------------------------------------
Forked from NORway.py (v0.7) by Judges and modified to write/verify only PerFirmware data
without the need of an extra perfirmware template file. It will directly load the perfirmware
data from your dump file (from offset 0x40000, length 0xE80000), then write/verify them to the NOR.
Related thread about PerFirmware stuff :
[Trick] Teensy++2.0 NOR flashing with NORway : only write PerFirmware data
REQUIREMENTS, INSTALLATION & USAGE:
- Same requirements as the original NORway v0.7 by Judges : https://github.com/hjudges/NORway
- Extra PerFirmware write usage : add "perfw" argument to the end of your write/verify command line.
Examples :
NORway.py COM1 write\mydump.bin perfw
NORway.py COM1 vwriteword\mydump.bin perfw
NORway.py COM1 verify\mydump.bin perfw
Run script without arguments to display the complete help screen.
-------------------------------------------------------------------------
CHANGE LOG:
v0.7 MOD 0.1 : First MOD release