You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this and this will help. But yes, documentation needs to be updated.
What I did is:
install tftp on my ubuntu, e.g. sudo apt install tftp
Then I need to set IP address according to my network as it is written here. I will use 192.168.0.6
Now connect ethernet cable to the port and diode will turn on. If you try to ping configured IP addess, you will not see any device, but it is there.
Use tftp to connect to device, change to octet mode and transfer image:
tftp 192.168.0.6
tftp> status
Connected to 192.168.0.6.
Mode: netascii Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp> mode binary
tftp> status
Connected to 192.168.0.6.
Mode: octet Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp> put newroot.bin
Sent 921602 bytes in 3.9 seconds
tftp> quit
How can I do this operation (and similar operation with TFTP):
Give please a step-by-step manual for use TFTP to write images to device
The text was updated successfully, but these errors were encountered: