Hi,
Am 17.06.2013 23:25 schrieb Tim Zander:
Am 17.06.2013 01:23 schrieb Damien Zammit:
My current T60 status is "Bricked, in Bucts 1 configuration"
I'm not sure what you did, but if this was you flashchips.c:
.model_id = SST_SST25VF016B_T60,
.probe = probe_spi_res2,
.read = spi_chip_read,
then things were wrong:
Only partially.
Change the .probe field to probe_spi_res1
No, probe_spi_res2 is correct.
Change the .model_id field to the RES1 ID given in the datasheet of the flash chip
The datasheet is clear on that: The RES ID is 2-byte.
Change the .write field to spi_chip_write_1
Yes, that one indeed should have been spi_chip_write_1.
I'm sorry we didn't catch the usage of the wrong write function before you reflashed.
Regards, Carl-Daniel