Before embarking on updating or upgrading IP camera's firmware, you need to get the right one that matches your camera's firmware. To know your existing camera's firmware version, you can logon camera's web interface. Click "Version" on the right top bar, it will pop-up a new window displays camera's version info, for example:
Once you got correct firmware for your camera, you're able to update and upgrade your camera with two different ways. Method 1: you can logon camera's web interface via web browser and go to "DeviceCfg" > "Advanced" > "Upgrade" , now you can select firmware file, then upgrade firmware remotely.
In case you want to upgrade bulk camera's firmware, or you're not able to access camera's web page, you can use "DeviceManager" software/tool to upgrade camera's firmware. Run software Device manager. It will detect many IPs. Select one camera's IP and select the upgrading file to upgrade.
Ubuntu uses dash as the shell by default. Most scripts in the SDK are written based on bash. Manual switching is required here. Otherwise, the script may not run or cannot obtain variables, resulting in recursive modification of root directory permissions
According to osdrv/readme_cn.txt directory and move the source package to the specified directory, or run the packaged osdrv_ CP in packages_ packages. SH script (download address is not provided temporarily)
A large number of > / dev / null 2 > & 1 redirection standards and error output are used in Makefile, which makes it impossible to locate the error location or solution when there is an error in the compilation or configuration process. If the compilation fails, please find the compilation command closest to the error location and manually compile it to locate the error
The development board of another model does not package TTL interface, but holes are reserved. Two vias are reserved on the side of the development board Hi3516 ERNCV200 chip close to the edge of the board, of which the via on the side close to the crystal oscillator is TX, which is connected to the USB-TTL board RX; The other side is Rx, connected to USB-TTL board TX, and the ground wire can be directly connected to the through holes of the four pins of the development board
Open HiTool tool, connect the development board through serial port, change the transmission mode to serial port, use burn by partition, and configure the burn image according to the following partition
The serial port burning needs to enter the boot, so the development board needs to be powered off before starting the burning. Click the burning button to start the burning, and then power on within 15 seconds
After the partition image is burned, the reset command will be automatically executed to restart the system from u-boot. However, the system can only enter u-boot and cannot enter the system because the startup parameters are not configured
Execute menuconfig on the kernel to end the generation After configuring config, modify config in this file_ EXTRA_ The value of firmware is a space delimited firmware name, such as CONFIG_EXTRA_FIRMWARE="a.bin b.bin" and add CONFIG_EXTRA_FIRMWARE_DIR="firmware"
Chinese IP cameras occupy the low and middle end market. Today, users can get a good quality megapixel resolution IP cameras with cheap price from many different Chinese manufacturers. Although your manufacturer may provide standard technical support to you, you may want to discover more about your IPC. In this article, we intend to provide you some professional technical support for these IP cameras.
To upgrade the firmware of IP camera, you need to know the existing firmware version. Basically, you need to obtain proper firmware for the proper IP camera. To know the Hisilicon IP camera's firmware, you access camera web interface, then click [Device Config] > [Setting] > [Info] > [Version].
After knowing the firmware version of your IP camera, you may want to know the meaning of firmware, then break down the version suffix numbers. The version suffix numbers contain 17 digits, they are separated with "." symbol.
Ideally, you can get the latest firmware from your supplier. However, some manufacturers maybe not willing to offer this service, because using wrong firmware may cause irreparable damage to IP cameras. Note: When you are at the firmware download page. In the upper right corner there is a dropdown list. Choose "English" to download the firmware. The firmware will be updated regularly, you can always find the latest one from below download URL. I recommend you to bookmark this article.
These Chinese IP cameras can only be configured using Internet Explorer (IE) browser. Fortunately, you can use any non IE based browsers to view the IP camera main or sub video streams without having access to the camera web interface. Herein we teach you how to use the Google Chrome to access this IP camera video stream.
Many IP cameras have reset button, just press reset button for 5-10 seconds, the camera will automatically reset to factory status. For IP cameras don't have reset button, you can use software/utility to reset IP camera to factory default when something goes wrong.
Simply enter local IP address of your IP camera and the IP camera will reset. The reset will take more than 20 seconds to complete then reboot. Once the utility displays Reset is OK. The username and password will reset to default (user: admin; password: blank/empty). All settings will be set to factory default including the IP camera accessing URL (192.168.1.10).
Authorized users can access IP cameras via Telnet protocol. This is a hidden interface for Hisilicon IP cameras. This can be an alternative if you failed to access IP cameras from other methods including using web interface, Device Manager software, CMS software.
Telnet is very useful to debug the IP camera, especially when you can't access IP camera from other methods. However, Telnet is vulnerable for possible hacking, since the data transmission is not encrypted. Currently, there is no way to disable Telnet interface or disable port 9527.
Last, when you use RTSP link for public use, you may want to expose the real password which could be used to change IP camera configuration via web interface. You can use the cryptographic hash of the camera password as the camera RTSP password to access video stream.
@OggyJFX , Quite agree with you regarding the jink Chinese products and the crook Chinese businessmen. Still the board was sent to me. As mentioned in the other forum topics, I was willing to give it for free, no one was interested. If you interested about it, I can ship it to you ?
I give no shit to freedom of speech. I hated Western democracy so much that I sold my house and car in US, gave up my green card application and moved back to Shenzhen, where I make the same amount of money but houses are 10x more expensive.
You do not seem to have proper understanding about the North American engineering regulations, laws etc. When I was in Canada there was created one program for internationally educated engineers, so they can learn those stuff. But have to say to the best of my understanding the Chinese engineering education apparently is not good ...
I like nationalists, I do not like people who pretend to be something they are not. For example I was looking some time ago at some Chinese dressed as ancient Roman members of the parliament. I do not think there were such people. On the other hand, I was looking few days ago a film about Marco Polo. Can you say the Europeans had strong influence during the development of China ?
when you run hi3516ev200 in update mode(upload mode? i'm only know it has update mode), first, you should take out SD card, if not, it will try to update firmware from SD card or usb,it will result in system keeps reset ,may be you can provide logs to my email.
Just so you know, Tina (the die codename behind F1C series and those non-SiP packages) has very bad documentation. The only things you can find are datasheets and one single user manual that has no explanations on how peripherals work, just a register book and very simplified diagrams and verbiage.
The only practical use of those chips is to wither run AllWinner's own Melis OS or Official (non-GPL-compliant Linux), or to run a third party OS based on drivers stripped and rewritten from Melis or AllWinner Linux.
Linux sunxi has all drivers but video encoders/decoders (which was supplied in AllWinner Linux as a blob), but require the longest time to boot and has the most overhead. XBoot has decent support for the chip, but missing some critical ones like USB, also it is not preemptive, so you have to manage all coroutines to make sure they work in synergy.
RTT was great, until it went commercial and stripped graphics support (framebuffer) from Tina BSP (they sell that part now) among many other peripherals. It was neutered to just SPI, UART and libCPU. Unless you do a ton of works, it won't do much other than printing hello world.
c80f0f1006