Root/nandboot/README

1
2This is the source code of the NAND Secondary Program Loader (SPL).
3The NAND SPL itself will be first loaded by the IPL (Initial Program Loader)
4inside the CPU, then it loads the kernel image from NAND into RAM and
5starts the kernel from RAM.
6
7To build the NAND SPL, follow next steps:
8
9  $ cd src/
10  $ make
11
12And you will get a binary file called n-boot.bin.
13
14Before building the SPL, you should open config.h and check the
15configuration is correct for your system.
16
17For JZ4730, the n-boot.bin must be less than 4KB.
18
19For JZ4740, the n-boot.bin must be less than 8KB.
20
21The platform definitions were declared in include/jz47xx_board.h.
22Please check and modify it according to your system.
23

Archive Download this file



interactive