所有網頁 圖片 影片 地圖 新聞 網誌搜尋 Gmail 更多 »
最近造訪的群組 | 說明 | 登入
Google 網上論壇首頁
0xdroid DSP support question
目前本群組有太多主題設為優先顯示。要優先顯示這個主題,請將其他主題的這個選項取消。
在處理您的要求時發生錯誤。請再試一次。
標幟
  4 個訊息 - 全部摺疊  -  將全文翻譯為 已翻譯 (查看所有原文)
您要留言的群組是 Usenet 群組。在此群組留言,網際網路上的任何使用者將可以看到您的電郵地址。
您的回覆郵件尚未寄出。
您已成功留言
 
寄件人:
收件人:
副本:
後續追蹤對象:
新增副本 | 新增後續追蹤對象 | 編輯主旨
主旨:
驗證:
為了確認,請輸入您在以下圖片中看到的字元,或輸入您按下存取圖示時所聽到的號碼。 注意聽並輸入您聽到的號碼
 
stevegigijoe  
檢視個人資料   翻譯為 已翻譯 (查看原文)
 更多選項 9月28日, 上午1時05分
寄件人: stevegigijoe <stevegigi...@yahoo.com.tw>
日期: Sun, 27 Sep 2009 10:05:12 -0700 (PDT)
當地時間: 2009年9月28日(星期一) 上午1時05分
主旨: 0xdroid DSP support question
In the past three days I'm trying to figure out how to enable OMAP3530
DSP.
According to Jserv diagram http://jserv.blogspot.com/2009/09/0xdroid-beagleboardomap3.html,
it's really clear I need to find and build OpenMAX IL & DSP Bridge
library / drivr. & DSP codec binary.
Then I found TI has release these software needed.

http://gitorious.org/ti-dspbridge
https://gforge.ti.com/gf/project/openmax/frs/

I have download these packages and build successful.

My question is

1.What else should I do to get it work with 0xdroid ? (Maybe it's a
complex task, sorry to ask such a question.)
2.The 0xdroid shell leaks of "mknod" to create dspbridge device node.
How to create device node runtime ?
3.What about gstreamer & gst-openmax, do I need it ?

Steve


    回覆    回覆作者    轉寄  
您必須先登入才能張貼訊息。
若要張貼訊息,您必須先加入此群組
請在留言之前更新您訂閱設定網頁上的暱稱。
您沒有留言所需的權限。
Jim Huang  
檢視個人資料   翻譯為 已翻譯 (查看原文)
 更多選項 9月28日, 下午11時57分
寄件人: Jim Huang <js...@0xlab.org>
日期: Mon, 28 Sep 2009 23:57:20 +0800
當地時間: 2009年9月28日(星期一) 下午11時57分
主旨: Re: [0xlab-devel] 0xdroid DSP support question
2009/9/28, stevegigijoe <stevegigi...@yahoo.com.tw>:

> In the past three days I'm trying to figure out how to enable OMAP3530
> DSP.

hi Steve,

I'm glad to hear someone interested in the enablement of OMAP353x DSP.

> According to Jserv diagram
> http://jserv.blogspot.com/2009/09/0xdroid-beagleboardomap3.html,
> it's really clear I need to find and build OpenMAX IL & DSP Bridge
> library / drivr. & DSP codec binary.
> Then I found TI has release these software needed.

Yes, it is supposed to be integrated into OMAP Android:
    https://gforge.ti.com/gf/project/omapandroid/

[...]

> My question is
> 1.What else should I do to get it work with 0xdroid ? (Maybe it's a
> complex task, sorry to ask such a question.)

OMAP Android did it, but it is mainly dedicated to Zoom2 hardware as
far as I know.

> 2.The 0xdroid shell leaks of "mknod" to create dspbridge device node.
> How to create device node runtime ?

You can either
(1) use statically-linked busybox
(2) modify init/devices.c to add the node

> 3.What about gstreamer & gst-openmax, do I need it ?

You don't need them at least for Android integration.

Sincerely,
Jim Huang (jserv)
http://0xlab.org/


    回覆    回覆作者    轉寄  
您必須先登入才能張貼訊息。
若要張貼訊息,您必須先加入此群組
請在留言之前更新您訂閱設定網頁上的暱稱。
您沒有留言所需的權限。
archan.paul  
檢視個人資料   翻譯為 已翻譯 (查看原文)
 更多選項 10月12日, 下午5時11分
寄件人: "archan.paul" <archan.p...@embinux.com>
日期: Mon, 12 Oct 2009 02:11:36 -0700 (PDT)
當地時間: 2009年10月12日(星期一) 下午5時11分
主旨: Re: 0xdroid DSP support question
Steve,

Though my answer is not specific to 0xdroid, here is my comment wrt
(q3).

If you are using Android/GStreamer build, (documented here -
http://labs.embinux.org/index.php/Android_For_OMAP3_with_Gstreamer_In...
), you should be able to use GstOpenmaxIL and DSP transparently as
GStreamer abstracts rest of the software stack / hardware.

- Archan

On Sep 27, 10:05 pm, stevegigijoe <stevegigi...@yahoo.com.tw> wrote:


    回覆    回覆作者    轉寄  
您必須先登入才能張貼訊息。
若要張貼訊息,您必須先加入此群組
請在留言之前更新您訂閱設定網頁上的暱稱。
您沒有留言所需的權限。
stevegigijoe  
檢視個人資料   翻譯為 已翻譯 (查看原文)
 更多選項 11月5日, 下午4時32分
寄件人: stevegigijoe <stevegigi...@yahoo.com.tw>
日期: Thu, 5 Nov 2009 00:32:09 -0800 (PST)
當地時間: 2009年11月5日(星期四) 下午4時32分
主旨: Re: 0xdroid DSP support question
Hi All

I do get DSP works, Thanks.

Also I found some problem would like let you know.
The DSP doesn't work with last version dsplink-1_61_03 and 0xkernel
because the default 0xkernel config enables <OMAP 3 Camera Support> &
<IOMMU Support> and blocks IRQ 28 which required by DSPLINK.

Steve

On 9月28日, 上午1時05分, stevegigijoe <stevegigi...@yahoo.com.tw> wrote:


    回覆    回覆作者    轉寄  
您必須先登入才能張貼訊息。
若要張貼訊息,您必須先加入此群組
請在留言之前更新您訂閱設定網頁上的暱稱。
您沒有留言所需的權限。
無其他留言
« 返回討論主題 « 較新的主題     較舊的主題 »

建立群組 - Google 網上論壇 - Google 首頁 - 服務條款 - 隱私權政策
©2009 Google