[U-Boot] Fw:How can I use yaffs2 in uboot

How can I use yaffs2 in uboot
I add CONFIG_YAFFS2 in /include/configs/smdk2410.h
my2440 # nand write 0x30008000 80000 40000
NAND write: device 0 offset 0x80000, size 0x40000
262144 bytes written: OK
my2440 #
my2440 # ymount /flash
yaffs: Mounting /flash
my2440 # ywrm a 0x30008000 40000
Error opening file: -1
I also need what parameters ?
thanks!

Dear jackfriend,
In message 39c3dad3.3bd4.12910469457.Coremail.jackfriend@163.com you wrote:
How can I use yaffs2 in uboot
...
my2440 # ymount /flash
yaffs: Mounting /flash
Looks good?
my2440 # ywrm a 0x30008000 40000
Error opening file: -1
Maybe you try a "yls" first to check which files are present in your file system. Then test if read accesses are working. I'm not sure if write mode has been tested (or even implemented).
Also, it might make sense to enable YAFFS2_DEBUG while testing.
Best regards,
Wolfgang Denk

On Mon, Jun 7, 2010 at 08:44, Wolfgang Denk wd@denx.de wrote:
Dear jackfriend,
In message 39c3dad3.3bd4.12910469457.Coremail.jackfriend@163.com you wrote:
How can I use yaffs2 in uboot
You have to use absolute path with all commands. eg "yls /flash/" This path must match your mount points as configured in fs/yaffs/yaffscfg.c
my2440 # ywrm a 0x30008000 40000
Error opening file: -1
Maybe you try a "yls" first to check which files are present in your file system. Then test if read accesses are working. I'm not sure if write mode has been tested (or even implemented).
Write mode is in use and working.
Best regards William Juul
Also, it might make sense to enable YAFFS2_DEBUG while testing.
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "It is better to have tried and failed than to have failed to try, but the result's the same." - Mike Dennison _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (3)
-
jackfriend
-
William Juul
-
Wolfgang Denk