7.2.1 Adding Files Using Ethernet
The Local Area Network (LAN)/ Wide Area Network (WAN) can be used to transfer the
file from one machine to another machine, using the following command:
$ scp [path of file to send] root@[receiver's IP]:[target directory]
For example, the following command sends the
wilc1000_wifi_firmware.bin
file from the binary directory to the
/lib/firmware/mchp
directory of the device using the internal IP
address
192.168.0.11
.$ scp binary/wilc1000_wifi_firmware.bin root@192.168.0.11:/lib/firmware/mchp