* [U-Boot-Users] Booting in reverse order
@ 2008-05-27 14:06 raajesh.n at indiatimes.com
2008-05-27 14:34 ` Ben Warren
2008-05-28 2:51 ` Jerry Van Baren
0 siblings, 2 replies; 3+ messages in thread
From: raajesh.n at indiatimes.com @ 2008-05-27 14:06 UTC (permalink / raw)
To: u-boot
Hi All,
We have installed new u-boot boot loader in a customized board , upon booting from flash we are observing that all which is displaying is in reverse order , we are not able find what is exact problem.
we checked the endiness of the compiled code, It was compiled in little endian mode.
Any suggestion would be appreciated .
Best Regards,
Rajesh
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Booting in reverse order
2008-05-27 14:06 [U-Boot-Users] Booting in reverse order raajesh.n at indiatimes.com
@ 2008-05-27 14:34 ` Ben Warren
2008-05-28 2:51 ` Jerry Van Baren
1 sibling, 0 replies; 3+ messages in thread
From: Ben Warren @ 2008-05-27 14:34 UTC (permalink / raw)
To: u-boot
Hi Rajesh,
On Tue, May 27, 2008 at 7:06 AM, <raajesh.n@indiatimes.com> wrote:
> Hi All,
>
> We have installed new u-boot boot loader in a customized board , upon booting from flash we are observing that all which is displaying is in reverse order , we are not able find what is exact problem.
> we checked the endiness of the compiled code, It was compiled in little endian mode.
>
> Any suggestion would be appreciated .
>
This is sadly lacking in detail. You need to provide information
about your CPU (we have no idea if it's supposed to be little-endian),
and instead of describing the problem, show it (cut & paste output).
Keep it in ASCII please.
regards,
Ben
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Booting in reverse order
2008-05-27 14:06 [U-Boot-Users] Booting in reverse order raajesh.n at indiatimes.com
2008-05-27 14:34 ` Ben Warren
@ 2008-05-28 2:51 ` Jerry Van Baren
1 sibling, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2008-05-28 2:51 UTC (permalink / raw)
To: u-boot
raajesh.n at indiatimes.com wrote:
> Hi All,
>
> We have installed new u-boot boot loader in a customized board , upon
> booting from flash we are observing that all which is displaying is
> in reverse order , we are not able find what is exact problem. we
> checked the endiness of the compiled code, It was compiled in little
> endian mode.
>
> Any suggestion would be appreciated .
>
> Best Regards,
> Rajesh
Ditto what Ben said about lacking information.
If your board is booting and sending characters out the serial channel
as your message implies, congratulations, all the hard stuff is working.
I would look at your serial driver: how you get the characters out of
memory and stuff them in the UART. Guessing with too little data:
something in that area is getting byteswapped (or not byteswapped)
wrongly. Another remote possibility is that your compiler (linker?) is
storing strings byteswapped in memory for some strange reason.
Good luck,
gvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-28 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 14:06 [U-Boot-Users] Booting in reverse order raajesh.n at indiatimes.com
2008-05-27 14:34 ` Ben Warren
2008-05-28 2:51 ` Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox