about skyeye testsuite
我经过好几天的努力终于在skyeye上把uclinux跑起来了,可还是或多或少有点问题,可运行skyeye提供的testsuite感觉挺正常,
不知道,skyeye的官方能不能提供skyeye中testsuite的源代码,或者告诉大家,使用的是那个版本,在什么地方可以下载。等 Some code for some specific board is not open since they blong to some vendor . But I think most of the images in testsuite can be build from standard kernel. You can read the document on wiki:http://skyeye.wiki.sourceforge.net/uClinux 我有一个系统不知到怎么才能做成skysye可以运行的系统?
因为现成的几个文件是zImage,vivi,root.cramf,
而zImage是认为data类型的文件?搞不懂,
编译的内核里生成的也是/Image(位于xx/arch/arm/boot下)文件啊,还有一个vmlinux位于(xx下),那个文件是skyeye可以运行的? You can run zImage or vmlinux by SkyEye. Both is OK.
For vmlinux: you can run by "skyeye -e vmlinux"
For zImage: you can modify the skyeye.conf as the following and just run by "skyeye"
# skyeye config file for S3C2410X
cpu: arm920t
mach: s3c2410x
# physical memory
mem_bank: map=M, type=RW, addr=0x30000000, size=0x8000
mem_bank: map=M, type=RW, addr=0x30008000, size=0x7f8000, file=./zImage,boot=yes
mem_bank: map=M, type=RW, addr=0x30800000, size=0x00800000, file=./initrd.img
mem_bank: map=M, type=RW, addr=0x31000000, size=0x01000000
# all peripherals I/O mapping area
mem_bank: map=I, type=RW, addr=0x48000000, size=0x20000000
mem_bank: map=I, type=RW, addr=0x19000300, size=0x00000020
net: type=cs8900a, base=0x19000300, size=0x20,int=9, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
lcd: type=s3c2410x, mod=gtk
#dbct:state=on
怎么用skyeye跑起来自己编译的vmlinux
请问下 KSH 怎么才能利用skyeye跑起来自己编译的vmlinx呀。我的skyeye是1.2.9的。不知道如果想用skyeye跑起来vmlinux的话,在编译生成vmlinux的时候要修改什么以及配置文件skyeye.conf编写的时候地址怎么来写。麻烦KSH啦 。希望指点下。谢谢 https://sourceforge.net/apps/mediawiki/skyeye/index.php?title=How_to_run_your_own_kernel
页:
[1]