No , it wasn't a exactly memory problem, the only problem what that memory
where I was trying to execute was writing protected.
So I execute everything in RAM memory (0x40020000) but printf still not
working.

If I try to change printf by puts the program hangs on execution without
showing anything on screen but ## Starting application at 0x40020000 ...

It's strange because scipts, echos, and kernel init messages (when I have
tryed to boot a kernel) displays on screen (via serial port, using Tera Term
software to visualize it) without anyproblem. And if I print the environment
variables stdout is serial.

Thanks for your help.

On Wed, Feb 4, 2009 at 10:16 PM, Wolfgang Denk <[email protected]> wrote:

> Dear kescuin,
>
> In message <[email protected]>
> you wrote:
> >
> > Everything solved, the problem was that tftp wasn't working ok, an didn't
> > save data on memory.
>
> Sounds like serious memory problems to me...
>
> > Now the problem is that hello_world doen't print anything on screen. Only
>
> That's to be expected when your memory isn't working right.
>
> 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: [email protected]
> Leave bigotry in your quarters; there's no room for it on the bridge.
>        -- Kirk, "Balance of Terror", stardate 1709.2
>
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to