I'm just writing here to say THANK YOU to all people involved on this project!
Really every little cent of Azbox's price should be yours!
Opensat must learn something (I mean... ALLthing) with The_Ripper and so on.
Thanks once again!
Printable View
I'm just writing here to say THANK YOU to all people involved on this project!
Really every little cent of Azbox's price should be yours!
Opensat must learn something (I mean... ALLthing) with The_Ripper and so on.
Thanks once again!
Hello,
I am inetrested in the following parts of the Image:
Is DirectFB inclued?
What kind of media pplayer will be available (Mono? / am_test? / others)
Thanks for a short reply
E2 Info UPDATE :
All codecs currently supported in new audio driver provided by the_ripper, which we are currently testing in our small team , are working without any problem :
I was especially surprised when I was listening DTS without cracking and other problems ;)Code:/** Select the audio codec (Currently supported codecs: PCM, MPEG1 L1/2/3 or AC3).@note @li The audio codec can be selected only in stop mode or before the init command. */
enum AudioDecoder_Codec_type {
/** Selects audio AC3 codecs */
AudioDecoder_Codec_AC3 = 1,
/** Selects the audio MPEG1 codec. It supports layer 1, 2 and 3 (Also known as mp3) and MPEG2 backward compatible audio layers (Only support for 2 channels). */
AudioDecoder_Codec_MPEG1 = 2,
/** Selects the AAC codec. It supports several types of payload formats (see ::RMAudioDecoderPropertyID_AACParameters) */
AudioDecoder_Codec_AAC = 3,
/** Select the DVD Audio code. Not supported yet */
AudioDecoder_Codec_DVDA = 4,
/** Select the PCM codecs. It supports several types of PCM formats (see ::RMAudioDecoderPropertyID_PcmParameters) */
AudioDecoder_Codec_PCM = 5,
/** Supported */
AudioDecoder_Codec_DTS = 6,
/** Supported */
AudioDecoder_Codec_WMA = 7,
/** Supported */
AudioDecoder_Codec_WMAPRO = 8,
/** EVD ExAC supported */
AudioDecoder_Codec_EXAC = 9,
/** Supported. */
AudioDecoder_Codec_ATX = 10,
/** Compressed WMAPRO over SPDIF. */
AudioDecoder_Codec_WMAPRO_SPDIF = 11,
/** Select the PCMX codecs. */
AudioDecoder_Codec_PCMX = 12,
/** MPEG-4 BSAC decoder. */
AudioDecoder_Codec_BSAC = 13,
/** Test tone generator. */
AudioDecoder_Codec_TTONE = 14,
/** DTSHD LBR */
AudioDecoder_Codec_DTSLBR = 15,
/** Group of codecs for speech. G711: input=64Kbps compressed, output=linear PCM, 8KHz. Other codecs to come: G.723, G.729A, GSM.AMR */
AudioDecoder_Codec_Speech = 0x12,
};
Thanks to the_ripper .
More news about project very soon.
all we need is Audio and Video to work plus an emulator :-) the rest can come slowly, this box is allmost dead with the OpenSat software, mine is sitting on the shelf and gethering dust,
i read this post here as soon as there is a new posting,
Must say thank you to The_Ripper and all the rest that works for this box and so do something about it, keep it up guys
Thanks for all developers to this firm E2. You do a great job.
One question MickeySa.
When you will create a SVN of the firm?.
I guess when you now have a firm and stable no?.
Hello Morph,
Well, idea is to create enough stable image and to publish it. After that, the_ripper, as he already done ( diff for directfb ) , will for sure publish .diff files on svn so everybody can contribute.
Thanks for you response MickeySa.
And one last question.
Right now that percentage would be developing the firmware?
And thanks for the work they are doing.
Woooo can't wait! Well done ripper and all else involved!
Ok..some info update. And no clever questions or supposed releasedates yet from You know who :)
2jj you're awsome.
Hi
More box going to collapse and going to booting state
@ 2JJ better not to set a date.
@ Tonybam, need not be so if the error has been corrected.
@sattommy
I dont use directfb, so MickeySa maybe think about something else while he wrote his post,but all diff patches will be available regarding E2 code.
Gracias the ripper y saludos desde españa.
@the-ripper
I am keen to start porting an application to AZ premium+, so it would be great to get some information about the dev environment.
I assume , that us use the sigma toolchain smp86xx_toolchain.20080505. Could you plz export and save the used -.config file? (or uplaud an dev env somewhere else)
Regarding directfb
I installed e2 (its working!) and seached throught the image , but could not any directfb libs.
Is directFb part of the image or not?
I instal
@thica
Currently I use gcc compiler from OE 1.5 build. OE is builded for dm800.
This is regarding E2 and all the stuff I am working on.
This toolchain "smp86xx_toolchain.20080505" you cant use because it's based/compiled for Uclibc usage not for Glibc if you are planing something for E2, for original FW then you must use smp86xx toolchain.
Sigmas Directfb DCCHD package, that's not possible on Glibc for 8634 chips ...