Difference between revisions of "CM-FX6: U-Boot: Known Issues"
Line 3: | Line 3: | ||
: '''Workaround 1:''' Only copy paste up to 32 characters at a time. | : '''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:<pre># setenv stdin serial && setenv stdout serial && setenv stderr serial && saveenv</pre> | : '''Workaround 2:''' Disable HDMI console and USB keyboard while working via serial console by running the following commands:<pre># setenv stdin serial && setenv stdout serial && setenv stderr serial && saveenv</pre> | ||
+ | }} | ||
+ | |||
+ | {{IssueCategory|HDMI display on Windows CE| | ||
+ | * When HDMI display is enbaled 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. | ||
}} | }} | ||
[[Category:U-Boot]] | [[Category:U-Boot]] | ||
[[Category:CM-FX6]] | [[Category:CM-FX6]] |
Revision as of 10:30, 21 May 2015
Copy paste limitations |
|
HDMI display on Windows CE |
|