[U-Boot-Users] Abour JFFS2 commands

Hi All,
How many JFFS commands uboot supports?
Actually, I have ported UBoot for ARM1176 CPU, and I am using Intel NOR Flash. After mounting JFFS2 on to Flash memory I am able to see only "fsinfo" and "ls" command only.
There should be rm, cd, etc.. commands. Is I am missing something?
Thanks in advance.
Thanks, Vaibhav

On Fri, May 25, 2007 at 05:41:01PM +0530, Vaibhav Hiremath wrote:
Hi All,
How many JFFS commands uboot supports?
Actually, I have ported UBoot for ARM1176 CPU, and I am using Intel NOR Flash. After mounting JFFS2 on to Flash memory I am able to see only "fsinfo" and "ls" command only.
There should be rm, cd, etc.. commands. Is I am missing something?
jffs2 is read-only in u-boot, there fore there is no 'rm' command. Change directory is not implemented. The only command are: fsinfo, fsload and ls (it takes agrument: directory to list files in)
Best regards, ladis
participants (2)
-
Ladislav Michl
-
Vaibhav Hiremath