Hello!
I am sending this email to you because you have send logs regarding the M2N-MX mainboard. For a long time we were missing the necessary infrastructure to add support for that board easily and later it seems to have been forgotten. To this day it was only possible to read from the flash chip but not to write to it. Sorry about that!
I have attached a patch that hopefully enables erase/write on that board and would like you to test if it works if you still have access to that board.
The patch has to be applied to the latest development code (r1573) of flashrom that can be found here: http://flashrom.org/Downloads After saving the patch file to the flashrom directory please run the following inside the flashrom directory to apply it: patch < 0001-Add-board-enable-for-ASUS-M2N-MX.patch After that you can compile with "make". It should create an executable file named "flashrom in that directory.
Although i think it is pretty safe to try, please make at least a backup of the original flash contents with -r before trying to erase or write! If anything unexpected happens don't reboot or shut down, but contact us please. If you try to write please reply with the output of ./flashrom -V -p internal -w <new bios image>
Hello,
many thanks for the reply containing the patch for the M2N-MX board and the details how to apply it. I'll try to run it as soon as possible and get back to you with the results.
Independent from testing this board: great work guys!
Cheers Christoph
On 15.08.2012 02:59, Stefan Tauner wrote:
Hello!
I am sending this email to you because you have send logs regarding the M2N-MX mainboard. For a long time we were missing the necessary infrastructure to add support for that board easily and later it seems to have been forgotten. To this day it was only possible to read from the flash chip but not to write to it. Sorry about that!
I have attached a patch that hopefully enables erase/write on that board and would like you to test if it works if you still have access to that board.
The patch has to be applied to the latest development code (r1573) of flashrom that can be found here: http://flashrom.org/Downloads After saving the patch file to the flashrom directory please run the following inside the flashrom directory to apply it: patch< 0001-Add-board-enable-for-ASUS-M2N-MX.patch After that you can compile with "make". It should create an executable file named "flashrom in that directory.
Although i think it is pretty safe to try, please make at least a backup of the original flash contents with -r before trying to erase or write! If anything unexpected happens don't reboot or shut down, but contact us please. If you try to write please reply with the output of ./flashrom -V -p internal -w<new bios image>
On Wed, 15 Aug 2012 07:54:22 +0200 cjt2007 cjt2007@eisenbroiler.de wrote:
Hello,
many thanks for the reply containing the patch for the M2N-MX board and the details how to apply it. I'll try to run it as soon as possible and get back to you with the results.
we did not get a reply from anybody else, so you are about the last best hope, hence: ping! :)
On 31.08.2012 23:04, Stefan Tauner wrote:
On Wed, 15 Aug 2012 07:54:22 +0200 cjt2007cjt2007@eisenbroiler.de wrote:
Hello,
many thanks for the reply containing the patch for the M2N-MX board and the details how to apply it. I'll try to run it as soon as possible and get back to you with the results.
we did not get a reply from anybody else, so you are about the last best hope, hence: ping! :)
Earliest access is Sept, 19. I hope this is fine; I'll do my best to find some time.
Cheerio Christoph
Hi list!
As promised, I trying to test flashrom on the M2N-MX board. Unfortunately, I am unable to find the referred source release 1573 on the website, neither in releases nor in snapshots. Google redirects me towards the trac system. However, access to any files fails due to right restrictions. Presumably this is the wrong place to search at...
Could you please assist me to find the appropriate version for the patch file?
Thanks! Christoph
On 15.08.2012 02:59, Stefan Tauner wrote:
Hello!
I am sending this email to you because you have send logs regarding the M2N-MX mainboard. For a long time we were missing the necessary infrastructure to add support for that board easily and later it seems to have been forgotten. To this day it was only possible to read from the flash chip but not to write to it. Sorry about that!
I have attached a patch that hopefully enables erase/write on that board and would like you to test if it works if you still have access to that board.
The patch has to be applied to the latest development code (r1573) of flashrom that can be found here: http://flashrom.org/Downloads After saving the patch file to the flashrom directory please run the following inside the flashrom directory to apply it: patch< 0001-Add-board-enable-for-ASUS-M2N-MX.patch After that you can compile with "make". It should create an executable file named "flashrom in that directory.
Although i think it is pretty safe to try, please make at least a backup of the original flash contents with -r before trying to erase or write! If anything unexpected happens don't reboot or shut down, but contact us please. If you try to write please reply with the output of ./flashrom -V -p internal -w<new bios image>
On Sat, 22 Sep 2012 14:52:32 +0200 cjt2007 cjt2007@eisenbroiler.de wrote:
Hi list!
As promised, I trying to test flashrom on the M2N-MX board. Unfortunately, I am unable to find the referred source release 1573 on the website, neither in releases nor in snapshots. Google redirects me towards the trac system. However, access to any files fails due to right restrictions. Presumably this is the wrong place to search at...
Could you please assist me to find the appropriate version for the patch file?
hello and thanks for reporting back (which does not go without saying)!
joining us on irc is probably a better way to communicate, if that's ok with you. http://webchat.freenode.net/?channels=flashrom&uio=d4
in general any recent flashrom version should work (latest stable, or any development version since then including the latest), but the patch may not apply cleanly. the "right" way would be to checkout revision 1573 from our source tree in our repository, but the important bit of the patch is just a single line, which you could add manually too. just add the following line to the big table in board_enable.c approximately at line 2350 instead of applying the whole patch: {0x10de, 0x03e0, 0x1043, 0x8234, 0x10de, 0x03f5, 0x1043, 0x8234, "^M2N-MX$", NULL, NULL, P3, "ASUS", "M2N-MX", 0, OK, it8712f_gpio31_raise},
On Sat, 22 Sep 2012 15:28:39 +0200 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
{0x10de, 0x03e0, 0x1043, 0x8234, 0x10de, 0x03f5, 0x1043, 0x8234, "^M2N-MX$", NULL, NULL, P3, "ASUS", "M2N-MX", 0, OK, it8712f_gpio31_raise},
for the record: that did not work out as expected: http://paste.flashrom.org/view.php?id=1396