public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Pink Boy <dasfoo@yahoo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] u-boot for ARM
Date: Sat, 24 Jan 2009 12:38:27 -0800 (PST)	[thread overview]
Message-ID: <78599.75604.qm@web31809.mail.mud.yahoo.com> (raw)
In-Reply-To: <4979E460.7030700@techlinkentertainment.com>


Amandeep Bhullar sez,

> I have an Atmel AT91SAM9263 evaluation board with an
> arm926ejs based processor. I want to configure U-boot 
> for this and want to have a USB device boot option 
> available too. Though the U-boot will be in NAND 
> Flash but i want the board to boot from a USB device 
> like a USB Flash drive etc.

Sounds like an adventure!  

> I was reading the README and it talks about configuring a
> large number of options. Where do I define these options? 
> In which file?

For your board the file with many of the defines is.

include\configs\at91sam9263ek.h
 
> if i  just give the command
> $ make arm926ejs_config
> if comes with a message
> make: *** No rule to make target
> 'arm926ejs_config'. Stop.

You need to type,
make at91sam9263ek_config
make

Also it's a good idea to have the environment variable 

CROSS_COMPILE

Set to point to your tool chain, as in

CROSS_COMPILE=\opt\mytoolchaintool\arm-elf-

where the directory

\opt\mytoolchaintool\

Contains your tools, such as arm-elf-gcc etc etc.

> Can anybody help me in how to obtain a .bin file for my
> processor that i can load in NANDFlash and use this U-boot.

Can't help there, don't know if it's possible.  I do know that
you can boot out of NOR (parallel) and Atmel Dataflash (Serial).
I would suggest building the standard u-boot and learn how it
works and then go from there.

Mr Foo
---

  parent reply	other threads:[~2009-01-24 20:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 15:38 [U-Boot] u-boot for ARM Amandeep Bhullar
2009-01-24  1:54 ` Roman Mashak
     [not found]   ` <8c09713c0901231814k3e41acfck3bb3de282dbee6c5@mail.gmail.com>
2009-01-24  9:23     ` Roman Mashak
2009-01-24 20:38 ` Pink Boy [this message]
2009-02-11 19:33   ` [U-Boot] Loading Linux Image on AT91SAM9263-EK Amandeep Bhullar
2009-01-25  9:06 ` [U-Boot] u-boot for ARM Jean-Christophe PLAGNIOL-VILLARD

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=78599.75604.qm@web31809.mail.mud.yahoo.com \
    --to=dasfoo@yahoo.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