[Skyeye-developer] Run testsuite failed.
kang shuo
blackfin.kang at gmail.com
Wed Mar 7 22:43:05 CST 2007
tun is included in linux kernel source. You just select tun module
support when you config your kernel , then build your kernel. You will
get tun module. For my suse machine, I can find my tun module in
/lib/modules/2.6.18.2-34-default/kernel/drivers/net/tun.ko
So in general speaking, your machine probabely have tun module by default.
-- Thanks
-- Michael.Kang
On 3/5/07, Simon yang <simon.yang.sh at gmail.com> wrote:
> I download tuntap source from
> http://vtun.sourceforge.net/tun/, then compile it under
> RHEL4u3.
> got "configure: error: Unsupported kernel version. ", kernel version is
> 2.6.9-34.EL-i686.Does tuntap supported on 2.6 kernel.
> Whether I recompile host linux kernel with source from kernel.org ? which
> kernel version you used?
>
>
>
> 2007/3/5, kang shuo <blackfin.kang at gmail.com>:
> > On 3/5/07, Simon yang <simon.yang.sh at gmail.com> wrote:
> > > Got it.
> > > If have space, build wiki site for docment will better. I think.
> > > Thanks for reply.
> > yes, we need to organize the document more reasonable.
> > >
> > > I want skyeye guest OS can comninucate with host linux, so compile vnet
> > > yesterday,but a lot of failure appear when make.
> > > is the Makefile contained in vnet pack for 2.4 kernel? just guess,if
> yes,
> > I recommend you use tuntap module in linux kernel. We use it to
> > communication with linux host or cygwin host.vnet module is not
> > already maintained by its developers.
> > > why not include a Makefile_2.6 for 2.6 too, it will be great.
> > >
> > >
> > > 2007/3/5, kang shuo < blackfin.kang at gmail.com>:
> > > > This is some out-of-update document. Now there is no such steps as
> > > > "target sim" "load" "run".
> > > > You can run hello by "skyeye -e hello"
> > > >
> > > > On 3/5/07, Simon yang <simon.yang.sh at gmail.com> wrote:
> > > > > Thanks for kindly help.
> > > > > but as the hellofor skyeye,
> > > > > 1. Download HelloForSkyeye.tar to your home directory on linux.
> > > > > 2. tar -xf HelloForSkyeye.tar
> > > > > 3. cd HelloForSkyeye
> > > > > 4. make
> > > > > 5. skyeye hello
> > > > > 6. tar sim
> > > > > 7. load
> > > > > 8. run
> > > > >
> > > > > Steps 6~8, How to ?
> > > > >
> > > > > 2007/3/5, kang shuo < blackfin.kang at gmail.com>:
> > > > > > We provide "-e" option for run elf format image. That is the
> common
> > > > > > usage of SkyEye. Another usage of SkyEye without "-e" option, you
> can
> > > > > > run binary image by write binary file name to skyeye.conf.
> > > > > >
> > > > > > As to compilation of image in testsuite, that is really no extra
> steps
> > > > > > comparing to your development on real board. I had tried on
> > > > > > linux-2.6.10 ,basically all the linux config supported by SkyEye
> can
> > > be
> > > > > > used to generate image that run on SkyEye . Linux is not only OS
> that
> > > > > > can run on SkyEye ,althrough the most image in our testsuite is
> based
> > > > > > on linux kernel. We can take an example for 2410 processor. You
> can
> > > > > > run the following two command under linux source directory to
> generate
> > > > > > 2410 image that run on SkyEye.
> > > > > > "make smdk2410_defconfig"
> > > > > > "make"
> > > > > >
> > > > > > - Thanks
> > > > > > - Michael.Kang
> > > > > >
> > > > > > On 3/4/07, Simon yang < simon.yang.sh at gmail.com> wrote:
> > > > > > > Great, Thanks a lot.
> > > > > > > I changed to use skyeye to v1.0.0, the at91 failure didn't find.
> but
> > > > > still
> > > > > > > have a few cases failed.
> > > > > > >
> > > > > > > Another, when run a program in skyeye, if have no parameter
> "-e",
> > > run
> > > > > > > process always stops,
> > > > > > > For instance to run Hello4Skyeye as README wrote, it stop at:
> > > > > > > ===============================
> > > > > > > [ root at localhost Hello4Skyeye]# skyeye hello
> > > > > > > ------------------------- SkyEye -V1.0
> ---------------------------
> > > > > > > Usage: SkyEye [options] program [program args]
> > > > > > > Default mode is STANDALONE mode
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------
> > > > > > > Options:
> > > > > > > -e exec-file the (ELF executable format)kernel file name.
> > > > > > > -d in GDB Server mode (can be connected by
> GDB).
> > > > > > > -c config-file the skyeye configure file name.
> > > > > > > -h This Help Display
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------
> > > > > > > debugmode= 0, filename = (null), server TCP port is 12345
> > > > > > > Non-option argument hello
> > > > > > > cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
> > > > > > > mach info: name at91, mach_init addr 0x80901dc
> > > > > > > log_info: log is off.
> > > > > > > log_info:log file is ./sk1.log, fd is 0x95a1af0
> > > > > > > log_info: log start clock 0
> > > > > > > log_info: log end clock 200000
> > > > > > > SKYEYE: use arm7100 mmu ops
> > > > > > >
> > > > > > > ===========================================
> > > > > > >
> > > > > > > If run examples in testsuite, which have same hangs. they can be
> ran
> > > > > > > normally with "-e" option. Why?
> > > > > > >
> > > > > > > BTW, do you have procedure to build the images of testsuite, it
> will
> > > be
> > > > > a
> > > > > > > good tutorial to study Embeded or Skyeye for a newer,methinks.
> If
> > > yes,
> > > > > Could
> > > > > > > forword me a appropriate docment.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > >
> > > > > > > 2007/3/4, kang shuo < blackfin.kang at gmail.com>:
> > > > > > > >
> > > > > > > > Yes , I can reproduce it. After I comment the dbct test, it
> seems
> > > the
> > > > > > > > problem can solved. I have modified the following line of
> > > auto_test
> > > > > > > > script:
> > > > > > > > "set skyeye_sh { ./exec_skyeye.sh
> > > > > ./exec_skyeye_dbct.sh
> > > > > > > }"
> > > > > > > > to
> > > > > > > > "set skyeye_sh { ./exec_skyeye.sh }"
> > > > > > > >
> > > > > > > > The root cause need to look into.
> > > > > > > >
> > > > > > > > -- Thanks
> > > > > > > > -- Michael.Kang
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On 3/3/07, Simon yang < simon.yang.sh at gmail.com> wrote:
> > > > > > > > > Hi All,
> > > > > > > > > I'm also a new skyeyer.
> > > > > > > > > One problem, when run ./auto_test in testsuite2 , which had
> > > skyeye
> > > > > > > compiled
> > > > > > > > > in my host RHEL4u3. I encountered failure a following:
> > > > > > > > >
> > > > > > > > > Case is : at91/uclinux_rtl8019/
> > > > > > > > > Skyeye : skyeye-v1.21_Rel.tar.bz2
> > > > > > > > > ------------------
> > > > > > > > >
> > > > > > > > > Welcome to
> > > > > > > > > ____ _ _
> > > > > > > > > / __| ||_|
> > > > > > > > > _ _| | | | _ ____ _ _ _ _
> > > > > > > > > | | | | | | || | _ \| | | |\ \/ /
> > > > > > > > > | |_| | |__| || | | | | |_| |/ \
> > > > > > > > > | ___\____|_||_|_| |_|\____|\_/\_/
> > > > > > > > > | |
> > > > > > > > > |_|
> > > > > > > > >
> > > > > > > > > GDB/ARMulator support by < davidm at snapgear.com>
> > > > > > > > > For further information check:
> > > > > > > > > http://www.uclinux.org/
> > > > > > > > >
> > > > > > > > > Command: /bin/ifconfig eth0 up 10.0.0.2
> > > > > > > > > ./exec_skyeye.sh: line 4: 22687 Segmentation fault
> > > > > > > > > ${skyeye_path}/skyeye -e linux -c skyeye.conf
> > > > > > > > > skyeye: no process killed
> > > > > > > > > child process exited abnormally
> > > > > > > > > while executing
> > > > > > > > >
> > > > > > > > > ----------------------
> > > > > > > > > Any comments?Thanks.
> > > > > > > > >
> > > > > > > > > Run rest cases under the ENV[Modified "set path" in
> auto_test
> > > ],
> > > > > have
> > > > > > > below
> > > > > > > > > results:
> > > > > > > > > ----------------------
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [root at localhost testsuite2]# vi test_report_2007-03-03
> > > > > > > > > SkyEye test report
> > > > > > > > > Date : Sat Mar 3 20:33:56 EST 2007
> > > > > > > > >
> > > > > > > > > Case 1: ./exec_skyeye.sh at91/uclinux_cs8900a ...PASSED
> > > > > > > > >
> > > > > > > > > Case 3: ./exec_skyeye.sh at91rm9200/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 4: ./exec_skyeye.sh ep7312/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 6: ./exec_skyeye.sh ep9312/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 7: ./exec_skyeye.sh s3c2410/2.4.18 ...PASSED
> > > > > > > > >
> > > > > > > > > Case 8: ./exec_skyeye.sh s3c4510/ ...PASSED
> > > > > > > > >
> > > > > > > > > Case 9: ./exec_skyeye.sh pxa/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 10: ./exec_skyeye.sh pxa/with_flash_net_lcd ...FAILED
> > > > > > > > >
> > > > > > > > > Case 11: ./exec_skyeye.sh pxa/pxa27x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 12: ./exec_skyeye.sh cs89712/ ...PASSED
> > > > > > > > >
> > > > > > > > > Case 14: ./exec_skyeye.sh blackfin/ ...FAILED
> > > > > > > > >
> > > > > > > > > Case 15: ./exec_skyeye_dbct.sh at91/uclinux_cs8900a
> ...PASSED
> > > > > > > > >
> > > > > > > > > Case 17: ./exec_skyeye_dbct.sh at91rm9200/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 18: ./exec_skyeye_dbct.sh ep7312/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 20: ./exec_skyeye_dbct.sh ep9312/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 21: ./exec_skyeye_dbct.sh s3c2410/2.4.18 ...PASSED
> > > > > > > > >
> > > > > > > > > Case 22: ./exec_skyeye_dbct.sh s3c4510/ ...PASSED
> > > > > > > > >
> > > > > > > > > Case 23: ./exec_skyeye_dbct.sh pxa/2.6.x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 24: ./exec_skyeye_dbct.sh pxa/with_flash_net_lcd
> ...PASSED
> > > > > > > > >
> > > > > > > > > Case 25: ./exec_skyeye_dbct.sh pxa/pxa27x ...PASSED
> > > > > > > > >
> > > > > > > > > Case 26: ./exec_skyeye_dbct.sh cs89712/ ...PASSED
> > > > > > > > >
> > > > > > > > > Case 28: ./exec_skyeye_dbct.sh blackfin/ ...FAILED
> > > > > > > > > ----------------------------
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Best Regards!
> > > > > > > > > Simon yang
> > > > > > > > >
> _______________________________________________
> > > > > > > > > Skyeye-developer mailing list
> > > > > > > > > Skyeye-developer at lists.gro.clinux.org
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> _______________________________________________
> > > > > > > > Skyeye-developer mailing list
> > > > > > > > Skyeye-developer at lists.gro.clinux.org
> > > > > > > >
> > > > > > >
> > > > >
> > >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Best Regards!
> > > > > > > Simon yang
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Best Regards!
> > > > > Simon yang
> > > >
> > >
> > >
> > >
> > > --
> > > Best Regards!
> > > Simon yang
> >
>
>
>
> --
> Best Regards!
> Simon yang
More information about the Skyeye-developer
mailing list