GroundStation on NVR
Upgrade from original HI3536DV100 NVR board firmware to OpenIPC FPV firmware
- Install PUTTY and TFTP server
- Download actual image for NVR from OpenIPC site
- Upload this image to your TFTP server
- Turn off NVR power, connect USB adapter to your NVR UART, specify which COM port on your PC
- Go to U-Boot with quick press Ctrl+C at power on
- Execute a set of commands each line separately
## Сhanging the ip address of the NVR board and the ip address of your TFTP serversetenv ipaddr 192.168.1.10; setenv serverip 192.168.1.254mw.b 0x82000000 0xff 0x1000000tftp 0x82000000 openipc-hi3536dv100-fpv-16mb.binsf probe 0; sf lock 0;sf erase 0x0 0x1000000; sf write 0x82000000 0x0 0x1000000reset