This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

rowboat-floyo-dsp /sdcard can't find data

Hello

I'm building the rowboat-floyo-dsp on my beagleboard -xM Rev.c

following the link below

http://code.google.com/p/rowboat/wiki/DSP#Building_and_Testing_DSP_stack

i download the source by using this string rowboat-froyo-dsp.xml

and download dvsdk_dm3730-evm_4_01_00_09_setuplinux package for DSP support.

and finish the build section.

After patch the reversion c patch, the floyo works on my beagleboard-xM.

But

The Media_Clips in the prebuild image should be found nuder the path of /sdcard.

My path /sdcard contains MLO uImage boot.scr u-boot.bin ,  without the data of Media_Clips.

so the android gallery 3D can't find any data.

the attach file is the scrips of make microSD

2018.mkmmc-android.txt

 

After this, I add this part in the init.rc

# mount sdcard third partition on /part-3
    mount vfat /dev/block/mmcblk0p3 /sdcard/

now , all Media_Clips can be find under /sdcard , however , the gallery 3D can't read the Video file.

It got kernel panic when reading the video file.

Is anyone got the same problem?

 

Any help will be very appreciate.