Question: NOR flash
Closed this issue · 2 comments
cppcoffee commented
This tool is really great.
I'm going to use it to read the uboot-env, If I use NOR flash can I ignore those three TODO things?
full config file (/etc/fw_env.config) parsing
handle bad blocks in flash
handle flags in redundant blocks
bestouff commented
Well I only ever used it on NAND flash chips (eMMC) but as long as you only read from the flash that shouldn't cause any trouble.
cppcoffee commented
Thank you for the answer.