by ivanjan » Sat May 18, 2013 11:09 am
Hello all,
Good stuff on this thread!
I have done the following steps:
- removed the metallic ring-shaped sticker
- installed arch on sd card, booted on it.
- Installed both flashroom-google and flashrom (is flashroom-google a typo?)
- tried to flash with both flashrom (as instructed) and with flashrom.google that was installed by flashroom-google
$this->bbcode_second_pass_code('', 'flashrom -p linux_spi:dev=/dev/spidev1.0 -w nv_image-snow.bin
flashrom v0.9.6.1-r1564 on Linux 3.4.0 (armv7l)
flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OK.
Found Generic flash chip "unknown SPI chip (RDID)" (0 kB, SPI) on linux_spi.
===
This flash part has status NOT WORKING for operations: PROBE READ ERASE WRITE
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to flashrom@flashrom.org if any of the above operations
work correctly for you with this flash part. Please include the flashrom
output with the additional -V option for all operations you tested (-V, -Vr,
-VE, -Vw), and mention which mainboard or programmer you tested.
Please mention your board in the subject line. Thanks for your help!
Read is not working on this chip. Aborting.')
and
$this->bbcode_second_pass_code('', 'flashrom.google -p linux_spi:dev=/dev/spidev1.0 -w nv_image-snow.bin
flashrom v0.9.4 : 6a1618f : Jan 17 2013 23:42:16 UTC on Linux 3.4.0 (armv7l), built with libpci 3.1.10, GCC 4.7.2, little endian
Block protection could not be disabled!
Erasing and writing flash chip... ERASE FAILED at 0x00000000! Expected=0xff, Read=0xa3, failed byte count from 0x00000000-0x00000fff: 0xfab
ERASE FAILED!
Reading current flash chip contents... ERASE FAILED at 0x00000000! Expected=0xff, Read=0xa3, failed byte count from 0x00000000-0x00007fff: 0x7d08
ERASE FAILED!
Reading current flash chip contents... ERASE FAILED at 0x00000000! Expected=0xff, Read=0xa3, failed byte count from 0x00000000-0x0000ffff: 0xfa9b
ERASE FAILED!
Reading current flash chip contents... ERASE FAILED at 0x00000000! Expected=0xff, Read=0xa3, failed byte count from 0x00000000-0x003fffff: 0x3deeb7
ERASE FAILED!
Reading current flash chip contents... ERASE FAILED at 0x00000000! Expected=0xff, Read=0xa3, failed byte count from 0x00000000-0x003fffff: 0x3deeb7
ERASE FAILED!
FAILED!
Uh oh. Erase/write failed. Checking if anything changed.
Good. It seems nothing was changed.
Writing to the flash chip apparently didn't do anything.
This means we have to add special support for your board, programmer or flash chip.
Please report this on IRC at irc.freenode.net (channel #flashrom) or
mail flashrom@flashrom.org!
-------------------------------------------------------------------------------
You may now reboot or simply leave the machine running.
FAILED')
Now, is it possible that somehow protection is not removed, the ring is gone, but there still is the screw there?
Also,
My screen is cracked badly, and not usable at all. I have removed it, but the board still "thinks" it is there, does not switch to HDMI as primary.
I cannot see the boot screen, just blindly pressing CTRL+U, and when arch starts booting I can see the screen (in text mode).
Interestingly, I can see it only on my TV, but not on both of my monitors through HDMI. I guess the resolutions are not supported.
Anyhow, is there any way to make the board detect that there is no internal LCD attached, so it switches to HDMI as primary, and allow me to see the initial screen after turning on the device?
If not maybe there is a way to do it in OS, so I can at least use it on my TV? BTW, mirroring did not work on chrome OS because of resolution not matching.
Thanks!