There is a how-to with minicom too, this is using picocom to transfer files via serial interface (ymodem). First start with some parameters, in this case I’m using ttyUSB0.
$ picocom –baud 115200 –send-cmd=”sb -vv” –receive-cmd=”rb -vvv” /dev/ttyUSB0
Then:
U-Boot > loady
## Ready for binary (ymodem) download to 0×90800000 at 115200 bps…
Type C-a C-s and choose the file.
*** [...]
Embora seja uma tecnologia antiga ainda é utilizada amplamente, muitos dos projetos eletrônicos no estilo “faça você mesmo” utilizam o protocolo de comunicação serial. Este post mostra como é possível (e fácil) utilizar a linguagem Python para fazer a interface com a porta serial (RS232) seja no Windows, GNU/Linux, *BSD, Solaris, etc. Com o PySerial [...]