public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting in reverse order
Date: Tue, 27 May 2008 22:51:05 -0400	[thread overview]
Message-ID: <483CC899.9060009@gmail.com> (raw)
In-Reply-To: <1400568270.225641211897176776.JavaMail.root@mbv4.indiatimes.com>

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

      parent reply	other threads:[~2008-05-28  2:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483CC899.9060009@gmail.com \
    --to=gvb.uboot@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox