BeagleBoard/DSP Howto - Helps are needed

142 views
Skip to first unread message

paulch...@gmail.com

unread,
Mar 24, 2009, 1:20:43 AM3/24/09
to Beagle Board
Hello,

Please bear with me for the newbie questions.

I tried to use the DSP core on the BeagleBoard. I read the BeagleBoard/
DSP Howto from Felipe many many times. And I tried to find my
questions and solutions from this board without lucks. So I need
someone to give me a hand.

My host Linux system is Ubuntu 7.10 English Version running on VMware
6.02. I followed the BeagleBoard/DSP Howto.

1. git clone http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
--> OK
2. cd linux-omap-2.6 --> OK
3. wget http://4869037.web.fc2.com/tidspbridge-20081021.tgz --> OK
4. tar xvzf tidspbridge-20081021.tgz --> OK
5. git am *.patch -> Failed, the error messages are
Applying BRIDGE: Kconfig Entry
error: patch failed: arch/arm/Kconfig:1237
error: arch/arm/Kconfig: patch does not apply
error: patch failed: drivers/Makefile:40
error: drivers/Makefile: patch does not apply
Patch failed at 0001.
When you have resolved this problem run "git-am --resolved".
If you would prefer to skip this patch, instead run "git-am
--skip".

I searched the board and google but can not find the solution. I
skipped this patch step and continue the BeagleBoard/DSP Howto. In
make menuconfig, I could not find the item of CONFIG_MPU_BRIDGE. I
added CONFIG_MPU_BRIDGE=m to .config by vi. Then I made a new uImage
which running on my BeagleBoard and showing
Kernel release : Linux 2.6.29-rc8-omap1-05516-gf4223ec
Kernel version : #1 Sun Mar 22 04:04:42 CET 2009

But ./ping.out failed. I am convinced the DSP doesn't work because the
patches were not done.

I looked back to the step of patching. Instead of git am *.patch, I
did git am 0002-BRIDGE-Header-files.patch and 0003-BRIDGE-Doff-image-
dynamic-loader.patch and they all worked without problems. But git am
0001-BRIDGE-Kconfig-Entry.patch still gave me the same error messages.

I apogize if this is a trivial problem. I would much appreciate if any
one can give me hand.

Best regards,

Paul


Jesslyn Abdul Salam

unread,
Mar 25, 2009, 12:21:37 AM3/25/09
to beagl...@googlegroups.com
Paul,

Try the tidspbridge branch of linux-omap-2.6 git in kernel.org

Here is the gitweb link

http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=tidspbridge

regards

Jesslyn

farazv

unread,
Mar 24, 2009, 5:10:04 PM3/24/09
to Beagle Board
I am, more or less, having the same problem as Paul has, but I also
found a post by Hiroshi DOYU which says:


>JFYI, the latest omap git repository has the "tidspbridge" branch.
>This branch is updated periodically.
>The old patchset may not work with the latst l-o.
>You can find the branch by "git branch -r".
>
>Hiroshi DOYU

So, I thought maybe the wiki page that Paul is referring to was old
and not up to date so I decided to check out that branch
(tidspbridge) .
So, I checked that branch out and tried to compile it, which it gave
me this error:

drivers/dsp/bridge/wmd/io_sm.c: In function 'WMD_IO_OnLoaded':
drivers/dsp/bridge/wmd/io_sm.c:816: error: implicit declaration of
function 'memzero'
make[2]: *** [drivers/dsp/bridge/wmd/io_sm.o] Error 1
make[1]: *** [drivers/dsp/bridge] Error 2
make: *** [drivers] Error 2

And, I found out that "memzero" isn't actually defined, and __memzero
is the right one so I changed it to __memzero and it started to
compile
again until it broke at:

drivers/dsp/bridge/rmgr/drv_interface.c:62:32: error: mach/
board-3430sdp.h: No such file or directory
drivers/dsp/bridge/rmgr/drv_interface.c:103:26: error: mach/omap-pm.h:
No such file or directory
make[2]: *** [drivers/dsp/bridge/rmgr/drv_interface.o] Error 1
make[1]: *** [drivers/dsp/bridge] Error 2

so, any help on this issue is highly appreciated.

Thanks,
--Faraz


On Mar 24, 1:20 am, paulchaink...@gmail.com wrote:
> Hello,
>
> Please bear with me for the newbie questions.
>
> I tried to use theDSPcore on the BeagleBoard. I read the BeagleBoard/DSPHowto from Felipe many many times. And I tried to find my
> questions and solutions from this board without lucks. So I need
> someone to give me a hand.
>
> My host Linux system is Ubuntu 7.10 English Version running on VMware
> 6.02. I followed the BeagleBoard/DSPHowto.
>
> 1. git clonehttp://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> --> OK
> 2. cd linux-omap-2.6 --> OK
> 3. wgethttp://4869037.web.fc2.com/tidspbridge-20081021.tgz--> OK
> 4. tar xvzf tidspbridge-20081021.tgz  --> OK
> 5. git am *.patch  -> Failed, the error messages are
>           Applying BRIDGE: Kconfig Entry
>           error: patch failed: arch/arm/Kconfig:1237
>           error: arch/arm/Kconfig: patch does not apply
>           error: patch failed: drivers/Makefile:40
>           error: drivers/Makefile: patch does not apply
>           Patch failed at 0001.
>           When you have resolved this problem run "git-am --resolved".
>           If you would prefer to skip this patch, instead run "git-am
> --skip".
>
> I searched the board and google but can not find the solution. I
> skipped this patch step and continue the BeagleBoard/DSPHowto. In
> make menuconfig, I could not find the item of CONFIG_MPU_BRIDGE. I
> added  CONFIG_MPU_BRIDGE=m to .config by vi. Then I made a new uImage
> which running on my BeagleBoard and showing
>           Kernel release : Linux 2.6.29-rc8-omap1-05516-gf4223ec
>           Kernel version : #1 Sun Mar 22 04:04:42 CET 2009
>
> But ./ping.out failed. I am convinced theDSPdoesn't work because the

Koen Kooi

unread,
Mar 25, 2009, 12:02:32 PM3/25/09
to beagl...@googlegroups.com

Op 24 mrt 2009, om 06:20 heeft paulch...@gmail.com het volgende
geschreven:

>
> Hello,
>
> Please bear with me for the newbie questions.
>
> I tried to use the DSP core on the BeagleBoard.

The image and kernel from http://www.angstrom-distribution.org/demo/beagleboard/untested/
have everything included to use the DSP for multimedia playback.

Steps needed:

1) install image
2) boot image with supplied kernel
3) cd /usr/share/ti-codec-combos
4) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !
qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink
5) observe error, ignore it, it's a bug in the XV driver (be it
gstreamer or xf86-video-omapfb)
6) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !
qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink

Step 6 will give you something like this: http://www.youtube.com/watch?v=pcdaosTiWPI

This all done using the stuff from gstreamer.ti.com, hop in to #gst_ti
at irc.freenode.net for realtime online support from knowledgable
people.

Nota bene: the image is shipped with evaluation codecs, so video has a
watermark in the top right corner (see youtube movie) and audio is
altered as well. You can get production codecs from an omap3 dvsdk or
from your friendly neighbourhood codec vendor.

regards,

Koen


PGP.sig

paulch...@gmail.com

unread,
Mar 25, 2009, 9:45:31 AM3/25/09
to Beagle Board
Jesslyn,

Thank you very much for the reply. But I got errors when git the link
you provided. Bellow is the log

~$ git clone http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=tidspbridge
Initialized empty Git repository in /home/jars/linux-omap-2.6/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
~$ git-update-server-info
fatal: Not a git repository
~$ gitweb
bash: gitweb: command not found
~$ sudo apt-get gitweb
E: Invalid operation gitweb

I did git clone from kernel.org (http://www.kernel.org/pub/scm/linux/
kernel/git/tmlind/linux-omap-2.6.git). What is the difference between
the link in the Howto and your link? Any hint?

Best regards,

Paul

