Hi,

I wanted to make use of the uboot command functions like do_bdinfo and do_mmc. 

when I used do_bdinfo(NULL, 0, 0,NULL);in application program after linking 
common/cmd_bdinfo.o in make file it worked.

but when I did the same for do_mmc i got a lot of linking errors.

So after looking arround in common/main.c what i did was i made use of  cmd 
="mmc rescan"; run_command(cmd,0); 
but no output at all. 

I read the README.standalone but of no use could some one please let me know 
how should i go about it. 

Thanks,
Mohamed Haneef M.A
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to