fzabkar wrote:
crackz0r wrote:
What I'd like to try to do is take those first 4 bytes from each page and append them to the end of the last data area.
I could write a very simple tool to do this.
I was thinking of a way to script this in python, but wound up doing it manually in hex editor by just shifting the leading 4 bytes of every 'sector' to the end of that sector.
This was easy enough to do manually in this case since I am only dealing with a 16Mbit NAND.
arvika wrote:
I don't know. I do not see full dump. For example if you choose wrong page size it could mislead you to wrong assumptions.
Page size is definitely correct. For this specific IC default page size is 528.
Here is link to datasheet in case anyone was interested in looking.
https://datasheetspdf.com/pdf/820872/Adesto/45DB161E/1Also, thanks to you both for your replies!
ALSO! Just realizing this that I forgot to mention, the first screenshot is of the end of the pages, and the second image is the beginning. You can see how those first 4 bytes of each page appear to be data followed by SA, and the end of the page is what I am assuming to be the preceding data of those 4 bytes.