On 3月25日, 下午12時21分, Jesslyn Abdul Salam <jesslyn.abdulsa...@gmail.com>
wrote:
> Paul,
>
> Try the tidspbridge branch of linux-omap-2.6 git in kernel.org
>
> Here is the gitweb link
>
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a...
>
> regards
>
> Jesslyn
>
>
>
> On Tue, Mar 24, 2009 at 10:50 AM, <paulchaink...@gmail.com> wrote:
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use the DSP core on the BeagleBoard. I read the BeagleBoard/
> > DSP Howto from Felipe many many times. And I tried to find my
> > questions and solutions from this board without lucks. So I need
> > someone to give me a hand.
>
> > My host Linux system is Ubuntu 7.10 English Version running on VMware
> > 6.02. I followed the BeagleBoard/DSP Howto.
>
> > 1. git clone
> >http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> > --> OK
> > 2. cd linux-omap-2.6 --> OK
> > 3. wgethttp://4869037.web.fc2.com/tidspbridge-20081021.tgz--> OK
> > Paul- 隱藏被引用文字 -
>
> - 顯示被引用文字 -

farazv

unread,
Mar 25, 2009, 11:09:38 AM3/25/09
to Beagle Board
that still didn't work.

it pukes at:

drivers/dsp/bridge/wmd/io_sm.c: In function 'WMD_IO_OnLoaded':
drivers/dsp/bridge/wmd/io_sm.c:816: error: implicit declaration of
function 'memzero'
make[2]: *** [drivers/dsp/bridge/wmd/io_sm.o] Error 1
make[1]: *** [drivers/dsp/bridge] Error 2
make: *** [drivers] Error 2

any idea what's happening?



On Mar 25, 12:21 am, Jesslyn Abdul Salam
<jesslyn.abdulsa...@gmail.com> wrote:
> Paul,
>
> Try the tidspbridge branch of linux-omap-2.6 git in kernel.org
>
> Here is the gitweb link
>
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a...
>
> regards
>
> Jesslyn
>
> On Tue, Mar 24, 2009 at 10:50 AM, <paulchaink...@gmail.com> wrote:
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use the DSP core on the BeagleBoard. I read the BeagleBoard/
> > DSP Howto from Felipe many many times. And I tried to find my
> > questions and solutions from this board without lucks. So I need
> > someone to give me a hand.
>
> > My host Linux system is Ubuntu 7.10 English Version running on VMware
> > 6.02. I followed the BeagleBoard/DSP Howto.
>
> > 1. git clone
> >http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> > --> OK
> > 2. cd linux-omap-2.6 --> OK
> > 3. wgethttp://4869037.web.fc2.com/tidspbridge-20081021.tgz--> OK

Felipe Contreras

unread,
Mar 25, 2009, 5:05:30 PM3/25/09
to beagl...@googlegroups.com
On Tue, Mar 24, 2009 at 7:20 AM, <paulch...@gmail.com> wrote:
>
> Hello,
>
> Please bear with me for the newbie questions.
>
> I tried to use the DSP core on the BeagleBoard. I read the BeagleBoard/
> DSP Howto from Felipe many many times. And I tried to find my
> questions and solutions from this board without lucks. So I need
> someone to give me a hand.
>
> My host Linux system is Ubuntu 7.10 English Version running on VMware
> 6.02. I followed the BeagleBoard/DSP Howto.
>
> 1. git clone http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> --> OK
> 2. cd linux-omap-2.6 --> OK
> 3. wget http://4869037.web.fc2.com/tidspbridge-20081021.tgz --> OK
> 4. tar xvzf tidspbridge-20081021.tgz  --> OK
> 5. git am *.patch  -> Failed, the error messages are
>          Applying BRIDGE: Kconfig Entry
>          error: patch failed: arch/arm/Kconfig:1237
>          error: arch/arm/Kconfig: patch does not apply
>          error: patch failed: drivers/Makefile:40
>          error: drivers/Makefile: patch does not apply
>          Patch failed at 0001.
>          When you have resolved this problem run "git-am --resolved".
>          If you would prefer to skip this patch, instead run "git-am
> --skip".

It looks like I need to update those instructions.

I pushed my own repo to github:
http://github.com/felipec/linux-omap

There's a 'v2.6.28-tidspbridge' tag that has everything you might
need, including a defconfig that has the bridge configured.

Can you try that?

If it works I'll update the wiki with that information.

--
Felipe Contreras

farazv

unread,
Mar 26, 2009, 12:08:55 PM3/26/09
to Beagle Board
Hey,

I just tried Felipe's above kernel. I checked out the branch called
"tidspbridge-stable".
It compiles just fine. I built the uImage, and the modules and
installed them on the SD which had previously Angstrom on it.
However, when installed on the beagleboard and after booting the
serial console is filled up with below
error messages:

<3>omapfb omapfb: irq error status 4000
omapfb omapfb: irq error status 4000
<3>omapfb omapfb: irq error status 4022
omapfb omapfb: irq error status 4022
<3>omapfb omapfb: irq error status 4000
omapfb omapfb: irq error status 4000
<4>Spurious irq 95: 0xffffffdf, please flush posted write for irq 25
Spurious irq 95: 0xffffffdf, please flush posted write for irq 25
<4>__ratelimit: 332923 callbacks suppressed
__ratelimit: 332923 callbacks suppressed
<3>omapfb omapfb: irq error status 4022
omapfb omapfb: irq error status 4022
<3>omapfb omapfb: irq error status 4000
omapfb omapfb: irq error status 4000

and it keeps printing these forever. any idea what's wrong and how it
can be fixed?
BTW, it may help to know that my beagleboard is revision B5.

Regards,
--Faraz


On Mar 25, 5:05 pm, Felipe Contreras <felipe.contre...@gmail.com>
wrote:
> On Tue, Mar 24, 2009 at 7:20 AM, <paulchaink...@gmail.com> wrote:
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use theDSPcore on the BeagleBoard. I read the BeagleBoard/
> >DSPHowtofrom Felipe many many times. And I tried to find my
> > questions and solutions from this board without lucks. So I need
> > someone to give me a hand.
>
> > My host Linux system is Ubuntu 7.10 English Version running on VMware
> > 6.02. I followed the BeagleBoard/DSPHowto.
>
> > 1. git clonehttp://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> > --> OK
> > 2. cd linux-omap-2.6 --> OK
> > 3. wgethttp://4869037.web.fc2.com/tidspbridge-20081021.tgz--> OK

paulch...@gmail.com

unread,
Mar 26, 2009, 9:16:08 AM3/26/09
to Beagle Board
Hi Koen,

Thanks for providing an alternative. However, I don't have the
knowledge about gstreamer. Using multimedia codec for playback is not
my priority now. So I would save this for future to test after I gain
more knowledge about gstreamer and multimedia codec. Thank you any
way.

Best regards,

Paul

On 3月26日, 上午12時02分, Koen Kooi <k...@beagleboard.org> wrote:
> Op 24 mrt 2009, om 06:20 heeft paulchaink...@gmail.com het volgende
> geschreven:
>
>
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use the DSP core on the BeagleBoard.
>
> The image and kernel fromhttp://www.angstrom-distribution.org/demo/beagleboard/untested/
> have everything included to use the DSP for multimedia playback.
>
> Steps needed:
>
> 1) install image
> 2) boot image with supplied kernel
> 3) cd /usr/share/ti-codec-combos
> 4) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !
> qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink
> 5) observe error, ignore it, it's a bug in the XV driver (be it
> gstreamer or xf86-video-omapfb)
> 6) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !
> qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink
>
> Step 6 will give you something like this:http://www.youtube.com/watch?v=pcdaosTiWPI
>
> This all done using the stuff from gstreamer.ti.com, hop in to #gst_ti
> at irc.freenode.net for realtime online support from knowledgable
> people.
>
> Nota bene: the image is shipped with evaluation codecs, so video has a
> watermark in the top right corner (see youtube movie) and audio is
> altered as well. You can get production codecs from an omap3 dvsdk or
> from your friendly neighbourhood codec vendor.
>
> regards,
>
> Koen
>
> PGP.sig
> < 1K檢視下載

paulch...@gmail.com

unread,
Mar 26, 2009, 9:34:08 AM3/26/09
to Beagle Board
Hi Felipe,

