Hi,
There is a 1GB NAND flash ( from Micron) on my MX6Q board.
Its partitions are /dev/mtd2 ( for kernel) and /dev/mtd3 ( for rootfs).
When erasing with 'flash_erase /dev/mtd3 0 0',
everything goes well.
However, when erasing with 'flash_erase -j /dev/mtd3 0 0 '
for JFFS2 fs, I got the following error:
flash_erase: error!: Eeep. Autoplacement selected and no empty space in oob.
Any idea?
Robbie
Solved! Go to Solution.
Hi Robbie
i.MX6 gpmi driver supports only NAND ubifs, please refer
to attached Linux Manual sect.35.3.1 Menu Configuration Options,
Release Notes Table 5 Supported Features
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Robbie
i.MX6 gpmi driver supports only NAND ubifs, please refer
to attached Linux Manual sect.35.3.1 Menu Configuration Options,
Release Notes Table 5 Supported Features
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------