Martijn de Vos

Results 270 comments of Martijn de Vos

As far as I understand, each page has a main content and a spare area, which is a small area that is used to store some metadata regarding the block....

> When i change fread to fwrite (and add cpu_physical_memory_read(addr_out, , &s->addr_buff, sizeof(uint8_t)) (variables isn't correct as i typed without looking actual code)) it's drops into recovery console due to...

VFL (Virtual Flash Layer) and FTL (Flash Translation Layer) are abstraction layers in the NAND management stack and are responsible for several tasks, including Bad Block Management and Wear Leveling....

Well, some VFL/FTL stuff probably needs to happen. I remember that this was quite a challenge, even for to get reads up and running. I should probably write a blog...

> I CAN'T BELIEVE I DID IT! NAND WRITE WORKS A HALF. Now i am implementing spare store (metadata) Now it's saves and works but after reboot, i got recovery...

I don't really know unfortunately, sorry.

@daniilfigasystems because they are abstraction layers. At the lowest level is VFL IIRC, so some pages only have VFL data. Then there are some designated pages for FTL management as...

Now that is a detail I unfortunately don't have from the top of my head. I reverse most of the logic based on the Samsung NAND drivers that were in...

@whirm we can do this by performing a request to `https://api.github.com/repos/tribler/tribler/releases` (probably with a limit parameter or something). We need a some in the version check manager to distinguish between...

Cool! Feels free to make an upstream PR when you have something that can be merged 👍