|
wrote by werner: I'd recommend storing the first-stage loader in the first NAND erase page (128kB), and the kboot system in the following pages. That way, the kboot system can be replaced without changing the first-stage loader, and vice versa. i think the first-stage for kboot needs : /u-boot/cpu/arm920t/start.S /u-boot/board/neo1973/common/lowlevel_init.S /u-boot/cpu/arm920t/s3c24x0/nand_read.c if we just need the three files. i want to know how to build a first-stage bin file. and i don't want build it in the u-boot project. there are too many code and file in u-boot that we don't need. i want create a new project about first-stage. give me some advice. |
- Some question about the first-stage for kboot xiangfu
