Open creazy2000 opened 2 years ago
Hi, I removed original response as it was inaccurate From a bindump it is possible to generate a firmware file that is updatable via the epson update tool.
As for if this contains the information to make the printer chipless... I do not know because there is other data in the bindump that is not part of the firmware update.
As for the author of the repository, it's been 2 years since the author published these tools and I suspect he has moved onto other projects. i'm curious if he came up with any further insights.
Am still wondering whether it is possible to run the firmware that has been activated with a code in another printer
Am still wondering whether it is possible to run the firmware that has been activated with a code in another printer
If printers share compatible firmware (e.g. 2 of the same printer model) then the probably is that "yes it is possible".
Whatever activates the "chipless mode" is likely persisted on the on the NOR IC's somewhere.
It requires taking a bindump of NOR Flash chips of the mainboard with a programmer. (easiest way is usually de-soldering the IC's)
The bindump's contain:
Note: depending on number for NOR chips, the following sections are only contained on only one of the bindumps... always after the "SEG"
What this means:
Note: for modern printers ( unlike the XP-240 on this git page) :
This means the beginning SEG's on one of the bindump's is offset at the beginning .
Alternatives IF you do not want to solder IC's, the only approach i can think of is to work out what the activation does by capturing the usb traffic. In practice this will be much much more challenging. You would then need to use the capture to write your own IEEE 1284.4 client in hope to activate any printer of same model that has their hacked firmware.
Final notes If you do proceed, if i can get a copy of the bindumps from the printer made chipless, i'm happy to compare it's SEG's against the originals. If they have been modified (presumably by activation), I can generate a file compatible with the epson firmware update which should make printers chipless.
Hello,my printer wf-7620 had already flshed a chipless firmware Ver.AD21G7 ,but i have no the firmware files ,I have dumped the rom files from the motherboard with a programmer, I wonder how i can flash the rom files into another printer (2 ICs N25Q128A13E4), not with the programmer. Thanks!