[U-Boot] [U-boot] U-Boot 2009.03 booting problem

2009-04-09 Thread rudresh
machine check Resetting the board. Regards Rudresh -- View this message in context: http://www.nabble.com/-U-boot--U-Boot-2009.03-booting-problem-tp22969997p22969997.html Sent from the Uboot - Users mailing list archive at Nabble.com. ___ U-Boot mailing

[U-Boot] : Bus Fault issue in MPC8313ERDB Custom board

2009-04-09 Thread rudresh
;m not understanding this isssue. please help me to fix this issue. Thanks Rudresh -- View this message in context: http://www.nabble.com/-U-Boot-%3A-Bus-Fault-issue-in-MPC8313ERDB-Custom-board-tp22967164p22967164.html Sent from the Uboot - Users mailing list a

[U-Boot] I2C1 is not working in U-boot, When I2C2 pins are config as GPIO in MPC8313 board

2009-03-20 Thread rudresh
L :- 33fc0800 SICRH :- c003 Thanks Rudresh -- View this message in context: http://www.nabble.com/I2C1-is-not-working-in-U-boot%2C-When-I2C2-pins-are-config-as-GPIO-in-MPC8313-board-tp22620921p22620921.html Sent from the Uboot - Users mailing list a

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
D_U_BOOT will not work on MPC8313ERDB REVA board #endif #endif } *led_ptr = 0x; #endif return 0; } Thanks Rudresh Talkad rudresh wrote: > > i tried with u-boot 1.3.0 its working fine, but the client required u-boot > 1.1.6 version. > > Thanks > Rud

Re: [U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
i tried with u-boot 1.3.0 its working fine, but the client required u-boot 1.1.6 version. Thanks Rudresh wd wrote: > > Dear rudresh, > > In message <22577501.p...@talk.nabble.com> you wrote: >> >> In U-boot-1.1.6 , when i did reset the NAND device is not

[U-Boot] Error: No NAND device found during Reset

2009-03-18 Thread rudresh
Hi, In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND device found!!!") , if i Restart the board NAND device is detected . what exactly the problem? any patch for this board details MPC8313ERDB board. u-boot version 1.16 Thanks Rudresh -- View this message

[U-Boot] ethernet issue in MPC8313ER board

2009-03-15 Thread rudresh
version the restart or hung will happen after 6th to 10th iteration of on 1st board & in 2nd board working fine. how can i resolve this issue? help me Thanks Rudresh -- View this message in context: http://www.nabble.com/-U-Boot--ethernet-issue-in-MPC8313ER-board-tp22532070p22532070.html

Re: [U-Boot] Help with TSEC on MPC8343

2009-03-06 Thread rudresh
Hi Johnson, i'm also facing the same problem in MPC8313 board with u-boot-1.1.6. if you have any fix pleas send me Thanks Rudresh Johnson, Justin M (GE Infra, Energy) wrote: > > I ported U-Boot 1.1.6 to a custom board I am having trouble getting the > TSECs to work. I am us

Re: [U-Boot] Ethernet PHY LAN8700

2009-02-27 Thread rudresh
in my code..? Jerry Van Baren-7 wrote: > > rudresh wrote: >> Hi, >> >> In Ethernet PHY LAN8700 driver having some issues, during tftp the large >> file of more than 2MB of the binary file , some time its hangup & >> sometime >> its reset the boa

[U-Boot] Ethernet PHY LAN8700

2009-02-26 Thread rudresh
oblem is occurring every 2- 3 of iteration. how to fix this issue.. Thanks Rudresh -- View this message in context: http://www.nabble.com/Ethernet-PHY-LAN8700-tp22239868p22239868.html Sent from the Uboot - Users mailing list archive at Nabble.com. ___ U-Boot

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-24 Thread rudresh
(CFG_MONITOR_BASE + 0x6) // before CFG_MONITOR_BASE+0x4 This help's me to solve this problem Thanks Rudresh Frank Svendsbøe wrote: > > Hi Norbert, > I just looked at your comment in the gmane archive. You shouldn't > hardcode a new CONFIG_ENV_ADDR. Inste

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread rudresh
same u-boot-1.3.0 working in other customize MPC8313 board with some different peripherals, NOR flash of 16MB is same in both the case .. but the MPC8313 evaluation board having 256MB NAND flash.. why not u-boot-1.3.0 is not working in evaluation board.. wd wrote: > > Dear rudresh, &

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread rudresh
Base address */ \ (2< > rudresh said the following: >> i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , >> NOR >> Flash , u-boot stored in NOR flash. when i do the saveenv , reset command >> the u-boot is erase

[U-Boot] saveenv command erases flash u-boot

2009-02-22 Thread rudresh
i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue. help me to fix this issue Thanks Rudresh -- View this message in cont

[U-Boot] How serial_register( ) helps for Quad UART?

2009-01-30 Thread rudresh
I'm using external Quad UART in MPC8313 Board. in that i'm trying to port QUART supporting in U-boot-1.3.0. i'm not getting how serial_register() function will helps for QUAD UART. is it necessary to register ALL Quad UART channel(the board having 3 QUAD UART - total 12 COM port) -- View this

[U-Boot] run_command() / do_run() fails in standalone application

2008-12-25 Thread rudresh
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");

Re: [U-Boot] hush shell script commands(eval)

2008-12-24 Thread rudresh
7;1' - try 'help' I’m not able to fix this error. is it not support the constant value in if then else fi statement?. Is there any alternate method? I also trying to use the standalone application, is there any command like system("command") in u-boot. i want to run comman