Transmit Report:

[email protected]¿¡°Ô ¸ÞÀÏ ¹ß¼ÛÀ» 3¹ø ½ÃµµÇßÁö¸¸ ½ÇÆÐÇÏ¿´½À´Ï´Ù.
(½ÇÆÐ ÀÌÀ¯ : 900 Socket connect fail(210.115.161.38))

<Âü°í> ½ÇÆÐ ÀÌÀ¯¿¡ ´ëÇÑ ¼³¸í
User unknown       :¸ÞÀÏÀ» ¼ö½ÅÇÒ »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾ÊÀ½
Socket connect fail:¼ö½Å ¸ÞÀÏ ¼­¹ö¿Í ¿¬°á ½ÇÆÐ
DATA write fail    :¼ö½Å ¸ÞÀÏ ¼­¹ö·Î ¸Þ¼¼Áö ¼Û½Å ½ÇÆÐ
DATA reponse fail  :¼ö½Å ¸ÞÀÏ ¼­¹ö·ÎºÎÅÍ ¸Þ¼¼Áö ¼ö½Å ½ÇÆÐ
Reporting-MTA: dns; chungbuk.ac.kr

Final-Recipient: rfc822;[email protected]
Diagnostic-Code: smtp; 900 error - Socket connect fail(210.115.161.38)
Action: failed
Status: 4.0.0
--- Begin Message ---
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: [PATCH 1/1] Add support for Nand flash on Hawkboard.
      (sughosh ganu)
   2. Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
      (Sergei Shtylyov)
   3. Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
      (Sergei Shtylyov)
   4. Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
      (Sergei Shtylyov)
   5. Error While Running Demos (Aditya Barawkar)
   6. [PATCH] davinci: remove unused DA830_edma_ch enum
      (Michael Williamson)


----------------------------------------------------------------------

Message: 1
Date: Thu, 3 Feb 2011 23:31:48 +0530
From: sughosh ganu <[email protected]>
To: "Nori, Sekhar" <[email protected]>
Cc: "[email protected]" <[email protected]>,
        "[email protected]"
        <[email protected]>,       Sergei Shtylyov
        <[email protected]>
Subject: Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

hi Sekhar,

On Thu, Feb 3, 2011 at 10:38 PM, Nori, Sekhar <[email protected]> wrote:

> >
> > We have a common da8xx_omapl_defconfig which is being currently used by
> > multiple boards(including hawkboard). Not all boards have a nand flash
> > mounted as default. So i cannot add this in the above defconfig file. So
>
> On Thu, Feb 03, 2011 at 20:03:35, sughosh ganu wrote:
> Why? Boards which do not have NAND flash will not have
> NAND platform data registered. Enabling the NAND driver
> should cause no harm (except an increase in image size).
>

Because i thought adding configs for features not used by all boards not to
be a clean way of implementing it. I am confused as to why adding the
configs for the board that uses those features is being frowned upon, but
enabling them for boards which do not use it is fine. Can someone please
elucidate.

But if adding them to the defconfig file is ok, i will respin the patch
accordingly and resubmit. Thanks.

-sughosh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://linux.davincidsp.com/pipermail/davinci-linux-open-source/attachments/20110203/151b4b71/attachment-0001.html>

------------------------------

Message: 2
Date: Thu, 03 Feb 2011 22:19:28 +0300
From: Sergei Shtylyov <[email protected]>
To: sughosh ganu <[email protected]>
Cc: "[email protected]" <[email protected]>,
        "[email protected]"
        <[email protected]>
Subject: Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello.

sughosh ganu wrote:

> hi Ben and Sergei,

> On Thu, Feb 3, 2011 at 7:21 PM, Ben Gardiner <[email protected] 
> <mailto:[email protected]>> wrote:
> 
>      > On 03-02-2011 15:16, sughosh ganu wrote:
>      >
>      >>         >                  diff --git
>     a/arch/arm/mach-davinci/Kconfig
>      >>         >                  b/arch/arm/mach-davinci/Kconfig
>      >>         >                  index 32f1479..e13b7e0 100644
>      >>         >                  --- a/arch/arm/mach-davinci/Kconfig
>      >>         >                  +++ b/arch/arm/mach-davinci/Kconfig
>      >>         >                  @@ -213,6 +213,16 @@ config
>     MACH_MITYOMAPL138
>      >>         >                   config MACH_OMAPL138_HAWKBOARD
>      >>         >                         bool "TI AM1808 / OMAPL-138
>     Hawkboard
>      >>         > platform"
>      >>         >                         depends on ARCH_DAVINCI_DA850
>      >>         >                  +       select MTD
>      >>         >                  +       select MTD_PARTITIONS
>      >>         >                  +       select MTD_CHAR
>      >>         >                  +       select MTD_BLKDEVS
>      >>         >                  +       select MTD_BLOCK
>      >>         >                  +       select MTD_PHYSMAP
>      >>         >                  +       select MTD_CFI


