Unbrick Service Mode

PeterBJ

Printer VIP
Platinum Printer Member
Joined
Nov 27, 2010
Messages
5,055
Reaction score
4,896
Points
373
Location
Copenhagen Denmark
Printer Model
Canon MP990
I have also asked for more info about flash programmers but got no answer. As an old timer radio amateur I think I would be able to build one if I got the necessary info which I sadly have not been able to find on the web. See this thread about the same topic and with links to a couple of commercial programmers intended for (illegally?) "rejuvenating" cars/auto mobiles. It seems the EEPROM chips used in cars and in Canon printers are the same family.

I have an MG5550 with locked service mode but else functional. I also have a couple more printers of the same cartridge generation that are not locked and for which service mode operations are possible using service tool v4720. So I have got printers to experiment with, I only need some info.
 

ormcra

Print Lurker
Joined
Jun 5, 2020
Messages
1
Reaction score
0
Points
1
Printer Model
MG2950
I've just fixed MG2950 with 1700 error. Tried with v4720 service tool, blocking the service mode, then found this thread... Found a non-blocked MG2950 dump somewhere on the web, flashed, turned on/off, read back, blocked using v4720, read back and compared to find the 'D'. Fixed that in my original dump and service mode was unblocked. That was quick.

The "ink absorber" part was harder. The first two bytes of the 32-byte block are some kind of checksum. Tried to crack it as CRC-16 using reveng but was not successful - it's probably not a CRC. Then there's 0x40 costant. Then there are 3 numbers, 1st one + 2nd one equals to 3rd one. Probably black+colour = total wasted ink. You can't change them without recalculating the checksum or it will result in EEPROM error (6800). Luckily, found a clean (new printer) MG2940 dump elsewhere on the web - the 32 bytes above are taken from that.

Some people are directly using complete dumps from other printers. I don't recommend doing that - serial number and all counters will change, probably also some factory calibration data (if there are any).

BTW. The absorbers are really small in these models.
@Rainbow, Please can send me the repair dump¿ i have a MG2950 locked and not found any backup!. thanks a lot!


Edit:-
 

johnmeister

Newbie to Printing
Joined
Mar 3, 2022
Messages
1
Reaction score
3
Points
3
Printer Model
Canon MG2920.
Like many people, I had a Canon printer (in my case, a PIXMA MG2920) that stopped printing because of the dreaded ink absorber issue: after several years of good service, the alarm for "ink absorber is almost full" caused me to press "stop" before every print, until the alternate flashing of the alarm and power lights would signal "ink absorber is full" and the printer would simply stop printing.

Like many people, I found out about the "Canon Service Tool" from several, repetitive posts and videos all around the Internet, promising to fix my printer quick and easy.

And like many people, after trying every single version I could find of the "Canon Service Tool" and discovering that none of them fixed the ink absorber error, I found out, puzzled, that my printer wouldn't even enter the service mode anymore.

And thanks to Rainbow's post on 9/7/2019 in this very thread, I was able to finally get my MG2920 working again and would like to share some info and tips as a way of thanks.

I believe that the info here applies to the MG2900 series, since as far as I understand, the different MG29X0 models are intended for different regions of the world (10 for Latin America, 20 for North America, 50 for Europe or Asia, something like that, I think).

Rainbow is correct that the "Canon Service Tool" won't reset the ink absorber, no matter the version. Don't ever bother. The only version 4905 I found was infected with viruses; v4906, v5103 and v5306 didn't work; v3400 or v3600 caused the printer not to enter service mode anymore.

But you'll find several sites listing one or more versions of the "Canon Service Tool", also stating that v4905 (or other version) works with the PIXMA MG2920 (or any of the MG2900 series). There are even sites selling the tool for about $10, and some more honest ones, like this forum, lists several Canon printers (including MG2910) that can't have the ink absorber reset.

As stated in posts in this thread and detailed by Rainbow, the only solution is to reflash the printer's EEPROM. Which is, as already stated here, also the only solution to unblock the printer's service mode. There's a YouTube video where a person reproduces the blocked service mode issue by using an old service tool, then desoldering+reflashing+resoldering the printer's EEPROM, and showing that it works again.

You might be lucky and find a working, slightly used logic board of your printer on eBay (like this one). If so, just replace it and you're done.

