From mboxrd@z Thu Jan 1 00:00:00 1970 From: yangpiyjs Date: Wed, 9 Nov 2005 10:37:08 +0800 Subject: [U-Boot-Users] help Message-ID: <437160e8.0be73058.63fd.7363@mx.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have a error, how can I do? Error following: CHK include/linux/version.h ake[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/compile.h SKIPPED include/linux/compile.h CHK usr/initramfs_list GEN .version CHK include/linux/compile.h SKIPPED include/linux/compile.h LD .tmp_vmlinux1 rivers/built-in.o(.text+0x64c98): In function `$a': undefined reference to `OMAP_DMA_CSAC' rivers/built-in.o(.text+0x64cb4): In function `$a': undefined reference to `OMAP_DMA_CSAC' rivers/built-in.o(.text+0x64d10): In function `dma_dest_len': undefined reference to `OMAP_DMA_CDAC' rivers/built-in.o(.text+0x64d2c): In function `dma_dest_len': undefined reference to `OMAP_DMA_CDAC' rivers/built-in.o(.text+0x64e5c): In function `next_in_dma': undefined reference to `OMAP_DMA_CSAC' rivers/built-in.o(.text+0x64e74): In function `next_in_dma': undefined reference to `OMAP_DMA_CSAC' rivers/built-in.o(.text+0x6502c): In function `$a': undefined reference to `OMAP_DMA_CDAC' rivers/built-in.o(.text+0x65044): In function `$a': undefined reference to `OMAP_DMA_CDAC' rivers/built-in.o(.text+0x654a4): In function `$a': undefined reference to `OMAP_DMA_LCH_CTRL' rivers/built-in.o(.text+0x655cc): In function `$a': undefined reference to `OMAP_DMA_CCR' ake: *** [.tmp_vmlinux1] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20051109/969b0f9f/attachment.htm From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 09 Nov 2005 06:10:41 +0100 Subject: [U-Boot-Users] help In-Reply-To: Your message of "Wed, 09 Nov 2005 10:37:08 +0800." <437160e8.0be73058.63fd.7363@mx.gmail.com> Message-ID: <20051109051041.89E0E35265B@atlas.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <437160e8.0be73058.63fd.7363@mx.gmail.com> you wrote: > > Error following: > > CHK include/linux/version.h This has nothing to do with U-Boot. You are completely off topic here. > ------=_NextPart_000_0004_01C5E519.90A93AC0 > Content-Type: text/html; > charset="us-ascii" > Content-Transfer-Encoding: quoted-printable > > Date: Tue, 22 Nov 2005 13:04:08 +0530 Subject: [U-Boot-Users] help Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, In the README file of U-boot i saw that the CFG_SDRAM_BASE (physical address ) should be 0x0. But why ? For my board the SDRAM starts from 0x3000 0000.(128MB). Then how can i change. If i change how it will be effected. Give me some idea on this. Thanks in advance. Prabha J. Tata Consultancy Services Limited Mailto: prabha.j at tcs.com Website: http://www.tcs.com Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20051122/68ef216e/attachment.htm From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 22 Nov 2005 13:14:38 +0100 Subject: [U-Boot-Users] help In-Reply-To: Your message of "Tue, 22 Nov 2005 13:04:08 +0530." Message-ID: <20051122121438.4E1BA352661@atlas.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message you wrote: > > In the README file of U-boot i saw that the CFG_SDRAM_BASE (physical > address ) should be 0x0. But why ? For PowerPC, correct. Why? Because that's the way U-0Boot and Linux was designed. > For my board the SDRAM starts from 0x3000 0000.(128MB). Then how can i > change. If i change how it will be effected. The mapping is just a setting in your software. Just change your memory controller configuration and map the SDRAM to physical address 0x0000. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Put your Nose to the Grindstone! -- Amalgamated Plastic Surgeons and Toolmakers, Ltd. From mboxrd@z Thu Jan 1 00:00:00 1970 From: bankupalli nagendra Date: Fri, 4 Apr 2008 11:23:51 +0530 Subject: [U-Boot-Users] help Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all I am working with u ? boot integration of ARM based board for various tests I am able to add the different commands but unable to run them simultaneously The last command which I added is only able to run. Remaining commands are just getting hanged Can you please suggest the way to debug this ? Regards, Nagendra TES Electronics Solutions Bangalore -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20080404/79b564af/attachment.htm From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 04 Apr 2008 08:39:40 +0200 Subject: [U-Boot-Users] help In-Reply-To: Your message of "Fri, 04 Apr 2008 11:23:51 +0530." Message-ID: <20080404063940.B8F3B2476E@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message you wrote: > > I am working with u =96 boot integration of ARM based board for various tes= > ts > > I am able to add the different commands but unable to run them > simultaneously It is considerd highly impolite to post the same question several times in short sequence, especially when you additionally change the sander ID's. Please don't do this. > Content-Type: text/html; charset=WINDOWS-1252 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline And NEVER post HTML to this list! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de You are in a maze of UUCP connections, all alike. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 04 Apr 2008 07:41:03 -0400 Subject: [U-Boot-Users] help In-Reply-To: <20080404063940.B8F3B2476E@gemini.denx.de> References: <20080404063940.B8F3B2476E@gemini.denx.de> Message-ID: <47F613CF.3050509@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message you wrote: >> I am working with u =96 boot integration of ARM based board for various tes= >> ts >> >> I am able to add the different commands but unable to run them >> simultaneously > > It is considerd highly impolite to post the same question several > times in short sequence, especially when you additionally change the > sander ID's. Please don't do this. > >> Content-Type: text/html; charset=WINDOWS-1252 >> Content-Transfer-Encoding: quoted-printable >> Content-Disposition: inline > > And NEVER post HTML to this list! > > Best regards, > > Wolfgang Denk P.S. You also didn't give us enough information to debug your problem, especially remotely. The quality of the answers to questions is directly proportional to the quality of the questions asked. About all we can say is that your code is broken. When you find where it is broken, the fix usually is obvious. If the fix isn't obvious, tell us the details and maybe we will be able to offer some more useful advice. Good luck, gvb