<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
&nbsp;<font face="monospace">wrote by werner:<br>
&nbsp;&nbsp;&nbsp; I'd recommend storing the first-stage loader in the first NAND
erase
<br>
&nbsp;&nbsp;&nbsp; page (128kB), and the kboot system in the following pages. That
way,
<br>
&nbsp;&nbsp;&nbsp; the kboot system can be replaced without changing the first-stage
loader,
<br>
&nbsp;&nbsp;&nbsp; and vice versa.<br>
<br>
i think the first-stage for kboot needs :<br>
&nbsp;&nbsp;&nbsp; /u-boot/cpu/arm920t/start.S<br>
&nbsp;&nbsp;&nbsp; /u-boot/board/neo1973/common/lowlevel_init.S<br>
&nbsp;&nbsp;&nbsp; /u-boot/cpu/arm920t/s3c24x0/nand_read.c<br>
<br>
if we just need the three files.<br>
i want to know how to build a first-stage&nbsp; bin file.<br>
<br>
and i don't want build it in the u-boot project. <br>
there are too many code and file in u-boot that we don't need.<br>
i want create a new project about first-stage.<br>
give me some advice.<br>
<br>
<br>
</font>
</body>
</html>