readme

来自「mips cpu 君正4730 4740的 ucosii 源码 包括系统 摄像」· 代码 · 共 22 行

TXT
22
字号
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 + =
减小字号Ctrl + -
显示快捷键?