Hi David,
thanks for the info. Please keep the flashrom mailing list in CC (hit "reply all") so others can chime in on the discussion.
Regards, Carl-Daniel
On 14.10.2009 20:33, spirals wrote:
Hi Carl-Daniel, Have just restarted after a full covers off eye-ball of the board is definatly is the K&S6A (v1.0) board, pene also looked (my eyes are not as good as they were) and she confirmed 1.0 and _/*not 1.0A*/_ regards, (dja.)
Carl-Daniel Hailfinger wrote:
Hi Dave,
On 13.10.2009 21:53, David J Aldridge wrote:
Ran flashrom and it reports "No EEPROM/flash device found", same with -m ecs:k7s5a.
Please send the output of "flashrom -V", "lspci -nnvvvxxx", "superiotool -dV" and if tell us if your board is K7S6A (V1.0) or K7S6A (V1.0A)
Luc: BIOS downloads are here (not sure which PCB is the one Dave has): http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=77&am...
http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=238&a...
Regards, Carl-Daniel
Hi Carl-Daniel and group, Will do. I also found I had to insert *#define FLASHROM_VERSION "3397"* into the top of * flashrom.c *to get it to compile. When i down loaded the source with apt-get -b source it /appeared/ to compile OK as I reported. I do not know if this is a known error ? regards to all, (dja.)
Carl-Daniel Hailfinger wrote:
Hi David,
thanks for the info. Please keep the flashrom mailing list in CC (hit "reply all") so others can chime in on the discussion.
Regards, Carl-Daniel
On 14.10.2009 20:33, spirals wrote:
Hi Carl-Daniel, Have just restarted after a full covers off eye-ball of the board is definatly is the K&S6A (v1.0) board, pene also looked (my eyes are not as good as they were) and she confirmed 1.0 and _/*not 1.0A*/_ regards, (dja.)
Carl-Daniel Hailfinger wrote:
Hi Dave,
On 13.10.2009 21:53, David J Aldridge wrote:
Ran flashrom and it reports "No EEPROM/flash device found", same with -m ecs:k7s5a.
Please send the output of "flashrom -V", "lspci -nnvvvxxx", "superiotool -dV" and if tell us if your board is K7S6A (V1.0) or K7S6A (V1.0A)
Luc: BIOS downloads are here (not sure which PCB is the one Dave has): http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=77&am...
http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=238&a...
Regards, Carl-Daniel
On Thu, Oct 15, 2009 at 03:54:23PM +0100, spirals wrote:
Hi Carl-Daniel and group, Will do. I also found I had to insert *#define FLASHROM_VERSION "3397"* into the top of * flashrom.c *to get it to compile. When i down loaded the source with apt-get -b source it /appeared/ to compile OK as I reported. I do not know if this is a known error ? regards to all, (dja.)
That's OK, it happens because we want to have the svn version in the version number output, and that only works with an svn checkout (or tarballs generated via "make tarball"). Or in the Debian package, where I hardcode the svn version directly (I maintain the Debian package).
Uwe.
Hi Uwe, It was the Debian package I downloaded, thank you for the reply. regard, (dja.)
Uwe Hermann wrote:
On Thu, Oct 15, 2009 at 03:54:23PM +0100, spirals wrote:
Hi Carl-Daniel and group, Will do. I also found I had to insert *#define FLASHROM_VERSION "3397"* into the top of * flashrom.c *to get it to compile. When i down loaded the source with apt-get -b source it /appeared/ to compile OK as I reported. I do not know if this is a known error ? regards to all, (dja.)
That's OK, it happens because we want to have the svn version in the version number output, and that only works with an svn checkout (or tarballs generated via "make tarball"). Or in the Debian package, where I hardcode the svn version directly (I maintain the Debian package).
Uwe.