📄 readme
字号:
This directory contains codes to boot JZ4730 from the NAND flash.The nandboot code size is up to 4KB according to the JZ4730 NAND bootspecification.The source files are listed below:config.h: header file of the system configuration.jz4730.h: registers definition of the JZ4730 CPU.board-xxx.h: board definition.nand.h: standard NAND definition.head.S: entry code of the boot loader.loader.c: code to load kernel image.jz4730.c: jz4730 common routines.serial.c: serial console routines.board-xxx.c: board initialization code.Makefile: makefile of the boot loader.target.ld: linker script of the boot loader.To build the boot loader, type 'make' in this directory.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -