-
albigdd committed revision 65 to the XXSvideo Linux System SVN repository, changing 64 files.
2009-11-12 09:56:30 UTC by albigdd
-
mycable added tbetker to the XXSvideo Linux System project.
2009-11-11 12:27:39 UTC by mycable
-
mycable added fme to the XXSvideo Linux System project.
2009-11-11 12:20:49 UTC by mycable
-
Hi Wolfgang,
to build the kernel in it's own tree (that's what I usually do, because I don't want to build all other stuff), I wrote a short, simple script to automate the settings of environment variables and make commands:
#!/bin/sh
export ARCH=arm
export CROSS_COMPILE=arm-unknown-linux-gnueabi-
PATH=$PATH:~/opt/arm-unknown-linux-gnueabi/bin/
make...
2009-11-11 08:23:38 UTC by albigdd
-
Hello Wolfgang,
the XXSvideo build scripts use the _mkimage_ binary in the build/ subdirectory. Make sure that build/bin/mkimage exists (it is installed by the u-boot package), remove the kernel's uImage, and re-run _make_ (as suggested by Alexander).
Best regards,
Thomas.
2009-11-11 08:04:58 UTC by tbetker
-
Hi Alexander,
when running make uImage the files "Image" and "zImage" are build new in /arch/arm/boot but not uImage.
Rhe make script say "mkimage : Command not found :U-Boot image will not be build".
I've installed "mkimage" (included in jigit package) with Ubuntu, but then the mkimage man-page is printed instead.
No uImage is build.
I also tried to use mkImage on the vmlinux...
2009-11-11 07:35:07 UTC by wolma
-
Hi Wolfgang,
either you compile the kernel inside xxsvideo/linux-2.6.22.19 with make uImage or you have to erase manually the kernel image and start the xxsvideo build as usual:
rm sources/xxsvideo/linux-2.6.22.19/arch/arm/boot/uImage
make
best regards,
Alexander.
2009-11-10 16:39:25 UTC by albigdd
-
Hi Alexander,
I've recompiled the linux kernel several times and changed the configuratiojn p.e. included Video4Linux in the kernel.
The kernel is build in the xxsvideo/linux-2.6.22.19 directory but it seems that the changes I made are not active after the next reboot.
The files in the "images"-directory are unchanged since the first make of the jade root file system.
How can I make...
2009-11-10 11:24:15 UTC by wolma
-
Hi Wolfgang,
I would guess the same as Thomas that your kernel is compiled with the (mycable) xxsvideofb driver which will conflict with the FME graphics driver.
So please contact the FME support. I don't know this driver and can't help anyhow.
Best regards,
Alexander.
2009-11-05 14:59:02 UTC by albigdd
-
Hello Wolfgang,
the FME graphics driver is not part of the XXSvideo Linux distribution, so you should direct your questions to the FME support.
The documentation that comes with the FME graphics driver ought to indicate how to compile it. GDC\_TYPE = JADE looks okay, though.
About the _insmod_ problem: I guess you have compiled the Linux kernel with CONFIG\_FB\_XXSVIDEO enabled. You...
2009-11-05 12:26:42 UTC by tbetker