I'm building Android 4.2.1 from AOSP targetting a Pandaboard ES, and I have to change the physical display resolution from 1920x1080 to 800x600 on the HDMI output.
I tried to append omapfb.mode=hdmi:800x600@60
, omapfb.mode=800x600@60
, or video=omapfb:mode:800x600@60
to the CONFIG_CMDLINE
of the .config generated by make panda_defconfig
from OMAP kernel sources, but at each time adb doesn't seem to recognize the device anymore, and it disappears from "lsusb" command right after the boot.
Thank you.