⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 2410 nand boot load!(4K DRAM) 0地址开始运行
💻 TXT
字号:
		S3C2410 Nand Bootloader (ADAM-1.0)This document briefly describes how to use ADAM with your system.GNU Toolchain-------------ADAM is only used by GNU Toolchainif you want to get Nand Bootloader for (SDT, ADS )visit  http://www.samsung.com (S3C2410 of System LSI)Important-------------0) The main purpose of ADAM is  to load the some kind of Image in SMC(Smart   Meida Card) into Memory1) The size of ADAM is limited under 4096 Bytes for S3C2410   Otherwise limited to 2048 Bytes for S3C54102) ADAM MUST BE WRITED INTO 0 BLOCK OF SMC (Smart Media Card)3) Change  Constant of 2410loader.c	MEM_OFFSET     	: Memory Address of Image loaded into memory	BOOT_IMAGE_SIZE : Size  of Image loaded into memory		ex) Image : Kernel ,armboot ...4) The Start block of Image wrote into SMC  : 1   Make sure that image wrote into SMC should be located at 1 block of SMC       	Smart Media Card        _________________________   	|			 | BLOCK 0 (4k byte)	|   ADAM		 |	|------------------------|	|      	       	       	 | BLOCK 1	| Booting Image 	 |	| Ex) Kernel, uboot,   	 |       	|     armboot		 |	|	     		 |	|	     		 |	|	     		 |        | 	     		 |	|	     		 |	|	     		 |	|	     		 |	|	     		 |	|	     		 |	|	     		 |	|	     		 |	|________________________|How to compile--------------Assumption that your path already contains arm-linux-xxx (gcc,ld ..)just type	shell> makeContact------SW.LEE <hitchcar@sec.samsung.com>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -