* [U-Boot-Users] Making uboot.bin
@ 2007-12-11 6:25 Muneet
2007-12-11 13:12 ` Jerry Van Baren
2007-12-11 16:11 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Muneet @ 2007-12-11 6:25 UTC (permalink / raw)
To: u-boot
Hello Friends,
I am entirely new to uboot.
I had read the uboot manual and have a small grasp over it.
I am working on MPC8323E-RDB board.
I have following questions for you:-
1. Can we use uboot only for booting Linux?
2. Is the kernel necessary for the board or standalone application alone can
serve the purpose?
3. How big can be the size of standalone applications?
4. The uboot is already installed by manufacturer on my board, can i take
the backup of that from board?
5. For porting uboot to a board what cross compilation tools are required?
If ELDK can serve this purpose?
Plz do reply
Thanks,
Muneet Garg
--
View this message in context: http://www.nabble.com/Making-uboot.bin-tp14268613p14268613.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Making uboot.bin
2007-12-11 6:25 [U-Boot-Users] Making uboot.bin Muneet
@ 2007-12-11 13:12 ` Jerry Van Baren
2007-12-11 16:11 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2007-12-11 13:12 UTC (permalink / raw)
To: u-boot
Muneet wrote:
> Hello Friends,
>
> I am entirely new to uboot.
> I had read the uboot manual and have a small grasp over it.
> I am working on MPC8323E-RDB board.
>
> I have following questions for you:-
>
> 1. Can we use uboot only for booting Linux?
No, it has been used to boot other OSes (e.g. vxWorks).
> 2. Is the kernel necessary for the board or standalone application alone can
> serve the purpose?
A standalone application can do the job if you write it to do the job.
Therein lies the rub: a kernel takes care of a lot of low level details
that take a lot of time to rewrite.
If you application is simple, standalone application code can do the
job. Since you are running on MPC8323, that would imply your
application isn't simple.
> 3. How big can be the size of standalone applications?
Nearly as big as the memory on your board.
> 4. The uboot is already installed by manufacturer on my board, can i take
> the backup of that from board?
Yes, but that is dependent on your tools and generally is more difficult
than it is worth. You have access to the source of the u-boot image on
the board (thanks to the GPL). You should be able to rebuild the image
from source. That is a good exercise to proof out your build tools and
techniques before you start building custom (broken) builds and wonder
if the brokenness is your tools, your technique, or your modified code.
> 5. For porting uboot to a board what cross compilation tools are required?
> If ELDK can serve this purpose?
ELDK is what 97% of the u-boot developers use (...and 89.3% of all
statistics are made up).
> Plz do reply
>
> Thanks,
> Muneet Garg
Best regards,
gvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Making uboot.bin
2007-12-11 6:25 [U-Boot-Users] Making uboot.bin Muneet
2007-12-11 13:12 ` Jerry Van Baren
@ 2007-12-11 16:11 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2007-12-11 16:11 UTC (permalink / raw)
To: u-boot
In message <14268613.post@talk.nabble.com> you wrote:
>
> I have following questions for you:-
>
> 1. Can we use uboot only for booting Linux?
No, you cannot. It will happily boot other OS's as well.
> 2. Is the kernel necessary for the board or standalone application alone can
> serve the purpose?
This depends on that you want to do. If you need an OS, you will want
to boot Linix. If you want a simple plain stupid test environment, a
standalone application may do.
> 3. How big can be the size of standalone applications?
How much memory do you have?
> 4. The uboot is already installed by manufacturer on my board, can i take
> the backup of that from board?
Yes, of course you can. U-Boot comes under GPL and you can copy it as
often as you want.
> 5. For porting uboot to a board what cross compilation tools are required?
> If ELDK can serve this purpose?
Yes, of course it can. We use it in all our work.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
How many NASA managers does it take to screw in a lightbulb? "That's
a known problem... don't worry about it."
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-11 16:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 6:25 [U-Boot-Users] Making uboot.bin Muneet
2007-12-11 13:12 ` Jerry Van Baren
2007-12-11 16:11 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox