public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  Loading Linux Image on AT91SAM9263-EK
@ 2013-05-09 14:02 pranav yamjala
  2013-05-09 15:09 ` Bo Shen
  0 siblings, 1 reply; 4+ messages in thread
From: pranav yamjala @ 2013-05-09 14:02 UTC (permalink / raw)
  To: u-boot

I am trying to port linux on the same board as mentioned in the subject. I
want to know how to configure the crosscompiler to build uimage or an image
of the kernel. I have got the other requirements like at91bootstrap
boot.bin and u-boot.bin ready configured for the board. I have also found
root file system and configured it as a jffs2 ext. The kernel i am not able
to build as i dont know what crosscompiler to use.
I have used buildroot to get the above images but buildroot doesnt have the
option to configure for at91sam9263 (or does it ?? i didnt get one though)
Please advise how to proceed.

-- 
Yamjala Pranav
Electrical Engg

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.514.1234387939.8190.u-boot@lists.denx.de>]
* [U-Boot] u-boot for ARM
@ 2009-01-24 20:38 Pink Boy
  2009-02-11 19:33 ` [U-Boot] Loading Linux Image on AT91SAM9263-EK Amandeep Bhullar
  0 siblings, 1 reply; 4+ messages in thread
From: Pink Boy @ 2009-01-24 20:38 UTC (permalink / raw)
  To: u-boot


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
---

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-09 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 14:02 [U-Boot] Loading Linux Image on AT91SAM9263-EK pranav yamjala
2013-05-09 15:09 ` Bo Shen
     [not found] <mailman.514.1234387939.8190.u-boot@lists.denx.de>
2009-02-11 22:54 ` Derek Ou
  -- strict thread matches above, loose matches on Subject: below --
2009-01-24 20:38 [U-Boot] u-boot for ARM Pink Boy
2009-02-11 19:33 ` [U-Boot] Loading Linux Image on AT91SAM9263-EK Amandeep Bhullar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox