where can i disable the edid from hdmi?
and where can i setup my own edid on the bbb?
(i have several small TFT's which has no edid-possibility)
@raspberry i can simply change a config.txt file for this.
thanks
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e558d70f-e38a-462d-92a4-9e6897bad8b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
thanks, unfortunately with this i can only adjust the resolution and frame rate. In contrast with the possibility at raspberrys config.txt is this not really much.
So i think about v-porch, h-porch, de-mode, frequency etc...?
Is there a easy way to config this? Or how can make my own Edid directly on the bbb... (not with eeprom)
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f53e6ff4-04d3-40ef-a54e-c937a62dab55%40googlegroups.com.
how you mean download? My several TFT's (7", 5" etc.) does not support EDID, so i must configure this directly in the bbb. But i really don't know where and how all this configuration can be done? With google i have found only manuals for the raspberry.
thanks
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/d637ad92-04c5-4837-9301-9b6b6f8d3334%40googlegroups.com.
So it seems that with a raspberry i have more adjust functions to set the hdmi output-timings?
i should try both interface, because i have special size Tft with integrated hdmi to her rgb but also Tft's with only rgb interfaces. I also have the possibility to set a hdmi to rgb converter (tfp401a)...
thanks, and yes i already knew this link.
But there is only explained how to read (for debug) the EDID infos. That is not really usefull. I need more functions as only resolution and refresh rate....So it seems that with a raspberry i have more adjust functions to set the hdmi output-timings?
cmdline=coherent_pool=1M quiet video=HDMI-A-1:800x480M@60e cape_universal=disable init=/lib/systemd/systemd
I guess RPi provides a similar feature, and you need not manually handle them using the config.txt file.
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/a25953ef-3420-4ad2-92e7-285418c34488%40googlegroups.com.
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?
thanks