<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR>
<STYLE>BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<DIV>hi,guys...</DIV>
<DIV> </DIV>
<DIV>i am new to the u-boot....and wanna to port the u-boot.1.2.0....to a board
based on at91rm9200,</DIV>
<DIV> </DIV>
<DIV>i had a compiled u-boot.bin...but when i downloaded it to the
flash....reboot...nothing promt out</DIV>
<DIV> </DIV>
<DIV>i modified according the at91rm9200dk....</DIV>
<DIV> </DIV>
<DIV>what does boot.bin and loader.bin work for? Do I have to have these two
file?</DIV>
<DIV> </DIV>
<DIV>1.Add a new configuration option for my board to the
toplevel "Makefile" and to the "MAKEALL" script</DIV>
<DIV>2.Create a new directory to hold the specific code. Add any files you
need. In your board directory, you will need at least the "Makefile", a
"<board>.c", "flash.c" and "u-boot.lds".</DIV>
<DIV>3.Create a new configuration file "include/configs/<board>.h"
for my board...</DIV>
<DIV>4. Run "make <board>_config" with your new name.</DIV>
<DIV>5.make </DIV>
<DIV> </DIV>
<DIV>everything is all right except not message promted out.</DIV>
<DIV> </DIV>
<DIV>thanks </DIV>
<DIV> </DIV>
<DIV>Jack Xu</DIV>
<DIV>2007-10-22</DIV></BODY></HTML>