[U-Boot] Raspberry pi

2013-01-23 Thread Haneef Mohamed
Hi, Does u-boot support raspberry pi. (armv6) thanks, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] read command

2012-04-26 Thread Haneef Mohamed
Hi, Is there a way to get input for a script file from console(hush), so as to make the script file interactive. like in linux there is a read command which the shell scripts make use of to read inputs from console. Thanks Haneef ___ U-Boot maili

[U-Boot] arithmetic operations on hush

2012-03-28 Thread Haneef Mohamed
Hi, Does hush script support arithmetic operations. thanks haneef ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] exporting the U-Boot functions to standalone application

2012-03-22 Thread Haneef Mohamed
Dear wolfgang Denk, How do we link with u-boot? i did not understand. Thanks and Regards, Mohamed Haneef M.A From: Wolfgang Denk To: Haneef Mohamed Cc: "u-boot@lists.denx.de" Sent: Thursday, 22 March 2012 7:06 PM Subject: Re: [U-Boot] expor

[U-Boot] exporting the U-Boot functions to standalone application

2012-03-22 Thread Haneef Mohamed
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

Re: [U-Boot] execution of standalone hello_world not happening

2012-03-18 Thread Haneef Mohamed
version 6 Actual U-Boot ABI version 6 Hello World argc = 1 argv[0] = "0c10" argv[1] = "" Hit any key to exit ... Thanks, Mohamed Haneef M.A ____ From: Wolfgang Denk To: Haneef Mohamed Cc: "u-boot@lists.denx.de" ; "albert.u.

[U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Haneef Mohamed
Hi, After using u-boot command "loadb" to load hello_world.bin file (provided by u-boot) at address 0x00208000, I used go 208000 but it is not executing. please would you let me know what went wrong? Thanks, Haneef ___ U-Boot mailing list U-Boo

[U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Haneef Mohamed
Hi, After using u-boot command "loadb" to load hello_world.bin file (provided by u-boot) at address 0x00208000, I used go 208000 but it is not executing. please would you let me know what went wrong? Thanks, Haneef ___ U-Boot mailing list U-Boot

[U-Boot] making use of commands in standalone application

2012-03-15 Thread Haneef Mohamed
Hi, How do we make use of the u-boot commands in standalone application. What changes needs to be done in the Make file of standalone dir to make it generate the obj of commands also.  Thanks, Haneef. ___ U-Boot mailing list U-Boot@lists.denx.de http: