For those about the bricks

v-milenin

Young grasshopper
Joined
Nov 18, 2018
Messages
34
Reaction score
5
Location
russia
Hi!
Today i about 10 times updated my brick-camera via tftpd and about 5 times i changed my PC's ip from automatic to 192.168.1.128, because the camera need the tftpd server with this ip.
At the 6 time i've changed the ip-adress of the default tftpd-server, which camera is seeking during the update, so my PC with mu usual ip address became a default tftpd-server for the camera.
I've made this simple steps:

connect usb-uart via serial connection using putty;
turn on the camera, then press CTRL+U to enter to U-boot;
after that you can change the default address of tftpd server, camera ip address and gateway:
i used:

Bash:
setenv ipaddr 192.168.0.67
setenv serverip 192.168.0.9
setenv gatewayip 192.168.0.1
saveenv
After rebooting and entering to the update mode, camera is looking for fftpd server in 192.168.0.9
 
Top