
Hi all,
Thanks for the help & Sorry for the confusion created. Actually while copying U-boot to NAND flash, somehow by mistake, full U-boot image was not copied. As a result this problem was created. Now i have fixed the problem by copying complete u-boot image.
Thanks Rupesh
Detlev Zundel dzu@denx.de 09/16/2009 06:53 PM
To Rupesh Kumar Rupesh.Kumar@Lntemsys.com cc u-boot@lists.denx.de Subject Re: [U-Boot] help command not working in u-boot
Hi Rupesh,
I have added a new command in the "test_cmd" u-boot. after adding
test_cmd
, help command and many of the other commands are not working. help command gives Unknown command 'help' - try 'help'. tftp gives Unknown command 'tftp' - try 'help'. The command i have added is working fine. I have seen the u-boot.map file, in this file all the commands are defined. Can you please tell me what may be wrong.
Instead of us playing guessing games, why don't you post the changes that you did, so we have a better idea what might be wrong?
Apart from that I can only speculate that you incorrectly used the U_BOOT_CMD macro.
Cheers Detlev