- 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
|