Update from a file on the device
MIX_TARGET=<target> mix firmwaresftp <device ip address>
cd /data
lcd _build/<target>_dev/nerves/images/
lls
put <app>.fw
quitcmd "fwup -a -t upgrade -d /dev/<disk> -i /data/<app>.fw"
rebootFile.rm "/data/<app>.fw"Finding the disk
Background
Last updated