Re: [U-Boot] board doesnt boot when migrating from u-boot1.3.4 to u-boot2009.11.1

2010-02-01 Thread sunr2007
My board is based on AT91SAM9261EK. i did a couple of changes to u-boot which i'm listing below 1) In the config file /include/configs/at91sam9261ek.h i changed the line #define PHYS_SDRAM_SIZE0x0400 /* 64 megs */ to #define PHYS_SDRAM_SIZE

[U-Boot] board doesnt boot when migrating from u-boot1.3.4 to u-boot2009.11.1

2010-01-31 Thread sunr2007
Dear all, I was using u-boot-1.3.4 all these days . i decide to shift to new u-boot so that i can use some new features . i compiled the latest u-boot-2009.11.1 .but my board doesnt boot at all . My board is based on AT91SAM9261EK. i did a couple of changes to u-boot which i'm listing below 1)

[U-Boot] My SPI driver not working in u-boot.

2009-10-21 Thread sunr2007
Dear All Im tryin to write a SPI Driver in u-boot-1.3.4 with SPI BUS 1 support for my processor AT91SAM9261 . I have defined the base macro for SPI bus 1 AT91SAM9261_BASE_SPI1 in /asm/arch/hardware.h and i av passed the bus id and chip select id . but im not getting any data or clock value on

[U-Boot] How to enable to print messages on serial port(ttyS0) in u-boot?

2009-10-21 Thread sunr2007
Dear all , Is there a option to print the message or some variable value which i av modified in code to print it on serial console to check whether it is getting executed or not? like we use printf in application programming . if yes how to enable it and use it? . thanks. warm regards, Ravi

[U-Boot] how to apply at91 patch for the current u-boot-2009-06?

2009-09-22 Thread sunr2007
Hi all, i want to know how to apply at91 patch for current versions of u-boot like 2009-06? i saw in linux4sam.org website that patched are available only for u-boot-1.3.4 ? but after that no patches for the current versions?can anyone help me plz how to update u-boot-2009-06 with the latest at91

[U-Boot] how to enable various command support in u-boot-1.3.4?

2009-09-01 Thread sunr2007
Dear all, I was using u-boot-1.1.5 all these days. so i decided to use SPI API improvements and some other improvements. so i switched to u-boot 1.3.4 . I'm using AT91SAM9261 board cross compiler with GCC 3.4.1. i was able to compile the u-boot but only few of files compiled. in the /common/

Re: [U-Boot] how to enable various command support in u-boot-1.3.4?

2009-09-01 Thread sunr2007
wd wrote: Dear sunr2007, In message 25236687.p...@talk.nabble.com you wrote: I was using u-boot-1.1.5 all these days. so i decided to use SPI API improvements and some other improvements. so i switched to u-boot 1.3.4 . I'm using AT91SAM9261 board cross compiler with GCC 3.4.1. i

Re: [U-Boot] how to enable various command support in u-boot-1.3.4?

2009-09-01 Thread sunr2007
if define CONFIG_ATMEL_SPI AT91SAM9261_ID_SPI0 so that it used BUS0 of the atmel SPI controller but the compiler again gave some error which was similar to previous error which i posted . thanks a lot . warm regards, Ravi Kulkarni. wd wrote: Dear sunr2007, Please make sure to read http