> <snip>

>     Sergei, perhaps it would be acceptable for the Hawkboard
>     MACH_OMAPL138_HAWKBOARD bool to be the 'default' for the necessary MTD
>     settings? This would be similar to KEYBOARD_GPIO_POLLED in
>     9cc3049911d0166d54247cf2471802eb5293c66c and GPIO_PCA953X in
>     d5539ca0a5c9abd5cbf9ddcbbc1c2a507b5fd63c.

>     Sugosh, this means you would make an entry in
>     arch/arm/mach-davinci/KConfig for each of the 'selects' above.
>     Something like:

>     config MTD
>            default MACH_OMAPL138_HAWKBOARD
>     config MTD_PARTITIONS
>            default MACH_OMAPL138_HAWKBOARD
>     [etc.]

> Thanks a lot for your hints. I am ready to go this way too. Let me test 
> this and get back.

    Don't even waste your time, it won't be acceptable.

>     I agree that MTD_CFI and MTD_PHYSMAP are not needed and so should not
>     be included in the 'defaults.'

> No, this was an error, these options should be removed.


> @Sergei
> 
> We have a common da8xx_omapl_defconfig which is being currently used by 
> multiple boards(including hawkboard). Not all boards have a nand flash 
> mounted as default. So i cannot add this in the above defconfig file.

    Why? If the board doesn't have a NAND flash, it doesn't register the 
platform device and the driver doesn't see it. What's the issue?

> So then, the flash driver, along with the neccessary mtd configs will have 
> to be included everytime through the menuconfig, inspite of the fact 
> that the flash is a default component on the board.

    Note that a NAND flash is a default component of DA850 EVM board too, 
nevertheless the NAND driver is not enabled in the defconfig.

> -sughosh

WBR, Sergei


------------------------------

Message: 3
Date: Thu, 03 Feb 2011 22:28:46 +0300
From: Sergei Shtylyov <[email protected]>
To: sughosh ganu <[email protected]>
Cc: "[email protected]" <[email protected]>,
        "[email protected]"
        <[email protected]>
Subject: Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello, I wrote:

>> @Sergei

>> We have a common da8xx_omapl_defconfig which is being currently used 
>> by multiple boards(including hawkboard). Not all boards have a nand 
>> flash mounted as default. So i cannot add this in the above defconfig 
>> file.

>    Why? If the board doesn't have a NAND flash, it doesn't register the 
> platform device and the driver doesn't see it. What's the issue?

>> So then, the flash driver, along with the neccessary mtd configs will 
>> have to be included everytime through the menuconfig, inspite of the 
>> fact that the flash is a default component on the board.

>    Note that a NAND flash is a default component of DA850 EVM board too, 
> nevertheless the NAND driver is not enabled in the defconfig.

    Nevermind, the misleading comment made me think that NAND is mounted on the 
EVM itself -- actually it's on UI daughter board, just like with DA830 EVM... 
:-/

>> -sughosh

WBR, Sergei


------------------------------

Message: 4
Date: Thu, 03 Feb 2011 22:43:50 +0300
From: Sergei Shtylyov <[email protected]>
To: sughosh ganu <[email protected]>
Cc: "[email protected]" <[email protected]>,
        "[email protected]"
        <[email protected]>
Subject: Re: [PATCH 1/1] Add support for Nand flash on Hawkboard.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello.

sughosh ganu wrote:

>      >
>      > We have a common da8xx_omapl_defconfig which is being currently
>     used by
>      > multiple boards(including hawkboard). Not all boards have a nand
>     flash
>      > mounted as default. So i cannot add this in the above defconfig
>     file. So
> 
>     On Thu, Feb 03, 2011 at 20:03:35, sughosh ganu wrote:
>     Why? Boards which do not have NAND flash will not have
>     NAND platform data registered. Enabling the NAND driver
>     should cause no harm (except an increase in image size).


> Because i thought adding configs for features not used by all boards not 
> to be a clean way of implementing it. I am confused as to why adding the 
> configs for the board that uses those features is being frowned upon, 

   You're not just adding the MTD configs, you're *forcing* them, devoiding the 
users of any freedom of choice.

> -sughosh

WBR, Sergei


