I need to change the edid.c file in jetson nano. But when the file is searched in sd card image flashed jetson nano, the file edid.c cannot be found. Where can I find the edid.c file to edit it? If it is not available in jetson sd flashed firmware, what is the method to edit the file edid.c and use the edited file in jetson nano.
Be aware that when you start editing that file you need to start with the kernel configured to match the original kernel. You can’t just edit the file. Be sure to use the tegra_defconfig configuration, and also to set CONFIG_LOCALVERSION to “-tegra”. Then you can work on editing edid.c.
I found the kernel files from the linux archive. I need to change the edid.c file and dp.c file to force resolution 1280 x 720 to both displays all the time even if one display is plugged out, there cannot be a fallback of resolutions. Is there a place in these files to edit to keep the resolution at 1280 x 720 all the time in both displays
What you want (headless and still have fake display mode) sounds like could be handled by Xorg config, which is upper layer level software but not in Linux kernel.