bestouff/fw_env

Question: NOR flash

Closed this issue · 2 comments

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

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.

Thank you for the answer.