Hi all
On 01/14/2011 07:33 PM, Fabio Estevam wrote:
> Hi Stefano,
>
> On 1/13/2011 11:38 AM, Stefano Babic wrote:
>> On 01/12/2011 01:49 PM, Fabio Estevam wrote:
>>> Hi,
>>
>> Hi Fabio,
>>
>>>
>>> I am trying to make the new relocation scheme to work on the mx31pdk board.
>>>
>>> With this patch
Le 06/02/2011 13:03, Magnus Lilja a écrit :
> Hi all
>
> On 01/14/2011 07:33 PM, Fabio Estevam wrote:
>> Hi Stefano,
>>
>> On 1/13/2011 11:38 AM, Stefano Babic wrote:
>>> On 01/12/2011 01:49 PM, Fabio Estevam wrote:
Hi,
>>>
>>> Hi Fabio,
>>>
I am trying to make the new relocation sch
Hi Wolfgang,
On Sat, Feb 5, 2011 at 4:30 PM, Wolfgang Denk wrote:
> Dear Lei Wen,
>
> In message you
> wrote:
>>
>> > In which way do you think this will save any memory?
>>
>> This patch is not intend to save memory...
>
> Then I don't understand at all what the benefit of that patch would
> b
Dear Lei Wen,
In message you
wrote:
>
> > malloc arena and stack are adjacent. Â If you have enough free room in
> > the malloc arena for the environment buffers, but cannot afford to
> > have them on your stack, then this means your malloc arena has lots of
> > unused space. Decrease the size
Hey.
First off im sorry if this ends up the wrong place.
I have been trying for the last 4 days to get u-boot to work on my old ADS
board, but without any luck. u-boot is flashed to the board, and does start up,
my env looks like this:
ADS GCPlus # printenv
bootdelay=3
baudrate=38400
autoload=
I recently updated my TI AM37x EVM from U-Boot 2010.09 to 2010.12 and
noticed that, in doing so, saveenv / env save no longer seems to work. The
following example demonstrates:
=> version
U-Boot 2010.12 (Feb 04 2011 - 16:12:51)
=> env print foo
## Error: "foo" not defined
=> e
Dear =?iso-8859-1?Q?Ronni_H=F8mpler?=,
In message you wrote:
>
> First off im sorry if this ends up the wrong place.
This is the perfectly right place...
...but U-Boot 1.1.3 is so old that you will not find many people here
that still remember.
I recommend to update and use somewhat current c
Dear Grant Erickson,
In message you wrote:
> I recently updated my TI AM37x EVM from U-Boot 2010.09 to 2010.12 and
> noticed that, in doing so, saveenv / env save no longer seems to work. The
> following example demonstrates:
See git commit
920a5dd 2011-02-02 16:14:08 -0600 NAND: Fix saving
On 2/6/11 12:41 PM, Grant Erickson wrote:
> I recently updated my TI AM37x EVM from U-Boot 2010.09 to 2010.12 and noticed
> that, in doing so, saveenv / env save no longer seems to work. The following
> example demonstrates [ELIDED]:
I subsequently found the following patch and commit:
http:/
Dear Kumar Gala,
In message you wrote:
> Some bug fix and errata fixes.
>
> - k
>
> The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
>
> Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-mpc8
Dear Remy Bohmer,
In message you
wrote:
> The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:
>
> Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
> (2011-02-04 21:44:46 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-us
Dear Kim Phillips,
In message <20110205172435.405b1f20.kim.phill...@freescale.com> you wrote:
> Wolfgang Denk,
>
> Please pull a couple of minor fixes for 83xx:
>
> The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:
>
> Merge branch 'master' of git://git.denx.de/u-bo
On Feb 6, 2011, at 10:47 PM, Wolfgang Denk wrote:
>
> No surprize that old tools won't work with current code.
>
> So this requires a two-step solution. In the first step, update your
> tool chain.
>
>
Hi.
Sorry about that.
Updating my toolchain is not an option, and i know it did work wit
Dear =?iso-8859-1?Q?Ronni_H=F8mpler?=,
In message <8f9c8a81-52b6-48f5-9f10-c3266b2b5...@edesigns.dk> you wrote:
>
> Updating my toolchain is not an option, and i know it did work with the
> old u-boot 1.1.3, but duo to bad timing the project was dropped for a
> few years.
...
> Im out of ideas, m
On Feb 6, 2011, at 11:25 PM, Wolfgang Denk wrote:
>
> You cannot change the tool chain (software, cheap or free, basicly
> zero ecological footprint), but you can change the hardware
> (expensive in many aspectes)? Weird...
The ADS hardware is very old, thats also why i prefer using the old u
Hi Wolfgang,
On Mon, Feb 7, 2011 at 12:08 AM, Wolfgang Denk wrote:
> Dear Lei Wen,
>
> In message you
> wrote:
>>
>> > malloc arena and stack are adjacent. If you have enough free room in
>> > the malloc arena for the environment buffers, but cannot afford to
>> > have them on your stack, then
On Sat, Feb 5, 2011 at 7:35 PM, Alexander Holler wrote:
> Hello,
>
> Am 05.02.2011 14:18, schrieb Olivier Martin:
>> I am trying to enable boot from tftp for a BeagleBoard-xM.
>> The BeagleBoard-xM has an integrated Ethernet port over USB.
>
> Currently there is no support for omap-ehci in u-boot.
On Mon, Feb 7, 2011 at 3:38 PM, Lei Wen wrote:
> Hi Wolfgang,
>
> On Mon, Feb 7, 2011 at 12:08 AM, Wolfgang Denk wrote:
>> Dear Lei Wen,
>>
>> In message
>> you wrote:
>>>
> My current implementation is to do a memory dump by using the uboot,
> while uboot's only task is to compress and write
Dear Lei Wen,
In message you
wrote:
>
> > I mentioned this before: the stack can temporarily use arbitrary
> > amounts of storage, whil still allowing you to use a maximum of free
> > RAM at other times.
> >
> > I don't really care how much memory is needed on the stack for
> > environment buffe
Dear Graeme Russ,
In message you
wrote:
>
> > My current implementation is to do a memory dump by using the uboot,
> > while uboot's only task is to compress and write the memory to the sd card.
> > For the compress and write part need a lot of heap, 350k+, if still keep the
> > env buf in the s
20 matches
Mail list logo