Change colour configuration for lvds

I have developed angstrom image for TK1 module but lvds output showing 16 color only (low quality), not 24 millon of color,as per you website mention to configure lvds i need to clear the U-Boot vidargs variable, so how to do that and does it solve our color problem?, I have attached an image with 16 color on lvds with newly built image.

Hi @fhgfix

as per you website mention to configure LVDS I need to clear the U-Boot vidargs variable,

First you need to configure the device tree as explained here. Then you need to clear the vidargs variable by doing the following command fw_setenv vidargs from Linux or setenv vidargs form U-Boot.

Best regards, Jaski