Hi all,
Can anyone guide me in the best way to set up a FTP server on davinci
EVM that can access files on the Hard drive or Compact Flash.
Kind regards
James McGloin
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 23 January 2007 01:11
To: [email protected]
Subject: Davinci-linux-open-source Digest, Vol 13, Issue 64
Send Davinci-linux-open-source mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Davinci-linux-open-source digest..."
Today's Topics:
1. Re: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)
(Kevin Hilman)
2. Small footprint filesystem (Andy Ngo)
3. Re: Small footprint filesystem (Kevin Hilman)
4. Re: Help on Davinci_mmc Card (Kevin Hilman)
5. RE: davinci linux trace toolKit(LTT) (=?gb2312?B?0KQgzqI=?=)
6. Re: Small footprint filesystem (Philip Balister)
----------------------------------------------------------------------
Message: 1
Date: Mon, 22 Jan 2007 15:00:05 -0800
From: Kevin Hilman <[EMAIL PROTECTED]>
Subject: Re: Davinci_vpfe Kernel Panic at ioctl(VIDIOC_STREAMON)
To: Alex Rier <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
On Mon, 2007-01-22 at 14:54 +0200, Alex Rier wrote:
> I've integrated Kevin's patch for CMEMK get_phys().
> It works fine with decode program.
Just curious, does encode+decode work for you?
> But encode causes a nasty Kernel Panic
> When encode calls ioctl(VIDIOC_STREAMON) from initCaptureDevice()
> (see attached).
> It smells like memory allocation problem.
> Any ideas?
I am seeing a similiar crash. But I'm curious how you'v deduced that
it's triggered by an ioctl? This trace shows a crash in the EMAC
driver, which took an interrupt during some NFS stack activity.
> Kevin, can you update the git://source.mvista.com/git tree
> With all the relevant changes?
I'm not sure what you mean here. I'm not ready to integrate this VPFE
into the git tree yet until I better understand the other kernel
changes. Also, the generic changes to the video-buf layer are not quite
right, and I need to work on something that's more acceptable upstream.
One other thing, can you tell me what problem your ioremap.c change was
meant to fix?
Thanks,
Kevin
------------------------------
Message: 2
Date: Mon, 22 Jan 2007 16:41:44 -0800 (PST)
From: Andy Ngo <[EMAIL PROTECTED]>
Subject: Small footprint filesystem
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="windows-1252"
Hi,
The DVEVM board comes with a HUGE filesystem on the 2.5” hard drive. On boot
up, the Linux kernel mounts the partition
(/dev/hda1) to be used as the root filesystem. The filesystem is 1.9GB! This
is good for development purposes but when we have
our custom board, we will only have a small flash memory to store the
filesystem. Do anyone have instructions on how to create
small footprint filesystem (<16Mb)? I was planning to do a top-down approach
of eliminating all the files/directories
(/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/target) I don’t need until I
get it to a manageable filesystem but I’m not sure
what are needed and what aren’t. Has anyone done this and have a recommendation?
Also, the current “top” (procps) utility on the board is version 3.2.5; it
doesn’t support displaying individual threads of a process;
it only shows info about a process as a whole but not the thread. Version
3.2.6 has that capability; does anyone know how we
can get that version?
Thank!
Regards,
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20070122/dbaa459b/attachment-0001.htm
------------------------------
Message: 3
Date: Mon, 22 Jan 2007 16:54:52 -0800
From: Kevin Hilman <[EMAIL PROTECTED]>
Subject: Re: Small footprint filesystem
To: Andy Ngo <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
On Mon, 2007-01-22 at 16:41 -0800, Andy Ngo wrote:
> The DVEVM board comes with a HUGE filesystem on the 2.5†hard drive.
> On boot up, the Linux kernel mounts the partition
>
> (/dev/hda1) to be used as the root filesystem. The filesystem is
> 1.9GB! This is good for development purposes but when we have
>
> our custom board, we will only have a small flash memory to store the
> filesystem. Do anyone have instructions on how to create
>
> small footprint filesystem (<16Mb)? I was planning to do a top-down
> approach of eliminating all the files/directories
>
> (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/target) I don’t need
> until I get it to a manageable filesystem but I’m not sure
>
> what are needed and what aren’t. Has anyone done this and have a
> recommendation?
Some places to start...
There are two ways to do this. Start from the existing and pick away
packages until you have what you want. Or, start from
busybox/buildroot and add packages until you have what you want. The
latter is the best way to get the smallest rootfs, but if you have 16M,
you may be able to get there using the former.
If you have the MontaVista tools, DevRocket includes a tool called
Platform Image builder which allows you to select build your own rootfs,
and it will handle all inter-package dependencies for you.
>
> Also, the current “top†(procps) utility on the board is version
> 3.2.5; it doesn’t support displaying individual threads of a process;
>
> it only shows info about a process as a whole but not the thread.
> Version 3.2.6 has that capability; does anyone know how we
>
> can get that version?
Just download it and compile it. :) The development rootfs that ships
with the DVEVM/DVSDK has the native compilers/linkers etc. to compile
natively.
Kevin
------------------------------
Message: 4
Date: Mon, 22 Jan 2007 17:04:29 -0800
From: Kevin Hilman <[EMAIL PROTECTED]>
Subject: Re: Help on Davinci_mmc Card
To: Harishkumar V <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
On Mon, 2007-01-22 at 18:56 +0530, Harishkumar V wrote:
> Hi guys,
>
> Is there any patch for davinci_mmc driver.
> iam working on sd card in davinci.
> i inserted the davinci_mmc module.
> iam using montavista linux-2.6.18 kernel taken from git-tree.
The git kernel does not yet have a working MMC driver. It does not
compile due to the use of an obsoleted API.
I'm curious how you got the davinci_mmc module for the git kernel?
Kevin
------------------------------
Message: 5
Date: Tue, 23 Jan 2007 09:07:20 +0800
From: =?gb2312?B?0KQgzqI=?= <[EMAIL PROTECTED]>
Subject: RE: davinci linux trace toolKit(LTT)
To: [EMAIL PROTECTED], [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=gb2312; format=flowed
I think the document you provide is useful for me .Thank you very much !
>From: "Ring, Chris" <[EMAIL PROTECTED]>
>To: Ф ΢ <[EMAIL PROTECTED]>,
<[email protected]>
>Subject: RE: davinci linux trace toolKit(LTT)
>Date: Mon, 22 Jan 2007 10:59:34 -0600
>
>Yes. This app note describes the few steps necessary in section 3.2:
>http://focus.ti.com/lit/an/spraaf6/spraaf6.pdf
>
>Chris
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > ] On Behalf Of ? ?
> > Sent: Sunday, January 21, 2007 7:32 PM
> > To: [email protected]
> > Subject: davinci linux trace toolKit(LTT)
> >
> > Hi all:
> > I would like to know whether the davinci montavista linux
> > support the
> > LTT or not? if not , how can I make it support the LTT?
> >
> > BESTREGARDS
> >
> > sorryboyx
> >
> > _________________________________________________________________
> > ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger:
http://messenger.msn.com/cn
> >
> > _______________________________________________
> > Davinci-linux-open-source mailing list
> > [email protected]
> > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> >
_________________________________________________________________
ÏíÓÃÊÀ½çÉÏ×î´óµÄµç×ÓÓʼþϵͳ¡ª MSN Hotmail¡£ http://www.hotmail.com
------------------------------
Message: 6
Date: Mon, 22 Jan 2007 20:09:47 -0500
From: Philip Balister <[EMAIL PROTECTED]>
Subject: Re: Small footprint filesystem
To: Andy Ngo <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="windows-1252"
Take a look at OpenEmbedded. (http://www.openembedded.org) I use it to
make custom images for the OSK board. If I can get a Davinci board and
some time, I plan on adding support for Davinci based systems.
Philip
Andy Ngo wrote:
> Hi,
>
> The DVEVM board comes with a HUGE filesystem on the 2.5” hard drive. On boot
> up, the Linux kernel mounts the partition
> (/dev/hda1) to be used as the root filesystem. The filesystem is 1.9GB!
> This is good for development purposes but when we have
> our custom board, we will only have a small flash memory to store the
> filesystem. Do anyone have instructions on how to create
> small footprint filesystem (<16Mb)? I was planning to do a top-down approach
> of eliminating all the files/directories
> (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/target) I don’t need until
> I get it to a manageable filesystem but I’m not sure
> what are needed and what aren’t. Has anyone done this and have a
> recommendation?
>
> Also, the current “top” (procps) utility on the board is version 3.2.5; it
> doesn’t support displaying individual threads of a process;
> it only shows info about a process as a whole but not the thread. Version
> 3.2.6 has that capability; does anyone know how we
> can get that version?
>
> Thank!
>
> Regards,
> Andy
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
Url :
http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20070122/37ea48dc/smime.bin
------------------------------
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
End of Davinci-linux-open-source Digest, Vol 13, Issue 64
*********************************************************
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source