<HTML><BODY><p>Hello!<br>i try to use flashrom with motherboard Asrock N68C-S UCC http://www.asrock.com/mb/manual.asp?Model=N68C-S%20UCC <br>http://www.asrock.com/mb/overview.ru.asp?cat=Manual&Model=N68C-S%20UCC<br>with NVIDIA MCP61 chipset and W25Q80  chip.<br>It is a part of russian manufacture'r computer Depo Ego 9730 http://www.depo.ru/download/drivers/2010/User_Manual/DEPO_Ego_manual_2010.pdf<br>I don't find any switches to enabe/disable flash writing on motherboard and in the bios menu.<br><br>i use OpenSuse 12.2 with this script<br><br>#!/bin/bash<br># get information about flash chip & BIOS<br>name="W25Q80_chipset_NVIDIA_MCP61_on_Asrock_N68C-S_UCC"<br>sudo /usr/sbin/flashrom -V > $name.V.txt<br>sudo /usr/sbin/flashrom -VVVr $name.flash > $name.Vr.txt<br>sudo /usr/sbin/flashrom -VVVE > $name.VE.txt<br>sudo /usr/sbin/lspci -nnvvxxx > $name.lspci_nnvvxxx.txt<br>sudo /usr/sbin/superiotool -deV > $name.superiotool.txt<br><br>and get some warnings from flashrom.<br>There are script's output files in attachment.<br><br><br><br data-mce-bogus="1"></p></BODY></HTML>