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

From Compulab Mediawiki
Jump to: navigation, search
(No difference)

Revision as of 14:07, 8 February 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