[U-Boot] u-boot version for Linux kernel 3.18

2016-04-04 Thread Vijay Shrivastav
I am in the process of moving our Linux release (kernel 2.6.27) to ELDK 5.8 which comes with Linux kernel version 3.18. I also have a working u-boot version 2009 patch level 1 from the board manufacturer. My question is, Is this version of u-boot compatible with Linux kernel 3.18 or not. I am u

Re: [U-Boot] U-Boot version issue

2015-10-12 Thread ba_f
Am 2015-10-09 15:02, schrieb Simon Glass: +Marcel who is the maintainer Hi, On 8 October 2015 at 14:56, ba_f wrote: Hello, i have an issue with different U-Boot versions, and i have no clue what's the problem. Maybe someone's got an idea? Working on Xilinx' ARM Platform i use U-Boot ve

Re: [U-Boot] U-Boot version issue

2015-10-09 Thread Michal Simek
Hi, On 10/09/2015 03:02 PM, Simon Glass wrote: > +Marcel who is the maintainer Marcel? :-) > > Hi, > > On 8 October 2015 at 14:56, ba_f wrote: >> >> Hello, >> >> >> i have an issue with different U-Boot versions, and i have no clue what's >> the problem. >> Maybe someone's got an idea? >> >>

Re: [U-Boot] U-Boot version issue

2015-10-09 Thread Simon Glass
+Marcel who is the maintainer Hi, On 8 October 2015 at 14:56, ba_f wrote: > > Hello, > > > i have an issue with different U-Boot versions, and i have no clue what's > the problem. > Maybe someone's got an idea? > > Working on Xilinx' ARM Platform i use U-Boot version > u-boot-xlnx-xilinx-v14.6.0

[U-Boot] U-Boot version issue

2015-10-08 Thread ba_f
Hello, i have an issue with different U-Boot versions, and i have no clue what's the problem. Maybe someone's got an idea? Working on Xilinx' ARM Platform i use U-Boot version u-boot-xlnx-xilinx-v14.6.01, and it's all good with that one and even lower versions. But, using u-boot-xlnx-xilin

Re: [U-Boot] U-boot Version 2009.06

2009-08-27 Thread willy jacobs
On 07-08-2009 10:24, ragh1...@gmail.com wrote: > Hello Friends, > > I have a custom board with MPC8548E. I am trying to port u-boot 2009.06 > > By modifying the MPC8548CDS Files. > > > The main difference between CDS and our custom board is in Flash > Configuration. > > Our custom board has 1

[U-Boot] U-boot Version 2009.06

2009-08-07 Thread ragh1...@gmail.com
Hello Friends, I have a custom board with MPC8548E. I am trying to port u-boot 2009.06 By modifying the MPC8548CDS Files. The main difference between CDS and our custom board is in Flash Configuration. Our custom board has 128MB Flash? Which locations/file i have to change? i configured t

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Hi In my case, these are the things i do in my bootstrap : *Hardware initialization (DDR) and initialise the clock freq *Load u-boot image from Nand flash in RAM *jump to image address i want to add a version information for this part of the code. Im not in a postion to write a extra nand_write fu

Re: [U-Boot] u-boot version

2009-05-19 Thread Detlev Zundel
Hi Deepak, > Sorry for not being clear the first time around. My objective is to write a > program with which i will be able to access the u-boot version. Form Linux that is I guess. If you have CONFIG_VERSION_VARIABLE defined in your U-Boot configuration, then according to README (see, documen

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Sorry for not being clear the first time around. My objective is to write a program with which i will be able to access the u-boot version. Also i would like to add a new parameter to the bootstrap which would specify the bootstrap version.(which i want to according to changes i make to bootstr

Re: [U-Boot] u-boot version

2009-05-19 Thread Detlev Zundel
Hi Deepak, > Actually we are planning to include a new parameter as version of > parameter. This sounds like mata-programming, although I'm pretty sure that you wnat to do something simple - so obviously I did not understand what you want to do, sorry. > I have a tentative idea of writing into

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Hi first of all thanks for the reply... Actually we are planning to include a new parameter as version of parameter. I have a tentative idea of writing into the nand flash as a env variable so that i will be able to read it from the u-boot and then from kernel. But im not sure of how to do this

Re: [U-Boot] u-boot version

2009-05-18 Thread Wolfgang Denk
Dear Deepak Gopalakrishnan, In message you wrote: > > this time i want to know is there anywat i can get a application in linux > to fetch the bootstrap and u-boot version and display it > i have no idea how this can be done > could someone give a start.im using AT91Bootstrap and

[U-Boot] u-boot version

2009-05-18 Thread Deepak Gopalakrishnan
Hi all this time i want to know is there anywat i can get a application in linux to fetch the bootstrap and u-boot version and display it i have no idea how this can be done could someone give a start.im using AT91Bootstrap and u-boot-1.1.5_atmel_1.2 thanks alot note:sorry if i h

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Wolfgang Denk
Dear Ben, In message <[EMAIL PROTECTED]> you wrote: > > > git clone git://www.denx.de/git/u-boot.git u-boot/ > > > > in order to obtain local copy of the current sources ? > > > > > git clone git://git.denx.de/u-boot.git u-boot > > I seem to vaguely remember a message that this one is more gua

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Wolfgang Denk
Dear Roman, In message <[EMAIL PROTECTED]> you wrote: > > I didn't work with 'git' before, mainly subversion and CVS -- need > time to master up this tool. Is it correct to issue > > git clone git://www.denx.de/git/u-boot.git u-boot/ Yes. > > The current window for changes is (almost) closed:

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Ben Warren
Roman Mashak wrote: > Hello, > > 2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>: > > [skip] > > I didn't work with 'git' before, mainly subversion and CVS -- need > time to master up this tool. Is it correct to issue > > git clone git://www.denx.de/git/u-boot.git u-boot/ > > in order to obtain local

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hello, 2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>: [skip] I didn't work with 'git' before, mainly subversion and CVS -- need time to master up this tool. Is it correct to issue git clone git://www.denx.de/git/u-boot.git u-boot/ in order to obtain local copy of the current sources ? > The cu

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Jerry Van Baren
Roman Mashak wrote: > Hello, > > I'm planning to make a port on a ARM926EJ-S based board. What is the > recommended way: take release or GIT version as a base ? > Thanks. Definitely work off the GIT tip of the tree. The current window for changes is (almost) closed: there will be a period of st

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hi, 2008/9/2 Gururaja Hebbar K R <[EMAIL PROTECTED]>: > Depends on what processor you are using, atmel at91sam9 series or omap > or ti davinci It's LG's system-on-chip, consisting of main CPU (ARM926EJ-S based), running at 216MHz, mpeg2/mpeg4/audio decoding engines, LCD interface, UART. On-chip R

Re: [U-Boot] U-Boot version for a new port

2008-09-02 Thread Gururaja Hebbar K R
Hi, > From: "Roman Mashak" <[EMAIL PROTECTED]> > Subject: [U-Boot] U-Boot version for a new port > I'm planning to make a port on a ARM926EJ-S based board. What is the > recommended way: take release or GIT version as a base ? Depends on what processor you ar

[U-Boot] U-Boot version for a new port

2008-09-02 Thread Roman Mashak
Hello, I'm planning to make a port on a ARM926EJ-S based board. What is the recommended way: take release or GIT version as a base ? Thanks. -- Roman Mashak ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot