Post #2387575
2026-04-01 20:36 UTC
@760ceb3b9c0ba4872cadf3ce35a7a4@wetdry.world
that does raise an eyebrow for sure
do you know what type of flash memory it is?
having a quick glance at the documentation, in the case of SPI flash, I believe a probe is first necessary before anything flash related will work, likewise a write protect may have been set.
I don't suppose the flash is accessible to the operating system in any way?
Replies (1)
-
@760ceb3b9c0ba4872cadf3ce35a7a4@wetdry.world 2026-04-02 00:24
@fox@bark.lgbt i dont know for sure but i believe it's under some sticker ill have to rip off. and for protecting, theres actually a command i used called protect that can protect/unprotect flash regions , but i made sure that region was unprotected (it tells you which ones are and arent) and it still wont write anything to that area. doing it from the OS is a good idea, its a linux so maybe its as easy as some block device...