Flash Secure Firmware from Linux host without Tera Term
I build SBSFU using X-CUBE extension for STM32F769I-DISCO. Flashed the "SBSFU_UserApp.bin" file using STM32CubeProgrammer. Now I need to send UserApp.sfb file via YMODEM without using Tera Term
I used,
stty -F /dev/ttyACM0 115200
sb UserApp.sfb >/dev/ttyACM0 </dev/ttyACM0Is there any extra parameters to be mentioned or is there any other way without using tera term?
