2019-07-31 11:47 PM
Hi, I'm using STM32MP157A-DK1 with Starter Package.
I'm trying to follow instruction on how to using Kermit here:
https://wiki.st.com/stm32mpu/wiki/How_to_transfer_a_file_over_serial_console
I can successfully send files using the following command:
$ kermit kermit_ttyACM0.cfg -s myfile.txt
By using the command the file is downloaded in /home/root/myfile.txt
However, I cannot able to get (download) file using the following command:
$ kermit kermit_ttyACM0.cfg -g /etc/hosts
The prompt screen looks like it tries to get files several times but it failed:
C-Kermit 9.0.302 OPEN SOURCE:, 20 Aug 2011, KBUMSIK-Samsung-Arch.localdomain [125.132.95.109]
Current Directory: /home/kbumsik/Dropbox/Projects/Current/stm32mp1/tmp
Communication Device: /dev/ttyACM0
Communication Speed: 115200
Parity: none
RTT/Timeout: 08 / 08
File Type:
File Size:
Bytes So Far:
...10...20...30...40...50...60...70...80...90..100
Estimated Time Left: (unknown)
Transfer Rate, CPS: 0
Window Slots: 1 of 1
Packet Type: %
Packet Count: 1
Packet Length: 28
Error Count: 16
Last Error: (resend)
Last Message:
X to cancel file, Z to cancel group, <CR> to resend last packet,
E to send Error packet, ^C to quit immediately, ^L to refresh screen.
It is so weird that I can send a file but cannot get a file.
Do I need to do any setup on STM32MP157A-DK1 to get a file?
2019-08-20 02:31 AM
Hi @Bumsik Kim
Reproduce the same at my end.
Escalate the point internally for investigation.
Keep you posted
Olivier
2019-08-20 02:35 AM
Good. Thanks for caring about this :)
2019-08-27 09:02 AM
Hi, unfortunately the Kermit application included in the starter package, was not built with the right compilation flags. So the the Kermit server mode is not allowed. The command kermit kermit_ttyACM0.cfg -g /etc/hosts cant work.
2019-08-27 09:16 AM
Thanks for reply. Then is it already fixed in the openstlinux distribution package, or do I need to fix ckermit_%.bbappend file?
2019-08-28 12:19 AM