Thank you for the information. I'm just re-learning my way around
u-boot. I appreciate your comments and pointers. Last time I used
u-boot, it did not use the current method for configuration and I was
able to us // to comment stuff out in the configuration header file.
Thank you and you guys
Dear "Brian S. Park",
In message <4e80bf3d.8050...@corelis.com> you wrote:
>
> It seems that the tool that generates u-boot.lds does not like // in the
> header file and putting it in the u-boot.lds file.
The "tool that generates u-boot.lds" is the standard C preprocessor.
Best regards,
Wolfga
Dear "Brian S. Park",
In message <4e80bc71.4000...@corelis.com> you wrote:
>
> I found my problem.
>
> My board, though based on walnut board, does not have real time clock.
> So, I have to disable RTC support in u-boot. However, as soon as I
> comment out
>
> #define CONFIG_RTC_DS174x1
Sorry to keep relying to my self.
It seems that the tool that generates u-boot.lds does not like // in the
header file and putting it in the u-boot.lds file.
I started using /* */ instead and it compiles OK now.
Thanks.
Brian
On 9/26/2011 10:54 AM, Brian S. Park wrote:
I found my problem.
I found my problem.
My board, though based on walnut board, does not have real time clock.
So, I have to disable RTC support in u-boot. However, as soon as I
comment out
#define CONFIG_RTC_DS174x1/* use DS1743 RTC in Walnut*/
in walnut.h, line 68, I get build error.
[root@new-li
Thanks for the reply.
I was in the process updating ELDK from 4.1 to 4.2 and must have had
something screwed up. I tried again Today and it compiles without error.
Thanks for looking into this and helping a newbie.
Brian
On 9/24/2011 3:05 AM, Anatolij Gustschin wrote:
Hi,
On Fri, 23 Sep 201
Hi,
On Fri, 23 Sep 2011 18:11:28 -0700
"Brian S. Park" wrote:
> Hi,
> I'm currently working on updating the firmware on our custom board
> (based on IBM walnut board) and tried to build the latest released
> u-boot 2011.06 using ELDK4.2.
> Using the fresh source code extracted from u-boot-2011
Hi,
I'm currently working on updating the firmware on our custom board
(based on IBM walnut board) and tried to build the latest released
u-boot 2011.06 using ELDK4.2.
Using the fresh source code extracted from u-boot-2011.06.tar.bz2, I
did "make walnut_config" and then "make". But I get the f
8 matches
Mail list logo