Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxatac-core-image-base: add lrzsz for x/y/zmodem support
Xmodem is cumbersome enough as it is without having to forward it over TCP to remote hosts, which may not always work. Therefore, include support for the lrzsz suite of tools, so users can ssh to the lxatac and run them locally if needed. This has been tested by copying the resulting lsz binary to the lxatac and running lsz -X -vv </dev/ttyUSB2 >/dev/ttyUSB2 fw_payload.bin.out This can be done without issues in parallel with the shell being exported and used by ser2net. Signed-off-by: Ahmad Fatoum <[email protected]>
- Loading branch information