In theory it should be possible to reflash the EEPROM using a programmer and a clip, but from what I understand that might simply not work (because the programmer doesn't have enough power to feed the EEPROM and the logic board it's attached to) or, even worse, cause the EEPROM to be erased (because of the EEPROM being in a circuit that you don't know how it behaves). I didn't want to risk the only EEPROM I had (plus I didn't have a backup of the contents to restore it) so I took the hard, safer path.

Desoldering and resoldering the EEPROM is up to you. If you don't have experience with a soldering iron, I don't recommend trying it, as it's pretty easy to damage the chip and/or the board. Try finding someone who can do it for you. It's the best advice I can give you.

In the MG2920 (and MG2910 it seems), the EEPROM part number is 25Q064A13E40 (first two lines of the chip). The number 3 (before letter E) indicates that it's a 3V EEPROM (if it's a 1, it's a 1.8V EEPROM). This is important so you get the right programmer for the EEPROM. For more technical details, search for the part number on Micron's website (omit the last two digits though, eg search for 25Q064A13E).

20220302_085156~2.jpg


If you decide to buy a cheap EEPROM/flash programmer (like https://www.amazon.com/AiTrip-EEPROM-Programmer-CH341A-Adapter/dp/B07VNVVXW6 or any of its clones, with a black board) make sure it doesn't have a design flaw where data lines are using 5V instead of 3V; I didn't want to risk toasting my EEPROM and didn't buy one of them. Instead, I had a Raspberry Pi handy and connected the EEPROM with a few wires, according to https://www.flashrom.org/RaspberryPi which resulted in the following connections:

EEPROM pinRaspberry Pi pin
124
221
317
425
519
623
717
817

20220302_201207.jpg


To program the EEPROM the easiest options are flashrom (on Linux) or AsProgrammer (on Windows). AsProgrammer can be found at https://github.com/nofeletru/UsbAsp-flash/releases and contains drivers and the tool itself; just install the right driver for your programmer and run the tool. flashrom can be installed with a simple sudo apt install flashrom on Linux.

Once the EEPROM is ready, read it and save the contents somewhere safe (it's an 8MB file). Now apply the changes detailed by Rainbow in the post (replace the byte 0x44 at offsets 0x2a and 0x102a with a 00; replace the 32 bytes at offsets 0xd0 and 0x10d0 with 63 a5 40 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00) and write the EEPROM back.

This is what is looks like in my Raspberry Pi:

$ modprobe spi_bcm2835
$ modprobe spidev
$ sudo flashrom --programmer linux_spi:dev=/dev/spidev0.0,spispeed=1000 -r mg2920.bin
flashrom on Linux 5.10.11-v7+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Micron/Numonyx/ST flash chip "N25Q064..3E" (8192 kB, SPI) on linux_spi.
Reading flash... done.
$ cp mg2920.bin mg2920.bin.backup
$ hexedit mg2920.bin
$ xxd mg2920.bin.backup > b1.hex
$ xxd mg2920.bin > b2.hex
$ diff b1.hex b2.hex
3c3
< 00000020: 2f2f 0000 0000 0000 0053 4400 3007 0000 //.......SD.0...
---
> 00000020: 2f2f 0000 0000 0000 0053 0000 3007 0000 //.......S..0...
14,15c14,15
< 000000d0: 44ee 4000 0000 0000 0000 0000 cae7 0500 D.@.............
< 000000e0: bff3 0200 0000 0000 89db 0800 0000 0000 ................
---
> 000000d0: 63a5 4000 0000 0000 0000 0000 0100 0000 c.@.............
> 000000e0: 0000 0000 0000 0000 0100 0000 0000 0000 ................
259c259
< 00001020: 2f2f 0000 0000 0000 0053 4400 3007 0000 //.......SD.0...
---
> 00001020: 2f2f 0000 0000 0000 0053 0000 3007 0000 //.......S..0...
270,271c270,271
< 000010d0: 44ee 4000 0000 0000 0000 0000 cae7 0500 D.@.............
< 000010e0: bff3 0200 0000 0000 89db 0800 0000 0000 ................
---
> 000010d0: 63a5 4000 0000 0000 0000 0000 0100 0000 c.@.............
> 000010e0: 0000 0000 0000 0000 0100 0000 0000 0000 ................
$ rm b1.hex b2.hex
$ sudo flashrom --programmer linux_spi:dev=/dev/spidev0.0,spispeed=1000 -w mg2920.bin
flashrom on Linux 5.10.11-v7+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Micron/Numonyx/ST flash chip "N25Q064..3E" (8192 kB, SPI) on linux_spi.
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.

Once you put the EEPROM back, your MG2920 should be working fine. You can use the service tool to print the contents of the EEPROM and double check that the ink absorber count is now 0.

20220302_221009~3.jpg


Below is the dump of the EEPROM with the ink absorber field reset, so it's ready to be flashed (like the service tool, there are several websites selling them for $5-$10). However, I only recommend doing it as a last resort (eg your EEPROM was erased) since it will change a lot of parameters in your print (which I have no idea what they mean). One possibility (although untested) is, if you have printed the content of the EEPROM using the service tool earlier, to update the dump I provided with the values you printed: just remember to type them again at offset 0x1000, and that each 16-bit pair XXYY in the dump should be typed as YY XX in your hex editor.

I hope this long post helps users in the same situation I was. Happy fixing!
 
Last edited:

subway1998

Print Lurker
Joined
Mar 2, 2023
Messages
1
Reaction score
1
Points
1
Printer Model
MG6150, MG2950, iP7250
Desolder the flash (it's on the bottom of the printer control PCB) and read. Using a hex editor, check byte at address 0x2a (and a copy at 0x102a). It will be 0x44 ('D') if the service mode is blocked. The byte before is 'S' so if you see 'SD', it's blocked. Change both the 0x44 bytes to 0x00 to unblock.
Hi, first post here - actually made an account just to answer to that. Many, many thanks for these instructions! 😊

Turns out this also works for a Pixma iP7250 (550/551 cartridges), at exactly the same addresses (0x2a, 0x102a). Its flash chip is a GD25Q32BSIG (3.3V, 4MB). I figured it out the hard way, after first having Service Mode locked out (by ST v3200) and then searching for a "clean" EEPROM dump on the Internet (but found none whatsoever).

Thanks again @Rainbow! :thumbsup
 
Top