Tool/software: Linux
how can we transfer executable files and codes using serial transfer ?
In web search , suggesting lrzsz package .
Using ti am33xx sdk for beaglebone .
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello manoj,
You can build the lrzsz in OE build system and install it to your board.
Here I am attaching you https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/lrzsz_5F00_0.12.20_2D00_r6_5F00_armv7ahf_2D00_neon.ipk package for reference.
root@am335x-evm:~# opkg install lrzsz_0.12.20-r6_armv7ahf-neon.ipk
Use this command to transfer the files.
sx --zmodem -k -vv filename < /dev/ttyUSBX > /dev/ttyUSBX
Best regards,
Kemal