On Mon, Jun 20, 2016 at 9:00 AM, epi kao <[email protected]> wrote: > so what i receive: > > root@beaglebone:/# cat /proc/cmdline > > console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 > rootwait fixrtc coherent_pool=1M quiet cape_universal=enable > > BTW, i have read following code on a other side in the internet: > > kms_force_mode=video=HDMI-A-1:800x480M@60 > > > But unfortunately for me, it's not clear how to implement this correctly in > the cmdline?
There's an example in /boot/uEnv.txt: cmdline=coherent_pool=1M quiet video=HDMI-A-1:1024x768@60e remove the "#" and set the video parameters you need. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhvnWdX-tJVeoMXjWBDUb6AS9X3AEFCx1hNRYjU%2BHSnDg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
