From mboxrd@z Thu Jan 1 00:00:00 1970 From: rudresh Date: Thu, 25 Dec 2008 22:50:09 -0800 (PST) Subject: [U-Boot] run_command() / do_run() fails in standalone application Message-ID: <21172262.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, i'm using the standalone application to run the command's using do_run() / run_command function available in /common/mani.c. i followed the steps mentioned in README.standalone file. there is no compilation error or warnings. when i tftp that application to 0x40000 to Power PC evaluation board then i start executing go 40004 command its not doing any thing. i suppose to the get help command info after executing this application. why its not running that command? code is as follows char *p = getenv ("help") run_command (p, 0); do_run(NULL,0,1,"help"); Thanks Rudresh -- View this message in context: http://www.nabble.com/run_command%28%29---do_run%28%29-fails-in-standalone-application-tp21172262p21172262.html Sent from the Uboot - Users mailing list archive at Nabble.com.