Oleksandr Deryskyba

Results 60 comments of Oleksandr Deryskyba

What box you are talking about?

Where do you select DTS-HD?

You mean audio passthrough settings?

There are known problems with HD audio passthrough. I'm working to fix that issue.

Where do you change the ABI? OE builds its own toolchain for ARM, it shouldn't use the installed one.

Just set TARGET_FLOAT="softfp" in your project options. And then run ``` ARCH=arm PROJECT={YOUR_PROJECT_NAME} DEVICE={YOUR_DEVICE_NAME} ``` For example for M8 it will be: ``` ARCH=arm PROJECT=Amlogic DEVICE=M8 make ```

I use softfp in one of my projects without any problems. I just change the above mentioned variable and nothing more.

However, if I recall correctly there could be a problem when you switching to different ABI. Try to delete the .ccache-openelec directory in your home directory and rebuild.