X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fu-boot%2Fcommon%2Fcmd_yaffs2.c;h=69ccd0987d786c87b4c7f85ee5a380fca400dcdf;hp=fd9b4faeae3746d730ffabb4a0452d02e8ae08ac;hb=1a17e3ad0a2adbeaae6855696a16789caf4f8418;hpb=80f85303d264f804ea288e1995280345804ec01c diff --git a/direct/u-boot/common/cmd_yaffs2.c b/direct/u-boot/common/cmd_yaffs2.c index fd9b4fa..69ccd09 100644 --- a/direct/u-boot/common/cmd_yaffs2.c +++ b/direct/u-boot/common/cmd_yaffs2.c @@ -1,6 +1,16 @@ /* Yaffs commands. * Modified by Charles Manning by adding ydevconfig command. * + * Use ydevconfig to configure a mountpoint before use. + * For example: + * # Configure mountpt xxx using nand device 0 using blocks 100-500 + * ydevconfig xxx 0 100 500 + * # Mount it + * ymount xxx + * # yls, yrdm etc + * yls -l xxx + * yrdm xxx/boot-image 82000000 + * ... */ #include