Thank you for putting your repo to github:http://github.com/felipec/
linux-omap. I pulled down felipec-linux-
omap-8776d236773ca9372505a8d6104a97ba5b9205fe.tar.gz. Then,

1. tar zxvf felipec-linux-
omap-8776d236773ca9372505a8d6104a97ba5b9205fe.tar.gz
2. make omap3_beagle_defconfig
3. make menuconfig
Finally, I found DSP Bridge driver which is the last item in
Device Drivers.
4. make CROSS_COMPILE=arm-none-linux-gnueabi- uImage

the new uImage is built without problems. I don't have the Beagle
Board on hand now, I'll test it tomorrow. I am optimistic and will
update after the test tomorrow.

Just curious, there were some messages like
/tmp/ccmFJB6V.s:11934: rdhi, rdlo and rm must all be different

I have no idea about them, and cross my fingers hoping these messages
will not cause problem. Will they?

Felipe, thanks again.

Best regards,

Paul

On 3月26日, 上午5時05分, Felipe Contreras <felipe.contre...@gmail.com>
wrote:
> On Tue, Mar 24, 2009 at 7:20 AM,  <paulchaink...@gmail.com> wrote:
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use the DSP core on the BeagleBoard. I read the BeagleBoard/
> > DSP Howto from Felipe many many times. And I tried to find my
> > questions and solutions from this board without lucks. So I need
> > someone to give me a hand.
>
> > My host Linux system is Ubuntu 7.10 English Version running on VMware
> > 6.02. I followed the BeagleBoard/DSP Howto.
>
> > 1. git clonehttp://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> > --> OK
> > 2. cd linux-omap-2.6 --> OK
> > 3. wgethttp://4869037.web.fc2.com/tidspbridge-20081021.tgz--> OK
> > 4. tar xvzf tidspbridge-20081021.tgz  --> OK
> > 5. git am *.patch  -> Failed, the error messages are
> >          Applying BRIDGE: Kconfig Entry
> >          error: patch failed: arch/arm/Kconfig:1237
> >          error: arch/arm/Kconfig: patch does not apply
> >          error: patch failed: drivers/Makefile:40
> >          error: drivers/Makefile: patch does not apply
> >          Patch failed at 0001.
> >          When you have resolved this problem run "git-am --resolved".
> >          If you would prefer to skip this patch, instead run "git-am
> > --skip".
>
> It looks like I need to update those instructions.
>
> I pushed my own repo to github:http://github.com/felipec/linux-omap
>
> There's a 'v2.6.28-tidspbridge' tag that has everything you might
> need, including a defconfig that has the bridge configured.
>
> Can you try that?
>
> If it works I'll update the wiki with that information.
>
> --
> Felipe Contreras- 隱藏被引用文字 -
>
> - 顯示被引用文字 -

Felipe Contreras

unread,
Mar 26, 2009, 6:05:14 PM3/26/09
to beagl...@googlegroups.com

Are you running X?

--
Felipe Contreras

farazv

unread,
Mar 26, 2009, 10:41:44 PM3/26/09
to Beagle Board
Hi Felipe,

The error messages that I mentioned below appear on the screen a few
seconds after
kernel images gets loaded, and before mounting the root file system.
So, I think it has nothing to do with running X or not. I'd appreciate
it if you have any hints.
Also I'd be interested to get Paul's feedback as well.

Thanks,
--Faraz

On Mar 26, 6:05 pm, Felipe Contreras <felipe.contre...@gmail.com>
wrote:

Tan...@gmail.com

unread,
Mar 27, 2009, 6:29:48 AM3/27/09
to beagl...@googlegroups.com
hi,farazv

you said the error only occur after image be loaded, and before the rootfs be mounted.

can you boot the image if ignoring this error message, and can you test DSP running?

favor

farazv

unread,
Mar 27, 2009, 10:25:57 AM3/27/09
to Beagle Board
Hi tang,

Those errors prevents the kernel from booting properly, it keeps
printing those error messages over and over and it doesn't go anywhere
after that stage.
Once it happens it doesn't even mount the root file system.
And I didn't make any changes to the configuration except enabling
the DSP bridge. Let me know if you need my .config file.

--Faraz

Tan...@gmail.com

unread,
Mar 27, 2009, 12:53:40 PM3/27/09
to beagl...@googlegroups.com
hi. faraz
Actually, I was confused on his issue as you. I wanna enable Beagleboard's DSP for a long time.
and I search many documents, all its content is somehow out of date, I can't follow it successfully.
I found some sites :
[1] http://elinux.org/BeagleBoard/DSP_Howto
[2] https://gstreamer.ti.com/gf/project/gstreamer_ti/wiki/?pagename=HowTo
And another found, the latest OE can build gstreamer-ti plugins as well, and maybe this is the easyest
way than any other. I didn't try it yet,'Cause I don't have much time recently.
if you have done this successful, please tell me.

farazv

unread,
Mar 27, 2009, 2:22:27 PM3/27/09
to Beagle Board
Hi Tang,

