Post

Echo As A File Uploader

How to write to embedded devices using echo up.

Sometimes you want to write files/programs to an embedded device that does not have any file transfer utilities. If the embedded device has an ‘echo’ command that supports the ‘-n’ and ‘-e’ options, then we can effectively write files to disk in small chunks. Furthermore, we can use a tmux script to automate typing these echo commands.

Check out my implementation of this here

This post is licensed under CC BY 4.0 by the author.