[Yaffs] How can i read out ecc layout data when ECCGETLAYOUT…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: yy xuye
Date:  
To: yaffs
Subject: [Yaffs] How can i read out ecc layout data when ECCGETLAYOUT failed
Hi guys,

I want to dump yaffs2's nand data with ioctl function. But the control
param is fail for some devices, the code as so:

    struct nand_ecclayout ecc_layout;
    ret = ioctl(ctx->fd, ECCGETLAYOUT, &ecc_layout);


It return error message as so: Inappropriate ioctl for device.

Why?

Is there any other methods that i can get the ECC Layout data?

BR.
--
yy.xue