Here is my experience:
The DSP_Howto page (http://elinux.org/BeagleBoard/DSP_Howto) is out
dated, and the patches mentioned on that page won't apply
to the kernel it's referring to. Then I learned that the latest omap
git repository has a DSP branch (called: tidspbridge) which doesn't
require
those patches. As I stated in the previous email, it doesn't build and
it gives you compile error (see previous emails) when you try to make
it.

Then I tried the link that Koen mentioned with regards to pre-built
untested Angstrom (http://www.angstrom-distribution.org/demo/
beagleboard/untested/ )
It also didn't have the DSP support, or at least I couldn't find the
dspbridge kernel module in there.

Then Felipe was nice enough to point us to his kernel, which has a
tidspbridge in it, it compiles nicely but then when I tried it gave me
the errors and refused to
boot, which I mentioned. Well that's the story so far :)
I really need to get the DSP working properly on Beagleboard and I'd
appreciate the help.

Thanks,
--Faraz

Felipe Contreras

unread,
Mar 27, 2009, 2:35:27 PM3/27/09
to beagl...@googlegroups.com
On Fri, Mar 27, 2009 at 8:22 PM, farazv <f...@yahoo.com> wrote:
>
> Hi Tang,
>
> Here is my experience:
> The DSP_Howto page (http://elinux.org/BeagleBoard/DSP_Howto) is out
> dated, and the patches mentioned on that page won't apply
> to the kernel it's referring to. Then I learned that the latest omap
> git repository has a DSP branch (called: tidspbridge) which doesn't
> require
> those patches. As I stated in the previous email, it doesn't build and
> it gives you compile error (see previous emails) when you try to make
> it.
>
> Then I tried the link that Koen mentioned with regards to pre-built
> untested Angstrom (http://www.angstrom-distribution.org/demo/
> beagleboard/untested/ )
> It also didn't have the DSP support, or at least I couldn't find the
> dspbridge kernel module in there.
>
> Then Felipe was nice enough to point us to his kernel, which has a
> tidspbridge in it, it compiles nicely but then when I tried it gave me
> the errors and refused to
> boot, which I mentioned. Well that's the story so far :)
> I really need to get the DSP working properly on Beagleboard and I'd
> appreciate the help.

Are you doing omap3_beagle_defconfig? Can you share your config?

Is your rootfs available somewhere?

--
Felipe Contreras

farazv

unread,
Mar 27, 2009, 3:40:26 PM3/27/09
to Beagle Board
Hey Felipe,

Yes I took all those steps:

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm
omap3_beagle_defconfig
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig
# to make sure DSP brdige is enabled
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules_install
# I've already set the INSTALL_MOD_PATH

Then I install the uImage and the modules on the SD card, the root
filesystem is basically the latest Angstrom installation on 2nd
parition of
the SD card formatted with ext3.

here is my uboot params:

setenv bootargs 'console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw
rootdelay=1'
setenv bootcmd 'mmcinit;fatload mmc 0 80300000 uImage;bootm 80300000'

I also tried it with:

setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/
mmcblk0p2 rw rootfstype=ext3 rootwait
omapfb.video_mode=1024x768MR-16@60'
setenv bootcmd 'mmcinit; fatload mmc 0 0x80300000 uImage; bootm
0x80300000'

with no difference.

Here is my .config:

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.28-omap1
# Fri Mar 27 14:59:57 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_MMU=y
# CONFIG_NO_IOPORT is not set
CONFIG_GENERIC_HARDIRQS=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_VECTORS_BASE=0xffff0000
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_CGROUPS is not set
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
# CONFIG_RELAY is not set
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
CONFIG_CLASSIC_RCU=y
# CONFIG_FREEZER is not set

#
# System Type
#
# CONFIG_ARCH_AAEC2000 is not set
# CONFIG_ARCH_INTEGRATOR is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_CLPS7500 is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_H720X is not set
# CONFIG_ARCH_IMX is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP23XX is not set
# CONFIG_ARCH_IXP2000 is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_L7200 is not set
# CONFIG_ARCH_KIRKWOOD is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_NS9XXX is not set
# CONFIG_ARCH_LOKI is not set
# CONFIG_ARCH_MV78XX0 is not set
# CONFIG_ARCH_MXC is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_PNX4008 is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C2410 is not set
# CONFIG_ARCH_SHARK is not set
# CONFIG_ARCH_LH7A40X is not set
# CONFIG_ARCH_DAVINCI is not set
CONFIG_ARCH_OMAP=y
# CONFIG_ARCH_MSM is not set

#
# TI OMAP Implementations
#
CONFIG_ARCH_OMAP_OTG=y
# CONFIG_ARCH_OMAP1 is not set
# CONFIG_ARCH_OMAP2 is not set
CONFIG_ARCH_OMAP3=y

#
# OMAP Feature Selections
#
# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set
# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set
# CONFIG_OMAP_SMARTREFLEX is not set
# CONFIG_OMAP_RESET_CLOCKS is not set
CONFIG_OMAP_BOOT_TAG=y
CONFIG_OMAP_BOOT_REASON=y
# CONFIG_OMAP_COMPONENT_VERSION is not set
# CONFIG_OMAP_GPIO_SWITCH is not set
# CONFIG_OMAP_MUX is not set
# CONFIG_OMAP_MCBSP is not set
# CONFIG_OMAP_MMU_FWK is not set
# CONFIG_OMAP_MBOX_FWK is not set
# CONFIG_OMAP_MPU_TIMER is not set
CONFIG_OMAP_32K_TIMER=y
CONFIG_OMAP_32K_TIMER_HZ=128
CONFIG_OMAP_TICK_GPTIMER=12
CONFIG_OMAP_DM_TIMER=y
# CONFIG_OMAP_LL_DEBUG_UART1 is not set
# CONFIG_OMAP_LL_DEBUG_UART2 is not set
CONFIG_OMAP_LL_DEBUG_UART3=y
CONFIG_ARCH_OMAP34XX=y
CONFIG_ARCH_OMAP3430=y

#
# OMAP Board Type
#
# CONFIG_MACH_OMAP_LDP is not set
# CONFIG_MACH_OMAP_3430SDP is not set
# CONFIG_MACH_OMAP3EVM is not set
CONFIG_MACH_OMAP3_BEAGLE=y
# CONFIG_MACH_OVERO is not set
# CONFIG_MACH_OMAP3_PANDORA is not set

#
# Boot options
#

#
# Power management
#

#
# Processor Type
#
CONFIG_CPU_32=y
CONFIG_CPU_32v6K=y
CONFIG_CPU_V7=y
CONFIG_CPU_32v7=y
CONFIG_CPU_ABRT_EV7=y
CONFIG_CPU_PABRT_IFAR=y
CONFIG_CPU_CACHE_V7=y
CONFIG_CPU_CACHE_VIPT=y
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_TLB_V7=y
CONFIG_CPU_HAS_ASID=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y

#
# Processor Features
#
CONFIG_ARM_THUMB=y
# CONFIG_ARM_THUMBEE is not set
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_HAS_TLS_REG=y
# CONFIG_OUTER_CACHE is not set

#
# Bus support
#
# CONFIG_PCI_SYSCALL is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
# CONFIG_PCCARD is not set

#
# Kernel Features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_PREEMPT is not set
CONFIG_HZ=128
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
CONFIG_ARCH_FLATMEM_HAS_HOLES=y
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
# CONFIG_LEDS is not set
CONFIG_ALIGNMENT_TRAP=y

#
# Boot options
#
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.0.1:/home/user/buildroot
ip=192.168.0.2:192.168.0.1:192.168.0.1:255.255.255.0:tgt:eth0:off rw
console=ttyS2,115200n8"
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set

#
# CPU Power Management
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set

#
# Floating point emulation
#

#
# At least one emulation must be selected
#
CONFIG_FPE_NWFPE=y
# CONFIG_FPE_NWFPE_XP is not set
# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y
CONFIG_VFPv3=y
# CONFIG_NEON is not set

#
# Userspace binary formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SUSPEND is not set
# CONFIG_APM_EMULATION is not set
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
CONFIG_WIRELESS_OLD_REGULATORY=y
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_FW_LOADER is not set
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
# CONFIG_MTD_CONCAT is not set
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
# CONFIG_MTD_AFS_PARTS is not set
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
CONFIG_MTD_NAND=y
# CONFIG_MTD_NAND_VERIFY_WRITE is not set
# CONFIG_MTD_NAND_ECC_SMC is not set
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
# CONFIG_MTD_NAND_GPIO is not set
CONFIG_MTD_NAND_OMAP2=y
CONFIG_MTD_NAND_IDS=y
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_NAND_NANDSIM is not set
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_ALAUDA is not set
# CONFIG_MTD_ONENAND is not set

#
# UBI - Unsorted block images
#
# CONFIG_MTD_UBI is not set
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_MISC_DEVICES is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_DH is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NET_ETHERNET is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
# CONFIG_IWLWIFI_LEDS is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_HELPER_AUTO=y

#
# I2C Hardware Bus support
#

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_OMAP=y
# CONFIG_I2C2_OMAP_BEAGLE is not set
# CONFIG_I2C_SIMTEC is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_AT24 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_TPS65010 is not set
# CONFIG_TWL4030_MADC is not set
# CONFIG_TWL4030_PWRBUTTON is not set
# CONFIG_TWL4030_POWEROFF is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_LP5521 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIOLIB=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set

#
# Memory mapped GPIO expanders:
#

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
CONFIG_GPIO_TWL4030=y

#
# PCI GPIO expanders:
#

#
# SPI GPIO expanders:
#
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
# CONFIG_THERMAL is not set
# CONFIG_THERMAL_HWMON is not set
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_ASIC3 is not set
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
CONFIG_TWL4030_CORE=y
# CONFIG_TWL4030_POWER is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set

#
# Multimedia drivers
#
CONFIG_DAB=y
# CONFIG_USB_DABUSB is not set

#
# Graphics support
#
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_OMAP=y
# CONFIG_FB_OMAP_LCDC_EXTERNAL is not set
# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=14
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
# CONFIG_LOGO is not set
# CONFIG_SOUND is not set
# CONFIG_HID_SUPPORT is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
CONFIG_USB_OTG=y
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HWA_HCD is not set
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_SOC=y

#
# OMAP 343x high speed USB support
#
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_PERIPHERAL is not set
CONFIG_USB_MUSB_OTG=y
CONFIG_USB_GADGET_MUSB_HDRC=y
CONFIG_USB_MUSB_HDRC_HCD=y
# CONFIG_MUSB_PIO_ONLY is not set
CONFIG_USB_INVENTRA_DMA=y
# CONFIG_USB_TI_CPPI_DMA is not set
# CONFIG_USB_MUSB_DEBUG is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
#

#
# see USB_STORAGE Help for more information
#
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_ATMEL_USBA is not set
# CONFIG_USB_GADGET_FSL_USB2 is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_PXA25X is not set
# CONFIG_USB_GADGET_PXA27X is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_M66592 is not set
# CONFIG_USB_GADGET_AMD5536UDC is not set
# CONFIG_USB_GADGET_FSL_QE is not set
# CONFIG_USB_GADGET_NET2280 is not set
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
# CONFIG_USB_ZERO is not set
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FILE_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_CDC_COMPOSITE is not set

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_ISP1301_OMAP is not set
CONFIG_TWL4030_USB=y
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
CONFIG_MMC_OMAP_HS=y
# CONFIG_MEMSTICK is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_NEW_LEDS is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
CONFIG_RTC_DRV_TWL4030=y
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_REGULATOR is not set
# CONFIG_UIO is not set

#
# CBUS support
#
# CONFIG_CBUS is not set
CONFIG_MPU_BRIDGE=m
# CONFIG_BRIDGE_DEBUG is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
# CONFIG_JFFS2_LZO is not set
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_REGISTER_V4 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y

#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_ERRORS is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_LL is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_XCBC is not set

#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set

#
# Ciphers
#
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_HW=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
# CONFIG_CRC16 is not set
# CONFIG_CRC_T10DIF is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y


Thanks,
--Faraz


On Mar 27, 2:35 pm, Felipe Contreras <felipe.contre...@gmail.com>
wrote:
> On Fri, Mar 27, 2009 at 8:22 PM, farazv <f...@yahoo.com> wrote:
>
> > Hi Tang,
>
> > Here is my experience:
> > The DSP_Howto page (http://elinux.org/BeagleBoard/DSP_Howto) is out
> > dated, and the patches mentioned on that page won't apply
> > to the kernel it's referring to. Then I learned that the latest omap
> > git repository has aDSPbranch (called: tidspbridge) which doesn't
> > require
> > those patches. As I stated in the previous email, it doesn't build and
> > it gives you compile error (see previous emails) when you try to make
> > it.
>
> > Then I tried the link that Koen mentioned with regards to pre-built
> > untested Angstrom (http://www.angstrom-distribution.org/demo/
> > beagleboard/untested/ )
> > It also didn't have theDSPsupport, or at least I couldn't find the
> > dspbridge kernel module in there.
>
> > Then Felipe was nice enough to point us to his kernel, which has a
> > tidspbridge in it, it compiles nicely but then when I tried it gave me
> > the errors and refused to
> > boot, which I mentioned. Well that's the story so far :)
> > I really need to get theDSPworking properly on Beagleboard and I'd

paulch...@gmail.com

unread,
Mar 27, 2009, 2:27:42 AM3/27/09
to Beagle Board
Hi Felipe,

I have a good news and a bad news.

The good news is the new built uImage works on the BeagleBoard. The
bad news is that I still can not have DSP work.

With the new uImage, I couldn't wait to test what you said in the
howto.

ping test
If you want to test the DSP you can try the simple ping test provided
in this package(dspbridge_binaries.tar.bz2).

Just: ./ping.out

I downloaed dspbridge_binaries.tar.bz2 and tried ./ping.out. I got an
error as

[root@beagleboard mmc]# cd dspbridge_binaries/
[root@beagleboard dspbridge_binaries]# ./ping.out
./ping.out: error while loading shared libraries: libbridge.so.2:
cannot open shared object file: No such file or directory

I can not find libbri.so.2 in my file system which is a RAM-DISK file
system (from rd-ext.bin).

OK. I back one step. I got TI's OpenMAX IL package
(tiopenmax-0.3.tar.gz). I untared it and ran -OMX-Sample-Firmware-0.3-
Linux-x86-Install in my host Ubuntu. The installation ended without
errors.

Next, in the howto, it said "You would end up with a bunch of binaries
in lib/dsp, copy them to your root filesystem at the same location (/
lib/dsp)." I think what it mean is to copy lib/dsp from the host
Ubuntu to the /lib/dsp of the BeagleBoard file system.

But I found the root of the BeagleBoard file system is almost full.

[root@beagleboard /]# df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 7931 7930 1 100% /
/dev/root 7931 7930 1 100% /
mdev 63240 0 63240 0% /dev
none 63240 0 63240 0% /tmp
/dev/mmcblk0p1 1004068 25692 978376 3% /mnt/mmc

[root@beagleboard tiopenmax-0.3]# cp -r lib/dsp /lib/dsp
cp: write error: No space left on device

I knew may be I should try Angstrom Linux and the file system, but I
still can not fix the the partition problem.

I am embrassing to ask. But what is the next step I should do? I don't
find libbridge.so.2 in /lib/dsp either, where to have it?

Can you provide your BeagleBoard file system along with your uImage? A
package of uImage and file system would make the beginners' lives
easier.

Appreciate all your works and helps.

paulch...@gmail.com

unread,
Mar 27, 2009, 10:21:32 PM3/27/09
to Beagle Board
Hi Farazv,

I believe you walk further than I do on this issue. I am a novice
about Linux, Beagle Board and DSP.

I only did the first steps, (I didn't use ARCH=arm in the makes)
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_defconfig
make CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
# to make sure DSP brdige is enabled
make CROSS_COMPILE=arm-none-linux-gnueabi- uImage

Before reading your reply, I never knew I needed to do the following
below.
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules_install

I tried them but got errors like
make: *** No rule to make target `modules'. Stop.
make: *** No rule to make target `modules_install'. Stop.

I am not sure if I need do what you siad.
# I've already set the INSTALL_MOD_PATH
And I don't know how to do it.

> Then I install the uImage and the modules on the SD card, the root
> filesystem is basically the latest Angstrom installation on 2nd
> parition of
> the SD card formatted with ext3.

I would like to know more information about your "install"
1. Install the uImage means copy the built uImage to the first FAT32
partition of SD card, right?
2. What do you mean about installing the modules on the SD card? What
directories/files should I copy (or install) to what partition/
directories/files of the SD card? Any enviroment variables need to set
in the host or the BeagleBoard?

And, do you know how to fix the problem of missing "libbridge.so.2"?

Best regards,

Paul

Jesslyn Abdul Salam

unread,
Mar 28, 2009, 4:25:19 AM3/28/09
to beagl...@googlegroups.com
Paul,

Create a soft link "libbridge.so.2" to libbridge.so in your root file system.

regards

Jesslyn

Jesslyn Abdul Salam

unread,
Mar 28, 2009, 4:28:08 AM3/28/09
to beagl...@googlegroups.com

boot, which I mentioned. Well that's the story so far :)
I really need to get the DSP working properly on Beagleboard and I'd
appreciate the help.

Faraz,

 If you just need to do get DSP working even if with an older kernel like 2.6.27-omap1, I may be able to help you.

regards

Jesslyn

 

farazv

unread,
Mar 28, 2009, 9:56:37 AM3/28/09
to Beagle Board
Jesslyn,

That'd be great, 2.6.27 would be good enough. I'd only need DSP and
UVC
drivers (which I had already in 2.6.22). looking forward to hearing
from
you.

Thanks,
--Faraz

On Mar 28, 4:28 am, Jesslyn Abdul Salam <jesslyn.abdulsa...@gmail.com>
wrote:

paulch...@gmail.com

unread,
Mar 27, 2009, 10:50:49 PM3/27/09
to Beagle Board
Farazv,

Sorry, my bad. I made the modules and modules_install in a wrong
directry which caused the error of "no target".

In the correct directory, I did
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules --> OK
but with some warning
INSTALL_MOD_PATH=$HOME/MOD --> OK
export INSTALL_PATH > OK
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm modules_install
> OK

The modules are insatlled in $HOME/MOD/lib/modules/2.6.28-omap1/

What should I do to install the modules to the SD card for BeagleBoard
to use?

Best regards,

Paul

Tan...@gmail.com

unread,
Mar 28, 2009, 11:33:06 AM3/28/09
to beagl...@googlegroups.com
hi. paul

as you modules had been compiled out, please copy you $HOME/$MOD/lib/modules/2.6.28-omap1/

to you root file system /lib/modules/2.6.28-omap1/ . wish you DSP can be run as quickly as much.

/favor

Favor Tang

unread,
Mar 28, 2009, 11:42:51 AM3/28/09
to beagl...@googlegroups.com
hi,all

  Aren't there any good howto tutorials to introduce the DSP seting up correctly?

More or less, it can be tested by many users, and not the one which is out of date.

any help and documents is welcome.

thanks

   /favor

Felipe Contreras

unread,
Mar 28, 2009, 12:03:56 PM3/28/09
to beagl...@googlegroups.com, Daniel Díaz

Are you implying that the one I wrote is "not good"? I just tried the
'outdated' instructions and it works just fine. Of course you need to
use 'v2.6.27-omap1'.

Is it not working for you? Then please specify what is not working.

Note that if you can't compile a vanilla 'v2.6.27-omap1' and make it
run, then of course the one with DSP patches wouldn't work either.
Same goes for 'v2.6.28-omap1' and my 'v2.6.28-tidspbridge' branch.

My guess is the problem is the Angstrom images expect an extremely
patched kernel. I'll try to provide a simple image, but in the
meantime Daniel Díaz is working on some recipes for Poky Linux AFAIK.

--
Felipe Contreras

Felipe Contreras

unread,
Mar 28, 2009, 2:52:22 PM3/28/09
to Daniel Díaz, beagl...@googlegroups.com
On Sat, Mar 28, 2009 at 6:54 PM, Daniel Díaz <mrc...@gmail.com> wrote:
> Hello!
>
>
> On Sat, Mar 28, 2009 at 10:03 AM, Felipe Contreras
> <felipe.c...@gmail.com> wrote:
> [...]

>> My guess is the problem is the Angstrom images expect an extremely
>> patched kernel. I'll try to provide a simple image, but in the
>> meantime Daniel Díaz is working on some recipes for Poky Linux AFAIK.
>
> Wow, that is timing -- I was just sending you an email about that.
>
> I've written a small HOWTO on getting a basic image (based on
> Poky/OpenEmbedded) with a Kernel that includes DSP Bridge, and with
> some useful packages included, such as OpenMAX and GStreamer plug-ins.
> It's here:
>  http://elinux.org/BeagleBoard/Poky
>
> (Please note I'm not subscribed to this list, so CC me if you have
> comments about that wiki page.)

This doesn't seem to work:
---
git clone git://github.com/mturquette/meta-texasinstruments.git
git checkout ddiaz/gitomapzoom
---

I tried this instead:
---
git clone git://github.com/mturquette/meta-texasinstruments.git
cd meta-texasinstruments
git checkout -b gitomapzoom origin/ddiaz/gitomapzoom
---

Still, I'm getting this:
---
bitbake omap-image-min-gst
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install
it to increase performance.
NOTE: Handling BitBake files: / (0902/0902) [100 %]
NOTE: Parsing finished. 872 cached, 0 parsed, 30 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: build 200903282049: started

OE Build Configuration:
BB_VERSION = "1.8.11"
METADATA_REVISION = "5728"
TARGET_ARCH = "i586"
TARGET_OS = "linux"
MACHINE = "netbook"
DISTRO = "poky"
DISTRO_VERSION = "3.2+snapshot-20090328"
TARGET_FPU = ""

ERROR: Nothing PROVIDES 'omap-image-min-gst' (but '[]' DEPENDS on or
otherwise requires it)
---

--
Felipe Contreras

Jesslyn Abdul Salam

unread,
Mar 28, 2009, 3:13:49 PM3/28/09
to beagl...@googlegroups.com
Faraz,

Should I give you the kernel image and DSP bridge drivers, or do you want help in building the kernel source I use. Either way, I can help you. By the way, I use the baseimage.dof from tiopenmax-0.3. And cross compiler I use is [1]. First DSP application I used is Felipe's dsp-dummy application.


regards

Jesslyn

[1] https://www-a.ti.com/downloads/sds_support/targetcontent/LinuxDspTools/download/c6x/TI-C6x-CGT-v6.0.16-eval.bin

Daniel Díaz

unread,
Mar 28, 2009, 12:54:11 PM3/28/09
to Felipe Contreras, beagl...@googlegroups.com
Hello!


On Sat, Mar 28, 2009 at 10:03 AM, Felipe Contreras
<felipe.c...@gmail.com> wrote:
[...]

> My guess is the problem is the Angstrom images expect an extremely
> patched kernel. I'll try to provide a simple image, but in the
> meantime Daniel Díaz is working on some recipes for Poky Linux AFAIK.

Wow, that is timing -- I was just sending you an email about that.

I've written a small HOWTO on getting a basic image (based on
Poky/OpenEmbedded) with a Kernel that includes DSP Bridge, and with
some useful packages included, such as OpenMAX and GStreamer plug-ins.
It's here:
http://elinux.org/BeagleBoard/Poky

(Please note I'm not subscribed to this list, so CC me if you have
comments about that wiki page.)

Greetings!

Daniel Díaz
yo...@danieldiaz.org

Daniel Díaz

unread,
Mar 28, 2009, 3:13:59 PM3/28/09
to Felipe Contreras, beagl...@googlegroups.com
Hello!

Thanks, Felipec, for trying this out.


On Sat, Mar 28, 2009 at 12:52 PM, Felipe Contreras
<felipe.c...@gmail.com> wrote:
[...]


> This doesn't seem to work:
> ---
> git clone git://github.com/mturquette/meta-texasinstruments.git
> git checkout ddiaz/gitomapzoom
> ---
>
> I tried this instead:
> ---
> git clone git://github.com/mturquette/meta-texasinstruments.git
> cd meta-texasinstruments
> git checkout -b gitomapzoom origin/ddiaz/gitomapzoom
> ---

Noted. Corrected on the wiki.

> Still, I'm getting this:
> ---
> bitbake omap-image-min-gst
> NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install
> it to increase performance.
> NOTE: Handling BitBake files: / (0902/0902) [100 %]
> NOTE: Parsing finished. 872 cached, 0 parsed, 30 skipped, 0 masked.
> NOTE: Cache is clean, not saving.
> NOTE: build 200903282049: started
>
> OE Build Configuration:
> BB_VERSION        = "1.8.11"
> METADATA_REVISION = "5728"
> TARGET_ARCH       = "i586"
> TARGET_OS         = "linux"
> MACHINE           = "netbook"
> DISTRO            = "poky"
> DISTRO_VERSION    = "3.2+snapshot-20090328"
> TARGET_FPU        = ""
>
> ERROR: Nothing PROVIDES 'omap-image-min-gst' (but '[]' DEPENDS on or
> otherwise requires it)

My bad. I missed a "/conf/" in the path of the configuration. Instead of:
cp -p $POKY/meta-texasinstruments/conf/misc/local.conf $POKY/build/local.conf
should have been like this:
cp -p $POKY/meta-texasinstruments/conf/misc/local.conf
$POKY/build/conf/local.conf

Wiki has been updated with your input.

Thanks and greetings!

Daniel Díaz
yo...@danieldiaz.org

paulch...@gmail.com

unread,
Mar 29, 2009, 4:10:45 AM3/29/09
to Beagle Board
Hello Jesslyn,

It would be great if you can provide a package (for the BeagleBoard)
includes a uImage, a file system contains DSP bridge drivers and all
the stuff needed to run ping.out and Felipe's Example dsp node.

If I don't ask too much, a uImage plus a RamDisk file (rd-ext2.bin)
for DSP bridge driver and application would make beginners' lives
easier.

Of course I also like to know how to build the all things myself. But
I would like to have something working before heading the long
journey.

Best regards,

Paul

On 3月29日, 上午3時13分, Jesslyn Abdul Salam <jesslyn.abdulsa...@gmail.com>
wrote:
> Faraz,
>
> Should I give you the kernel image and DSP bridge drivers, or do you want
> help in building the kernel source I use. Either way, I can help you. By the
> way, I use the baseimage.dof from tiopenmax-0.3. And cross compiler I use is
> [1]. First DSP application I used is Felipe's dsp-dummy application.
>
> regards
>
> Jesslyn
>
> [1]https://www-a.ti.com/downloads/sds_support/targetcontent/LinuxDspTool...
> > > > > > the DSP bridge. Let me know if you need my .config file.- 隱藏被引用文字 -
>
> - 顯示被引用文字 -

Jesslyn Abdul Salam

unread,
Mar 31, 2009, 2:34:20 AM3/31/09
to beagl...@googlegroups.com
Hi Paul,

Follow this link for the kernel and root file system. Use the root file system over NFS. It saves a lot of time.

http://labs.embinux.org/index.php/TI_DSP_Bridge_Resources

- Jesslyn

paulch...@gmail.com

unread,
Mar 31, 2009, 8:46:52 AM3/31/09
to Beagle Board
Jesslyn,

Thanks for providing the package of resources. I am kind of busy
today. Please allow me to update you the test results tomorrow.

Best regards,

Pauk

On 3月31日, 下午2時34分, Jesslyn Abdul Salam <jesslyn.abdulsa...@gmail.com>
wrote:
> Hi Paul,
>
> Follow this link for the kernel and root file system. Use the root file
> system over NFS. It saves a lot of time.
>
> http://labs.embinux.org/index.php/TI_DSP_Bridge_Resources
>
> - Jesslyn
>
> 2009/3/29 <paulchaink...@gmail.com>
>

Favor Tang

unread,
Apr 2, 2009, 5:34:19 AM4/2/09
to beagl...@googlegroups.com
hi, on the link , i can't see nothing.

http://labs.embinux.org/index.php/TI_DSP_Bridge_Resources

does it? or something else is wrong?

---------- Forwarded message ----------
From: Jesslyn Abdul Salam <jesslyn.a...@gmail.com>
Date: 2009/3/31
Subject: Re: Fwd: [beagleboard] Re: BeagleBoard/DSP Howto - Helps are needed
To: beagl...@googlegroups.com


Hi Paul,

Follow this link for the kernel and root file system. Use the root file system over NFS. It saves a lot of time.

http://labs.embinux.org/index.php/TI_DSP_Bridge_Resources

- Jesslyn

2009/3/29 <paulch...@gmail.com>




~~~~~~~~~~~~~~~~~
      /favor

(First things, first do!!)
Email:tan...@gmail.com
TEL:13808178480
~~~~~~~~~~~~~~~~~

Jesslyn Abdul Salam

unread,
Apr 2, 2009, 12:58:31 PM4/2/09
to beagl...@googlegroups.com
Favor,

I had to take down the link due to request from TI. Apparently it contained the DSP firmware which were not re-distributable. I am involved some other work these days. Please give couple of days time to upload the root file system without the TI proprietary DSP firmwares.

regards

Jesslyn

Felipe Contreras

unread,
Apr 2, 2009, 5:12:06 PM4/2/09
to beagl...@googlegroups.com
On Thu, Apr 2, 2009 at 7:58 PM, Jesslyn Abdul Salam
<jesslyn.a...@gmail.com> wrote:
> Favor,
>
> I had to take down the link due to request from TI. Apparently it contained
> the DSP firmware which were not re-distributable. I am involved some other
> work these days. Please give couple of days time to upload the root file
> system without the TI proprietary DSP firmwares.

Who contacted you?

Isn't the situation the same for dsp-link firmware that AFAIK is being
distributed in Angstrom images?
http://groups.google.com/group/beagleboard/browse_thread/thread/a88dccbb7acc06c

--
Felipe Contreras

Daniel Díaz

unread,
Apr 2, 2009, 5:22:40 PM4/2/09
to beagl...@googlegroups.com
Hello!


On Thu, Apr 2, 2009 at 3:12 PM, Felipe Contreras
<felipe.c...@gmail.com> wrote:
>
> On Thu, Apr 2, 2009 at 7:58 PM, Jesslyn Abdul Salam
> <jesslyn.a...@gmail.com> wrote:
>> Favor,
>>
>> I had to take down the link due to request from TI. Apparently it contained
>> the DSP firmware which were not re-distributable. I am involved some other
>> work these days. Please give couple of days time to upload the root file
>> system without the TI proprietary DSP firmwares.
>
> Who contacted you?

[...]

It was me.

The thing is the evaluation firmware for DSP Bridge / OpenMAX cannot
be redistributed without the installer. We thanked Jesslyn for the
effort and requested some time while we figure a way to freely
distribute those sample binaries just like that.

Just to be clear, it's more than OK to redistribute the installer, but
the binaries within (i.e. *.dll64P, baseimage.dof, etc.) cannot be
redistributed.

Thanks and greetings!

Daniel Díaz
dd...@ti.com

Felipe Contreras

unread,
Apr 2, 2009, 5:46:06 PM4/2/09
to beagl...@googlegroups.com

Yes, that was my understanding, but I thought the same situation
applies for the dsp-link binaries which apparently are distributed in
Angstrom images.

--
Felipe Contreras

Favor Tang

unread,
Apr 3, 2009, 6:31:04 AM4/3/09
to beagl...@googlegroups.com
hi.
Maybe these question looks like silly, however , forgive me please since I know little about DSP.
Especially, how it help ARM core to process the heavy things about media decoding/coding, or other heavy stuff things.

I followed this link https://gstreamer.ti.com/gf/project/gstreamer_ti/wiki/?pagename=GettingStarted
to setup the Beagle/DSP. But I encounter with some issues.

In the README.txt, it wrote:

- The DVSDK for the platform is installed on the Linux host. DVSDK versions
earlier than 1.30 are not supported.

--------->>Can anyone show me the download url of the right DVSDK for using?
what's this DVSDK for? Does it include arm cross compiler or DSP cross compiler?

- The DVSDK is configured to use the Linux kernel provided by the LSP package
associated with the DVSDK being used.
- DMAI 1.16 or later is installed on the Linux host for DaVinci targets.
DMAI 1.20 or later is required for OMAP35xx targets. This DMAI version is
included with DVSDK 3.00.
---------->> where can I download the DMAI? if it's include in the DVSDK3.00, I'd prefer to download DVSDK3.00,
and where can I get that?


Is there anyone who had followed this WiKi to enable Beagle/DSP, please do me a favor.

with highly appreciated!

 thanks.

/favor
--
~~~~~~~~~~~~~~~~~
/favor
~~~~~~~~~~~~~~~~~

Felipe Contreras

unread,
Apr 4, 2009, 9:26:48 AM4/4/09
to beagl...@googlegroups.com
2009/3/29 <paulch...@gmail.com>:

>
> Hello Jesslyn,
>
> It would be great if you can provide a package (for the BeagleBoard)
> includes a uImage, a file system contains DSP bridge drivers and all
> the stuff needed to run ping.out and Felipe's Example dsp node.
>
> If I don't ask too much, a uImage plus a RamDisk file (rd-ext2.bin)
> for DSP bridge driver and application would make beginners' lives
> easier.
>
> Of course I also like to know how to build the all things myself. But
> I would like to have something working before heading the long
> journey.

I've created a console image with the corresponding uImage kernel:
http://people.freedesktop.org/~felipec/beagle/

You just need to put the DSP binaries on /lib/dsp from tiopenmax[1]
and you are ready to roll.

It cannot get any easier than that.

[1] https://omapzoom.org/gf/project/openmax/frs/

--
Felipe Contreras

Amanuense

unread,
Mar 31, 2009, 8:49:43 PM3/31/09
to Beagle Board
hello,

I'm using the latest files from http://www.angstrom-distribution.org/demo/beagleboard/
on a B5 beagleboard, I've tried to follow the steps you mentioned but
in steps 4 and 6 I got the following output:

(gst-launch-0.10:1604): GStreamer-WARNING **: Failed to load plugin '/
usr/lib/gstreamer-0.10/libgstsubparse.so': /usr/lib/gstreamer-0.10/
libgstsubparse.so: undefined symbol: parse_sami
CMEM Error: init: Failed to open /dev/cmem: 'No such file or
directory'
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 26000976 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
(EE) omapfb(0): FBIOBLANK: Invalid argument
(EE) omapfb(0): FBIOBLANK: Invalid argument

no video is shown, X is still running, and I'm about to scream...

I've tried using the following commands as recommended in
http://groups.google.com.mx/group/beagleboard/browse_thread/thread/0a88dccbb7acc06c?hl=es#
but I got a different error and no video.

modprobe cmemk phys_start=0x88000000 phys_end=0x89000000
pools=20x4096,8x131072,5x1048576,1x1429440,1x256000,1x5250000,3x829440
modprobe dsplinkk
modprobe lpm_omap3530

Does somebody have an idea of what could be the problem???

B.R.
Oscar Arias

On 25 mar, 16:02, Koen Kooi <k...@beagleboard.org> wrote:
> Op 24 mrt 2009, om 06:20 heeft paulchaink...@gmail.com het volgende  
> geschreven:
>
>
>
> > Hello,
>
> > Please bear with me for the newbie questions.
>
> > I tried to use the DSP core on the BeagleBoard.
>
> The image and kernel fromhttp://www.angstrom-distribution.org/demo/beagleboard/untested/
>   have everything included to use the DSP for multimedia playback.
>
> Steps needed:
>
> 1) install image
> 2) boot image with supplied kernel
> 3) cd /usr/share/ti-codec-combos
> 4) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !  
> qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink
> 5) observe error, ignore it, it's a bug in the XV driver (be it  
> gstreamer or xf86-video-omapfb)
> 6) gst-launch filesrc location=/data/movies/BigBuckBunny_640x360.m4v !  
> qtdemux name=demux demux.video_00 ! TIViddec2 ! xvimagesink
>
> Step 6 will give you something like this:http://www.youtube.com/watch?v=pcdaosTiWPI
>
> This all done using the stuff from gstreamer.ti.com, hop in to #gst_ti  
> at irc.freenode.net for realtime online support from knowledgable  
> people.
>
> Nota bene: the image is shipped with evaluation codecs, so video has a  
> watermark in the top right corner (see youtube movie) and audio is  
> altered as well. You can get production codecs from an omap3 dvsdk or  
> from your friendly neighbourhood codec vendor.
>
> regards,
>
> Koen
>
>  PGP.sig
> < 1 KBVerDescargar

