* [U-Boot-Users] help
@ 2005-11-09 2:37 yangpiyjs
2005-11-09 5:10 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: yangpiyjs @ 2005-11-09 2:37 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
2005-11-09 2:37 yangpiyjs
@ 2005-11-09 5:10 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2005-11-09 5:10 UTC (permalink / raw)
To: u-boot
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
>
> <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
And *NEVER* post HTML to this list.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
What is wanted is not the will to believe, but the will to find out,
which is the exact opposite.
-- Bertrand Russell, "Skeptical Essays", 1928
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
@ 2005-11-22 7:34 prabha.j at tcs.com
2005-11-22 12:14 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: prabha.j at tcs.com @ 2005-11-22 7:34 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
2005-11-22 7:34 prabha.j at tcs.com
@ 2005-11-22 12:14 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2005-11-22 12:14 UTC (permalink / raw)
To: u-boot
In message <OFD6E1F6A0.0014B3BF-ON652570C1.0029083A-652570C1.00299464@tcs.com> 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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
@ 2008-04-04 5:53 bankupalli nagendra
2008-04-04 6:39 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: bankupalli nagendra @ 2008-04-04 5:53 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
2008-04-04 5:53 [U-Boot-Users] help bankupalli nagendra
@ 2008-04-04 6:39 ` Wolfgang Denk
2008-04-04 11:41 ` Jerry Van Baren
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2008-04-04 6:39 UTC (permalink / raw)
To: u-boot
In message <bc04c5ba0804032253g4604b35ue3878c2429034dfa@mail.gmail.com> 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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] help
2008-04-04 6:39 ` Wolfgang Denk
@ 2008-04-04 11:41 ` Jerry Van Baren
0 siblings, 0 replies; 7+ messages in thread
From: Jerry Van Baren @ 2008-04-04 11:41 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
> In message <bc04c5ba0804032253g4604b35ue3878c2429034dfa@mail.gmail.com> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-04-04 11:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 5:53 [U-Boot-Users] help bankupalli nagendra
2008-04-04 6:39 ` Wolfgang Denk
2008-04-04 11:41 ` Jerry Van Baren
-- strict thread matches above, loose matches on Subject: below --
2005-11-22 7:34 prabha.j at tcs.com
2005-11-22 12:14 ` Wolfgang Denk
2005-11-09 2:37 yangpiyjs
2005-11-09 5:10 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox