Asmita
Asmita
I am running flashrom on my Linux system and my serial nand flash chip is connected using ft2232. And I am running flashrom command but flash chip not detected.
@dhendrix , were you able to able to find some way for SPI NAND flash. I want to contribute in its development, kindly suggest in what way should I proceed...
Thanks Emmanuel for the response. I would clean up the code as per above mentioned points and would update soon. Thanks Again.
Solved by doing sudo ldconfig
I have another query since the size of my SPI NAND flash is 128 MByte, is their some size limitations. Thanks & Regards Asmita
Hi, Thanks for your response. I found FTDI library for MPSSE - https://www.ftdichip.com/Support/Documents/AppNotes/AN_178_User%20Guide%20for%20LibMPSSE-SPI.pdf . I think, I should proceed with this. Thanks and Regards Asmita
Hello @eblot Thanks for the response. I tried , I am able to read the data from flash. But only the partial data is correct. I am bit confused in...
Hello @eblot Thank you so much for detailed explanation. True, it's really difficult to understand this datasheet because of so many errors inside it. I tried to read the complete...
Hello, Thank you so much. I tried but not successful. I have few queries. In give part of the code ``` def _check_ecc(self) -> bool: status = self._spi.exchange([self.CMD_GET_FEATURES, self.FEATURE_STATUS], 1)...
Ya, I later did changes by using ``` if not _check_ecc(): raise IOError(...) ``` But no success.