paulch...@gmail.com

unread,
Apr 1, 2009, 9:13:35 AM4/1/09
to Beagle Board
Jesslyn,

My SD card stops working maybe due to too many re-writes. I need to
get a new SD card. So I will update later, sorry.

Best regards,

Paul

paulch...@gmail.com

unread,
Apr 2, 2009, 9:39:19 AM4/2/09
to Beagle Board
Hello Jesslyn,

Finally, I got my new SD card. And I got ping.out working finally.

I downloaded you package two days ago. SD card broken and could not
test until the new SD card arrived today. Bellow is my procedure..

1. Downloaded DSPBridgeResources.tar.bz2 from
http://labs.embinux.org/index.php/TI_DSP_Bridge_Resources. (but just
like Tang said, it is removed as I checked it today.)

2. On my Windows PC, I uncompress DSPBridgeResources.tar.bz2 with
WinRAR v3.7 to get uimage.dsp, target.tar.bz2 and README.

3. I run Utu 7.10 in a VMware Virtual Machine (VM) on my Windows PC.

4. Copy target.tar.bz2 to the Ubuntu VM, /home/jars/tmp.
$ bunzip2 target.tar.bz2
$ sudo tar xvf target.tar
Then I get /home/jars/target

5. Make a RamDisk with 32Mbyte size
$ dd if=/dev/zero of=rd-jessylyn bs=1k count=32768
$ mkfs.ext2 rd-jessylyn

