📄 assabet
字号:
The Intel Assabet (SA-1110 evaluation) board============================================Please see:http://developer.intel.com/design/strong/quicklist/eval-plat/sa-1110.htmhttp://developer.intel.com/design/strong/guides/278278.htmAlso some notes from John G Dorsey <jd5q@andrew.cmu.edu>:http://www.cs.cmu.edu/~wearable/software/assabet.htmlTo build the kernel: make assabet_config make config [accept all defaults] make dep make zImageTypically, you'll need angelboot to load the kernel.The following angelboot.opt file should be used:----- begin angelboot.opt -----base 0xc0008000entry 0xc0008000r0 0x00000000r1 0x00000019device /dev/ttyS1options "9600 8N1"baud 115200otherfile ramdisk_img.gzotherbase 0xc0800000exec minicom----- end angelboot.opt -----Then load the kernel and ramdisk with: angelboot -f angelboot.opt zImageHere it is assumed that your Assabet is connected to ttyS1 and thatminicom is preconfigured with /dev/ttyS1, 9600 baud, 8N1, no flow controlby default.This is work in progress...Please send any patches to nico@cam.org.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -