The Beagle Board Black system reference manual rev A5.2 says (in the HDMI section):Currently the following resolutions are supported via the software: 1280 x 1024 1440 x 900 1024 x 768 1280 x 720This is a bit disappointing because we don't have 1920 x 1080... arguable "full HD". I believe the current Raspberry Pie has more than 1920 x 1080.Is this limit imposed by the hardware of the software? Are we expecting higher resolutions in future software releases?
ThnaksRichard.--
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.
For more options, visit https://groups.google.com/groups/opt_out.
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscribe@googlegroups.com.
The Beagle Board Black system reference manual rev A5.2 says (in the HDMI section):Currently the following resolutions are supported via the software: 1280 x 1024 1440 x 900 1024 x 768 1280 x 720This is a bit disappointing because we don't have 1920 x 1080... arguable "full HD". I believe the current Raspberry Pie has more than 1920 x 1080.
--
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.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/4vge3Zs8dYE/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
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.
1280 x 1024 x 60Hz = 78643200 = 78.6MHz
1440 x 900 x 60Hz = 77760000 = 77.7MHz
1920 x 1080 x 30Hz = 62208000 = 62.2MHz
in practice all resolutions “that are supported” are listed with a 50Hz or 60Hz refresh rate. as you can see from the example calculations, you could support a framebuffer of 1920×1080 with low refresh rates, however when the linux kernel does an EDID read, it will select ones with the “standard” refresh rates.
(1920 x 1080 x 60Hz = 124416000 = 124.4MHz)
--
--
--
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+unsubscribe@googlegroups.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 beagleboard...@googlegroups.com.
6.10 HDMI Interface
The BeagleBone Black has an onboard HDMI framer that converts the LCD signals and audio signals to drive a HDMI monitor. The design uses an NXP TDA19988 HDMI Framer.
The following sections provide more detail into the design of this interface.
6.10.1 Supported Resolutions
The maximum resolution supported by the BeagleBone Black is 1280x1024 @ 60Hz. Table 9 below shows the supported resolutions. Not all resolutions may work on all monitors, but these have been tested and shown to work on at least one monitor. EDID is supported on the BeagleBone Black. Based on the EDID reading from the connected monitor, the highest compatible resolution is selected.
Table 9. HDMI Supported Monitor Resolutions
|
|
RESOLUTION |
|
|
AUDIO |
|
|
|
|
|
800 x 600 @60Hz |
||||||||
|
800 x 600 @56Hz |
|
|||||||
|
640 x 480 @75Hz |
|
|||||||
|
640 x 480 @60Hz |
YES |
|||||||
|
720 x 400 @70Hz |
|
|||||||
|
1280 x 1024 @75Hz |
|
|
||||||
|
1024 x 768 @75Hz |
|
|
||||||
|
1024 x 768 @70Hz |
|
|
||||||
|
1024 x 768 @60Hz |
|
|
||||||
|
800 x 600 @75Hz |
|
|||||||
|
800 x 600 @72Hz |
||||||||
|
720 x 480 @60Hz | YES |
|||||||
|
1280 x 720 @60Hz | YES |
|
||||||
|
1920x1080@24Hz | YES |
|
||||||
NOTE: The updated software image used on the Rev A5B board added support for 1920x1080@24HZ.
the “maximum” resolution is directly related to maximum pixel clock of 85MHz with audio support. it supports any resolution as long as the pixel clock rate is less that 85MHz when audio is enabled. some examples are:1280 x 1024 x 60Hz = 78643200 = 78.6MHz
1440 x 900 x 60Hz = 77760000 = 77.7MHz
1920 x 1080 x 30Hz = 62208000 = 62.2MHzin practice all resolutions “that are supported” are listed with a 50Hz or 60Hz refresh rate. as you can see from the example calculations, you could support a framebuffer of 1920×1080 with low refresh rates, however when the linux kernel does an EDID read, it will select ones with the “standard” refresh rates.
(1920 x 1080 x 60Hz = 124416000 = 124.4MHz)
> (1920 x 1080 x 60Hz = 124416000 = 124.4MHz)
>
> the beaglebone black can generate up to 125MHz clock for video,
> however to this leaves no bandwidth for audio to be multiplexed into
> the hdmi protocol.
so if i wanted full 1920 x 1080 x 60Hz and didn't care about audio,
what would i do? add the appropriate line in uEnv.txt? do i explicitly
need to state that i don't want audio?
rday
--
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.