6. Mount the RamDisk and copy target/* to the root of the RamDisk
$ sudo mkdir /mnt/jessylyn
$ sudo mount -o loop rd-jessylyn /mnt/jessylyn/
$ sudo cp -R target/* /mnt/jessylyn/
$ sudo umount /mnt/jessylyn/

7. Gzip the RamDisk, then rename it to rd-ext2.bin
$ gzip -9 rd-jessylyn
$ cp rd-jessylyn.gz rd-ext2.bin

8. Copy the uimage.dsp in Step #2 and the rd-ext2.bin in Step #7 to
teh SD card. The card has files like
2009/03/17 下午 05:50 16,740 MLO <--
downloaded from http://code.google.com/p/beagleboard/wiki/BeagleSourceCode
2009/03/17 下午 05:50 717,372 u-boot.bin <--
downloaded from http://code.google.com/p/beagleboard/wiki/BeagleSourceCode
2009/03/17 下午 05:49 9,808 x-load.bin.ift <--
downloaded from http://code.google.com/p/beagleboard/wiki/BeagleSourceCode
2009/02/17 下午 08:42 1,819,728 uImage <--
copied from uimage.dsp of Step #2
2009/04/02 下午 08:26 10,566,254 rd-ext2.bin <--
copied from rd-ext2.bin of Step #7

9. Plug the SD card to my Beagle board and boot up. Remember to stop
the autoboot by pressing a key. In the U-boot console, set the
bootargs as
.............
Audio Tone on Speakers ... complete
Hit any key to stop autoboot: 0
OMAP3 beagleboard.org # setenv bootargs
console=ttyS2,115200n8 ramdisk_size=32768 root=/dev/ram0 rw
rootfstype=ext2 initrd=0x81600000,32M nohz=0ff
OMAP3 beagleboard org # printenv
OMAP3 beagleboard.org # run bootcmd
reading uImage

1819728 bytes read
reading rd-ext2.bin

10566254 bytes read
## Booting kernel from Legacy Image at 80300000 ...
..............
..............
mmc0: new SD card at address 616d
mmcblk0: mmc0:616d SD01G 1006080KiB
mmcblk0: p1

[root@(none) /]#

10. Follow README (see Step #2), ping.out works like a charm.
[root@(none) /]# ./bridgeinstall
INFO: For help run script as ./install_bridge help
/install_bridge: command substitution: line 38: unexpected EOF
while looking for matching `''
/install_bridge: command substitution: line 39: syntax error:
unexpected end of file
INFO:Installed Bridgedriver from current directory:/lib/
modules/2.6.27-omap1-05170-gdb2fd87-dirty/kernel/drivers/dsp/bridge
[root@(none) /]# dynreg.out -r /lib/dsp/pingdyn_3430.dll64P
[root@(none) /]# ping.out
DSP device detected !!
DSPNodeCreate succeeded
DSPNode_registerNotify succeeded
DSPNode_run succeeded
Ping: Id 1.000000 Msg 0.000000 Mem 2408232.000000
Ping: Id 1.000000 Msg 1.000000 Mem 2408232.000000
........................
........................
Ping: Id 1.000000 Msg 48.000000 Mem 2408232.000000
Ping: Id 1.000000 Msg 49.000000 Mem 2408232.000000

11. Felipe's dummy also works, but it will make the system in a loop
for a looooong time.
[root@(none) /]# dynreg.out -r /lib/dsp/dummy.dll64P
[root@(none) /]# dummy
DSPNodeCreate succeeded
DSPNode_run succeeded
dmm_buffer_map: 0x12008
dmm_buffer_map: 0x12028
running 14400 times
dmm_buffer_flush: 0x12008
dmm_buffer_invalidate: 0x12028
dmm_buffer_flush: 0x12008
dmm_buffer_invalidate: 0x12028
....................
....................

Finally, I got ping.out and dummy work, even the DSP system is not
built by myself. Thanks to all, especially to Jesslyn, Felipe and
Farazv.

Best regards,

Paul

paulch...@gmail.com

unread,
Apr 4, 2009, 11:24:00 AM4/4/09
to Beagle Board
Hello Felipe,

Thanks for following up this thread.

I already got ping.out working with Jesslyn's package. I replied to
this thread with the procedures I did on April 2nd, but the reply
hasn't shown up. It may be because I modified the subject.

Thanks to the helps from all the people, specially to Jesslyn and you.
I stepped out my first step. The next step is to compile my DSP
appliactions. I believe I will come back soon with questions.

Thank you again.

Best regards,

Paul



On 4月4日, 下午9時26分, Felipe Contreras <felipe.contre...@gmail.com> wrote:
> 2009/3/29  <paulchaink...@gmail.com>:

Jesslyn Abdul Salam

unread,
Apr 6, 2009, 12:57:35 AM4/6/09
to beagl...@googlegroups.com


My SD card stops working maybe due to too many re-writes. I need to
get a new SD card. So I will update later, sorry.


Thats why I recommended root file system on NFS.

regards

Jesslyn

Reply all
Reply to author
Forward
0 new messages