- When DVI/LCD console 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 DVI/LCD console, while working via serial console.
- Disable the DVI/LCD console before the long copy/paste:
CL-SOM-iMX7 # setenv stdout serial
- Enable the DVI/LCD console after the long copy/paste:
CL-SOM-iMX7 # setenv stdout serial,vga
|