Open cjbrigato opened 5 years ago
FTR now Makefile properly detects incompatible PLATFORM & STANDALONE (e.g. HF_COLIN requiring Flash on a non RDV4). Yes the problem pre-dated SPIFFS...
nice list, good one.
spiffs now also permit json reading and parsing on device-side. See https://github.com/RfidResearchGroup/proxmark3/pull/299
This issue follow the merge of SPIFFS implementation from #257 and discuss post merge actions and eventual improvement on this topic.
What is needed right now :
read_pwd_mem.lua
to match new hf_bogmem spiffs info
details inhw status
, afterFlashmem_print_info
RDV40_SPIFFS_FILETYPE_BOTH
, by means of precedence of eitherRDV40_SPIFFS_FILETYPE_REAL
orRDV40_SPIFFS_FILETYPE_SYMLINK
being authoritative.