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

📄 itsy

📁 linux-2.6.15.6
💻
字号:
Itsy is a research project done by the Western Research Lab, and SystemsResearch Center in Palo Alto, CA. The Itsy project is one of severalresearch projects at Compaq that are related to pocket computing.For more information, see:	http://www.research.digital.com/wrl/itsy/index.htmlNotes on initial 2.4 Itsy support (8/27/2000) :The port was done on an Itsy version 1.5 machine with a daughtercard with64 Meg of DRAM and 32 Meg of Flash. The initial work includes support forserial console (to see what you're doing).  No other devices have beenenabled.To build, do a "make menuconfig" (or xmenuconfig) and select Itsy support.Disable Flash and LCD support. and then do a make zImage.Finally, you will need to cd to arch/arm/boot/tools and execute a make thereto build the params-itsy program used to boot the kernel.In order to install the port of 2.4 to the itsy, You will need to set theconfiguration parameters in the monitor as follows:Arg 1:0x08340000, Arg2: 0xC0000000, Arg3:18 (0x12), Arg4:0Make sure the start-routine address is set to 0x00060000.Next, flash the params-itsy program to 0x00060000 ("p 1 0x00060000" in theflash menu)  Flash the kernel in arch/arm/boot/zImage into 0x08340000("p 1 0x00340000").  Finally flash an initial ramdisk into 0xC8000000("p 2 0x0")  We used ramdisk-2-30.gz from the 0.11 version directory onhandhelds.org.The serial connection we established was at: 8-bit data, no parity, 1 stop bit(s), 115200.00 b/s. in the monitor, in theparams-itsy program, and in the kernel itself.  This can be changed, butnot easily. The monitor parameters are easily changed, the params programsetup is assembly outl's, and the kernel is a configuration item specific tothe itsy. (i.e. grep for CONFIG_SA1100_ITSY and you'll find where it is.)This should get you a properly booting 2.4 kernel on the itsy.

⌨️ 快捷键说明

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