Got a Pine TL-BX31 board which had a bad flash chip (MX28F1000PPC). Replaced it with a healthy MX28F1000PC and the board is working fine again. Except a small issue... Namely at every boot get an
Unknown Flash Type error after
Updating ESCD... message. The problem is that this 28F1000PC flash chip has chip ID 11 instead of 1A (which is given in datasheet). So I think editing just one byte could solve this issue...
I extracted original.tmp from the BIOS image, disassembled it using hiew ,and have been looking at the code for some nights. But cannot figure out what byte needs to be modified (have no experience in disassembling and very moderate assembly coding skills)
Maybe somebody can help me?
Extracted (and zipped) original.tmp can be found
here.