Send Files To Raspberry And Nucleo
Pour envoyer des files dans le Raspberry :
ssh/putty :
adresse du raspberry : 172.24.1.1 id : root pwd : root
stp/ftp : envoyer les fichiers dans le répertoire /root dans le raspberry
command sur Putty (Terminal) :
mount /dev/sda nucleo/
cp Robot_code_NUCLEO_F411RE.bin nucleo/; sync
picocom /dev/ttyACM0 imap lfcrlf
Attention :
Pour quitter picocom : ctrl + a -> ctrl + x