-
Hello Thomas,
the i2c-0 device was not in /dev. I've manually created a /dev/i2c-0
mknod /dev/i2c-0 c 89 0
Now the device i2c-0 appears in /dev
Additionally I've manually loaded the i2c_dev kernel module.
modprobe i2c-dev returns
i2c /dev entries driver
Regards
Wolfgang.
2009-11-30 16:35:22 UTC in XXSvideo Linux System
-
Hi
I'd like to grab an image on the CVBS output of the xxsvideo board.
The program I use tries to open the /dev/i2c-0 device, but this failes.
I use the following settings
#define I2C_SLAVE 0x0703
#define I2C_SLAVE_ADDRESS_SAA 0x25 // second SAA
//#define I2C_SLAVE_ADDRESS_SAA 0x24
Are these settings correct?
Do you have any suggestions?
Regards
Wolfgang.
2009-11-30 14:52:27 UTC in XXSvideo Linux System
-
Hi Alexander,
is there a way to change the size of the framebuffer? Now the framebuffer has a default size 640x480-60Hz.
I would like to make mode "800x600 75Hz 16bit" from /etc/fb.modes the default.
Regards
Wolfgang.
2009-11-17 15:33:35 UTC in XXSvideo Linux System
-
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 in XXSvideo Linux System
-
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 in XXSvideo Linux System
-
Hi Alexander,
I'm jsut about to configure and compile the framebuffer on xxsvideo.
I'm using the Fujitsu V03R01 evaluation software and want to compile the framebuffer support as mudules.
Which is the correct GDC_TYPE (either JADE or CORAL_PA)?
Must the mb86r01_gdc.ko (for JADE) or the mb86296.ko.
Currently I'm using GDC_TYPE = JADE.
I've compiled successfull the mb86xxxfb.ko ind...
2009-11-05 12:01:20 UTC in XXSvideo Linux System
-
Hi Alexander,
./hello instead of hello solved the problem.
Thank you for the hint.
Regards
Wolfgang.
2009-11-05 11:09:17 UTC in XXSvideo Linux System
-
Hi Alexander,
I've set up jade rootfile system 0.8.3 and the arm toolchain.
Now I've compiled a simple c-program hello.c and moved it to rootfs-final/root
When I try to start "hello" on the xxsterminal/xxsvideo board, I get the error -sh : hello: not found.
The output of "file hello" on the hist system is
hello: ELF 32-bit LSB executable, ARM, version 1 (SYSV)...
2009-11-03 12:56:52 UTC in XXSvideo Linux System
-
Hi Alexander
thank you for your reply.
I've made the necessay changes in xxsvideo_xxsterminal_defconfig.
Now what must be done to make the changes active?
Could you give me a hint?
Regards
Wolfgang.
2009-10-29 10:09:13 UTC in XXSvideo Linux System
-
Hi Alexander,
I've recompiled the jade root filesystem again, withour errors.
I'm using xxsvideo-xxsterminal board not the eval board
, so I selected the xxsvideo / xxsterminal configuration.
Kernel version is 2.6.27.21.
During kernel configuration I kept most of the default values.
I only included Video4Linux, smsc911 and USB support,.
When booting the system an error shows:
2009-10-29 07:57:41 UTC in XXSvideo Linux System