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

📄 readme.lynxkdi

📁 u-boot-1.1.6 源码包
💻 LYNXKDI
字号:
			   LYNX KDI SUPPORT		    Last Update: July 20, 2003=======================================================================This file describes support for LynuxWorks KDI within U-Boot. Supportis enabled by defining CONFIG_LYNXKDI.LYNXOS AND BLUECAT SUPPORTED============================Both LynxOS and BlueCat linux KDIs are supported. The implementationautomatically detects which is being booted. When you use mkimageyou should specify "lynxos" for both (see target-specific notes).SUPPORTED ARCHITECTURE/TARGETS==============================The following targets have been tested:-PowerPC  MPC8260ADSFILES TO LOOK AT================include/lynxkdi.h    -defines a simple struct passed to a kdi.common/lynxkdi.c     -implements the call to the kdi.common/cmd_bootm.c   -top-level command implementation ("bootm").====================================================================TARGET SPECIFIC NOTES====================================================================MPC8260ADS===========The default LynxOS and BlueCat implementations require somemodifications to the config file.Edit include/configs/MPC8260ADS.h to use the following:#define CFG_IMMR	0xFA200000#define CFG_BCSR	0xFA100000#define CFG_BR1_PRELIM	0xFA101801When creating a LynxOS or BlueCat u-boot image using mkimage,you must specify the following:Both:    -A ppc -O lynxos -T kernel -C noneLynxOS:  -a 0x00004000 -e 0x00004020BlueCat: -a 0x00500000 -e 0x00507000To pass the MAC address to BlueCat you should define the"fcc2_ether_addr" parameter in the "bootargs" environmentvariable. E.g.:==> setenv bootargs fcc2_ether_addr=00:11:22:33:44:55:66

⌨️ 快捷键说明

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