livebox:beagleboneporting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
livebox:beagleboneporting [2014/02/11 09:16] – [connman is fucked] brettlivebox:beagleboneporting [2014/02/12 21:17] – [dmesg log filled with hdmi messages?] mark_baldwin
Line 285: Line 285:
 </code> </code>
  
 +===== dmesg log filled with hdmi messages? =====
 +
 +After running the Beaglebone for a while you may notice messages like this
 +
 +<code>
 +[drm:output_poll_execute], [CONNECTOR:5:HDMI-A-1] status updated from 2 to 2
 +</code>
 +
 +in the log called with dmesg. It's not really a problem unless you are trying to debug but still annoying.
 +
 +To stop these edit the uEnv.txt file on the FAT partition (not uEnv.txt in /boot)
 +
 +Mount the partition
 +<code>
 +mount /dev/mmcblk0p1  /mnt/card
 +</code>
 +
 +edit the uEnv.txt file to remove the drm_debug part
 +<code>
 +nano /mnt/card/uEnv.txt
 +</code>
 +
 +and remove drm.debug=7
 +
 +Save the file:
 +<code>
 +Ctrl-X, Y
 +</code>
 +
 +Unmount the partition:
 +<code>
 +umount /mnt/card
 +</code>
 +
 +Reboot the board:
 +<code>
 +shutdown -r now
 +</code>
  • livebox/beagleboneporting.txt
  • Last modified: 2015/03/13 04:29
  • by brett