All of lore.kernel.org
 help / color / mirror / Atom feed
From: nm <hongtd2k@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot 1.1.2 hanging when start ?
Date: Wed, 09 Aug 2006 09:04:02 +0700	[thread overview]
Message-ID: <44D94292.8030503@gmail.com> (raw)
In-Reply-To: <C62ABCFF-13A1-4EDF-BBA4-0418B331DAA2@embeddedalley.com>

Hi,
I'm operating on an at91rm9200-based board. My AT91RM9200 board base on Flavio Ribeiro's sbc.
After  I sucessfully write and run loader to/from dataflash, I try to make u-boot work .
I apply  DataFlash boot patch (http://www.ime.usp.br/~fr/sbc/software/cmd_bootm.patch) for u-boot 1.1.2 and using 
gcc3.3.4-cross tool chain (install following this instructions on debian : http://people.debian.org/~debacle/cross/) to build.

I have problem w/ renaming short-load-bytes <http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fgcc.gnu.org%2Fml%2Fgcc-patches%2F1999-11%2Fmsg00649.html&ei=8z7ZROb-Mp_isAKOnujfCQ&sig2=o6autVRiFtph0PLakcM8oQ> to alignment-traps  on gcc3.3.4 (
http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fgcc.gnu.org%2Fml%2Fgcc-patches%2F1999-11%2Fmsg00649.html&ei=8z7ZROb-Mp_isAKOnujfCQ&sig2=o6autVRiFtph0PLakcM8oQ)

To resolve it, I modify PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
	-mshort-load-bytes  <http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fgcc.gnu.org%2Fml%2Fgcc-patches%2F1999-11%2Fmsg00649.html&ei=8z7ZROb-Mp_isAKOnujfCQ&sig2=o6autVRiFtph0PLakcM8oQ> -msoft-float  
to  
PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
	-malignment-traps -msoft-float  to 
on u-boot-1.1.2/cpu/at91rm9200/config.mk  

After that, I get uboot.bin

But when i try to write uboot.bin to flash and start,
i have error on terminal :
Dataflash read successful: Starting U-boot...

and nothing happend, may be my board is hang...

Where am I wrong? Some one have any suggested for me ?

Thank you for your help in advance,

nm.

  reply	other threads:[~2006-08-09  2:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-02 15:42 [U-Boot-Users] ARM product ID Russell Peterson
2006-08-02 16:00 ` David Hawkins
2006-08-07 18:53 ` Dan Malek
2006-08-09  2:04   ` nm [this message]
2006-08-09  2:45     ` [U-Boot-Users] u-boot 1.1.2 hanging when start ? Frank
2006-08-09  7:08     ` Wolfgang Denk

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=44D94292.8030503@gmail.com \
    --to=hongtd2k@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.