Error in creating jffs2 image

2007-02-12 Thread Jitendra Jain
Hi all, I want to create jffs2 image. I used mkfs.jffs2 command for the same. But I got following error: oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 6, high 18, batch 3 cpu 0 cold: low 0, high 6, batch 3 Normal per-cpu: empty HighMem per-cpu: empty Free pages:1004kB (0kB Hig

Help: how to access PWM0

2007-02-12 Thread #ZHENG LEI#
Hi: I am having trouble controlling the PWM0 in davinci chip. The value read from registers are all zero, even with the PID register. I test this because the write seems to have no effect. I use exactly the same method to access timer0 PID register, and the result correctly identifies the timer0 h

Re: Help: how to access PWM0

2007-02-12 Thread Albert den Haan
The PWM peripheral (and some others) are not initiallized by u-boot or linux as originally provided by TI and MV. If your writes are not taking effect, make sure that: * the power has been turned on for that peripheral * the clock for that perpheral is on One of these two necessary criteria ca

Re: Booting the board using NFS

2007-02-12 Thread Lloyd Sargent
Typically I get the "Kernel panic" when 1 of two problems occurs: 1) I forget to start the NFS server on my CentOS system 2) I forget to mount my root fs 3) My host system is not at the address I thought it was at (if you are using DHCP this can happen) Cheers, Lloyd On Sunday 11 February 200

Re: Booting the board using NFS

2007-02-12 Thread Lloyd Sargent
On Monday 12 February 2007 08:20, Lloyd Sargent wrote: > Typically I get the "Kernel panic" when 1 of two problems occurs: > > 1) I forget to start the NFS server on my CentOS system > 2) I forget to mount my root fs > 3) My host system is not at the address I thought it was at (if you are > using

usb keyboard & mouse

2007-02-12 Thread yoni l
when i connect keyboard and mouse on the usb hub, i can operate only the mouse. maybe it because the kernel. i would like to know if there is a new kernel or other solution for this problem. thanks. ___ Davinci-linux-open-source mailing list Davinci-linu

Compiling the demos

2007-02-12 Thread #JASON BEVIS NORONHA#
Hi, I have been able to successfully compile the codec_engine examples but now am unable to compile the demos that come with the board but with no success. The 2 errors I have been getting are 1) media/davinc_vpfe.h: No such file or directory Where is this file located? Which directory hav

RE: Compiling the demos

2007-02-12 Thread Ring, Chris
Per #2, see here: http://www.mail-archive.com/[EMAIL PROTECTED] om/msg00339.html Some Linux distro's (Suse Linux and MV Windows/cygwin at least?) don't support install -C. You can safely remove the '-C' option from any makefiles you find it in. I think this was fixed in the official DVEVM 1.10

RE: Compiling the demos

2007-02-12 Thread Grosen, Mark
For #1, you are missing the kernel include files. Make sure you have the correct path to your kernel distribution specified in the file Rules.make at the top of the installation directory: # The directory that points to your kernel source directory. LINUXKERNEL_INSTALL_DIR=/path/to/the/linux/kern

USB-printer

2007-02-12 Thread pham vietluong
Hi all, We are trying to print (some simple pages) from DVEVM board using HP-Laser_Jet_1020 Usb-printer . We have tried with the simplest method: Spooler-less foomatic At first, we tried this method on our Fedora core 5 PC and can print some test pages. Then we tried the same on D

Re: Compiling the demos

2007-02-12 Thread Hougui, Yair
Jason, You can find it under "montavista/pro/devkit/lsp/ti-davinci/include/media/davici_vpfe.h". I see you wrote "davinc_vpfe.h" the "i" is missing. Probably you have to set the varaible "LINUXKERNEL_INSTALL_DIR" in "Rules.make" to point to "ti-davinci" directory. Yair - Original Messa