Difference between revisions of "CM-FX6: U-Boot: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
 
Line 6: Line 6:
  
 
{{IssueCategory|HDMI display on Windows CE|
 
{{IssueCategory|HDMI display on Windows CE|
* When HDMI display is enbaled in U-Boot, it does not turn on in Windows CE.
+
* When HDMI display is enabled in U-Boot, it does not turn on in Windows CE.
: '''Workaround:''' Disable HDMI display in U-Boot using the commands: <pre># setenv displaytype none; saveenv</pre> and reboot.
+
: '''Workaround:''' Disable HDMI display in U-Boot using the commands: <pre># setenv displaytype none && saveenv</pre> and reboot.
 
}}
 
}}
  
 
[[Category:U-Boot]]
 
[[Category:U-Boot]]
 
[[Category:CM-FX6]]
 
[[Category:CM-FX6]]

Latest revision as of 15:31, 18 October 2015

Copy paste limitations
  • When HDMI console and/or USB keyboard input is enabled, copy/paste via serial console is limited to ~32 characters.
Workaround 1: Only copy paste up to 32 characters at a time.
Workaround 2: Disable HDMI console and USB keyboard while working via serial console by running the following commands:
# setenv stdin serial && setenv stdout serial && setenv stderr serial && saveenv
HDMI display on Windows CE
  • When HDMI display is enabled in U-Boot, it does not turn on in Windows CE.
Workaround: Disable HDMI display in U-Boot using the commands:
# setenv displaytype none && saveenv
and reboot.