Re: [Yaffs] The Mtd-tools and nandsim

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Vitaly Wool
Datum:  
To: yaffs
Betreff: Re: [Yaffs] The Mtd-tools and nandsim
fs p,

"fs p" <> wrote:

> #mkyaffsimage /opt yaffs.img
> #flash_erase /dev/mtdblock0
> #nandwrite /dev/mtdblock0 yaffs.img
> MEMGETINFO: Inappropriate ioctl for device
>


you should use char MTD interface (ie /dev/mtdX) for nandwrite.

Vitaly