------------------------------

Message: 5
Date: Fri, 4 Feb 2011 01:26:02 +0530
From: Aditya Barawkar <[email protected]>
To: [email protected]
Subject: Error While Running Demos
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

I'm trying to run demos for encode decode which came with DVSDK v1.30.01 for
DM6446 EVM

When i boot the board then I'm not seeing any demos which should run
automatically as per the TI doc.

So i opted to run the demos using command line.

First i loaded all the modules which are required to run the demos
Modules loaded :: cmemk.ko and dsplinkk.ko

[email protected]:/opt/demos/dm6446/decode/release# lsmod
Module                  Size  Used by
cmemk                  17368  0
dsplinkk               96360  0

But when i excute command to run the demo ::: ./decode -v
/opt/demos/dm6446/data/videos/davincieffect_ntsc.m2v -k
i get following error::


Decode demo started.
TraceUtil> Error: Failed to open codec engine "decode"
TraceUtil> Error: Aborting TraceUtil_start
Decode Error: Failed to open codec engine decode
Decode Error: Failed to open codec engine decode
[email protected]:/opt/demos/dm6446/decode/release#

Please help me out on how to make the sample demos run.

Thanks in advance.!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://linux.davincidsp.com/pipermail/davinci-linux-open-source/attachments/20110204/fd96e4df/attachment-0001.html>

------------------------------

Message: 6
Date: Thu,  3 Feb 2011 15:11:59 -0500
From: Michael Williamson <[email protected]>
To: [email protected]
Cc: [email protected], [email protected]
Subject: [PATCH] davinci: remove unused DA830_edma_ch enum
Message-ID:
        <1296763920-4165-1-git-send-email-michael.william...@criticallink.com>

The DA830_edma_ch enum set is not used.  Remove it.

Signed-off-by: Michael Williamson <[email protected]>
---
 arch/arm/mach-davinci/include/mach/edma.h |   36 -----------------------------
 1 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/arch/arm/mach-davinci/include/mach/edma.h 
b/arch/arm/mach-davinci/include/mach/edma.h
index dc10ef6..20c77f2 100644
--- a/arch/arm/mach-davinci/include/mach/edma.h
+++ b/arch/arm/mach-davinci/include/mach/edma.h
@@ -151,42 +151,6 @@ struct edmacc_param {
 #define DA830_DMACH2EVENT_MAP1         0x00000000u
 #define DA830_EDMA_ARM_OWN             0x30FFCCFFu
 
-/* DA830 specific EDMA3 Events Information */
-enum DA830_edma_ch {
-       DA830_DMACH_MCASP0_RX,
-       DA830_DMACH_MCASP0_TX,
-       DA830_DMACH_MCASP1_RX,
-       DA830_DMACH_MCASP1_TX,
-       DA830_DMACH_MCASP2_RX,
-       DA830_DMACH_MCASP2_TX,
-       DA830_DMACH_GPIO_BNK0INT,
-       DA830_DMACH_GPIO_BNK1INT,
-       DA830_DMACH_UART0_RX,
-       DA830_DMACH_UART0_TX,
-       DA830_DMACH_TMR64P0_EVTOUT12,
-       DA830_DMACH_TMR64P0_EVTOUT34,
-       DA830_DMACH_UART1_RX,
-       DA830_DMACH_UART1_TX,
-       DA830_DMACH_SPI0_RX,
-       DA830_DMACH_SPI0_TX,
-       DA830_DMACH_MMCSD_RX,
-       DA830_DMACH_MMCSD_TX,
-       DA830_DMACH_SPI1_RX,
-       DA830_DMACH_SPI1_TX,
-       DA830_DMACH_DMAX_EVTOUT6,
-       DA830_DMACH_DMAX_EVTOUT7,
-       DA830_DMACH_GPIO_BNK2INT,
-       DA830_DMACH_GPIO_BNK3INT,
-       DA830_DMACH_I2C0_RX,
-       DA830_DMACH_I2C0_TX,
-       DA830_DMACH_I2C1_RX,
-       DA830_DMACH_I2C1_TX,
-       DA830_DMACH_GPIO_BNK4INT,
-       DA830_DMACH_GPIO_BNK5INT,
-       DA830_DMACH_UART2_RX,
-       DA830_DMACH_UART2_TX
-};
-
 /*ch_status paramater of callback function possible values*/
 #define DMA_COMPLETE 1
 #define DMA_CC_ERROR 2
-- 
1.7.0.4



------------------------------

_______________________________________________
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 62, Issue 17
*********************************************************

--- End Message ---
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to