On Friday, February 1, 2013 10:48:50 PM UTC+13, PsychoDealer wrote:
Can i somehow create a uEnv.txt (EDID support) file inside the SD card,
There is some info about uEnv.txt here which should apply to recent u-boot versions and recent kernels:
https://github.com/linux-sunxi/u-boot-sunxi/wiki Plus if you find the thread: Changing screen resolution on Linaro:
https://groups.google.com/forum/#!category-topic/cubieboard/r_rr3IUrN3kThere is some info posted in that thread:
===
if you only want to change the resolution, and are running a recent
kernel, it is also possible to specify the resolution as extra kernel
parameter in uEnv.txt/boot.scr instead of in script.bin
E.g. for 1024x768 DVI mode add to the bootargs line:
disp.screen0_output_mode=1024x768p60 hdmi.audio=0
Choose highest mode automatically using EDID, and fall back to HDMI 720p
mode if EDID is not available:
disp.screen0_output_mode=EDID:1280x720p60 hdmi.audio=EDID:0
===