Darkknight512
Active Member
BTW: I talked with TI today.
We are free to include these codecs in the community codec pack
Sounds great!
BTW: I talked with TI today.
We are free to include these codecs in the community codec pack
ERROR: from element /GstPipelineipeline0/GstAlsaSink:alsasink0: Could not get/set settings from/on resource.
Additional debug info:
gstalsasink.c(520): set_hwparams (): /GstPipelineipeline0/GstAlsaSink:alsasink0:
Unable to set hw params for playback: Invalid argument
We played our first video, a xvid with mp3 avi.
For now, just the video part was using DSP, it needs tweaking with the memory.
When we want to only play sound, we have a problem with alsa :
ERROR: from element /GstPipelineipeline0/GstAlsaSink:alsasink0: Could not get/set settings from/on resource.
Additional debug info:
gstalsasink.c(520): set_hwparams (): /GstPipelineipeline0/GstAlsaSink:alsasink0:
Unable to set hw params for playback: Invalid argument
Any idea ?
setenv bootargs ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rw omapfb.mode="lcd:800x480-16@65" vram=12M omapfb.vram="1:4M,2:4M,3:4M" omapdss.def_disp=lcd mem=99M@0x80000000 mem=128M@0x88000000
ubi part boot && ubifsmount boot && ubifsload ${loadaddr} uImage && bootm ${loadaddr};
This looks suspicious - does it really use 29 MB or RAM? The Gumstix article you linked before suggests using "mem=96M@0x80000000 mem=128M@0x88000000" instead.mem=99M@0x80000000 mem=128M@0x88000000
Could you share that patch?For now, a patch is needed for the kernel to allow a memory hole, as we didn't try to allocate the memory at the end.
AFAIK they just have physical addresses hardcoded in the driver, so we have to clear Linux away from there. Some messed up stuff, I'm also worried that hole thing may cause trouble.Does this mean that the DSP is using the memory range 0x86300000 ~ 0x87999999? Can I ask why the DSP needs to have a chunk of memory in the middle of main memory rather than at the beginning or the end? Also, are there any implications for the performance of other programs or for memory management? I guess main memory is being fragmented, but there aren't many applications that would need a huge chunk of contiguous memory, right?
This looks suspicious - does it really use 29 MB or RAM? The Gumstix article you linked before suggests using "mem=96M@0x80000000 mem=128M@0x88000000" instead.
Could you share that patch?
Could you also point me to the recipes you have used? These seem to be newer than in openpandora.org git.