readme

来自「Compex BIOS for SAMSUNG S3C4510B v1.20-l」· 代码 · 共 59 行

TXT
59
字号
Compex BIOS for SAMSUNG S3C4510B v1.20-ltLiu Tao	<lt@ncic.ac.cn>1. Disclaimer-------------This program is derived from"Compex BIOS for SAMSUNG S3C4510B v1.20 (build 0801)"I am not liable for any damage and liability caused by the use of this program.2. Quick Install----------------The default system configuration is:	ROM BANK0:	512K x 8 FLASH		8bit	ROM BANK1:	1M x 16 FLASH		16bit	DRAM BANK0:	4M x 16 SDRAM x 2	32bit	CPU CLOCK:	50MHzIf this configuration fits your board, type 'make',and the bios image is ./imgtools/img/bios.img ,burn bios.img to the FLASH at ROM BANK0, and enjoy!3. Change system configuration------------------------------If the default system configuration doesn't fit yourborad, you can first try quick install, and changesystem configuration in BIOS. If the BIOS can't bootat all, you should edit ./imgtools/param.c to changethe default configuration, and make the new image.4. Support your FLASH---------------------The BIOS supports following FLASH chips:AM29F040BAM29LV040BAM29LV160BT/DTAM29LV160BB/DBHY29F040AHY29LV160THY29LV160BSST39VF040SST39VF080SST39VF016If your FLASH chip is not supported, you should addthe vendor ID and device ID to ./biosapi/flash.h, andadd the detailed chip information to ./biosapi/flash.c

⌨️ 快捷键说明

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