CM-FX6: U-Boot: Known Issues

From Compulab Mediawiki
Jump to: navigation, search
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.