Get the device system LOG messages. The system information is varied with different devices.
The version of the bootloader and device capability should be added in the system log. If firmware could not read the bootloader version, the "UNKNOWN" will be shown in the bootloader version in system log. If there is no device capability in the device, the "NONE" will be shown. The version field used in the devcap is DevConf.FwDevCap.head.ver.
The format of showing bootloader version is
Bootloader Version nnn
where nnn is the bootloader version.The format of showing devcap version is
Devcap Version nnn
where nnn is the bootloader version. It should be shown in 4-digit hexadecimal value with 0x prefix or "NONE".
For example:
If the version of device capability in the device is 0x0001, the devcap version in system log should be Devcap Version 0x0001.
If the device fails in reading the device capability, the device capability version in system log should be Devcap Version NONE.Local Storage Testing Result in System Log
Firmware performs the SD or HDD tests as it detects it in the device. The test result will be written to the system log. Here is the format of test result in system log.
- SD card in the device
Storage Media: SD Found
Storage Media: Test OK
- HDD card in the device
If there is no local storage function in the device or no SD/HDD was found, these log message will be NOT shown in the system log.Storage Media: HD Found
Storage Media: Test OKISP image version in System Log
The camera with Cobra ISP needs to give the ISP image version in the system log. Here is the format of these log messages in system log.
ISP Firmware Version ISP-F-AANP-VC.XX.YY
ISP Device Resource Version CAANP-Vm.XX.YY
ISP Hardware Version ISP-H-AANP-VC.XX.YYIf firmware fails in reading ISP image versions at boot, the UNKNOWN will be shown as the version of ISP image.
For example, fail in reading ISP firmware version.
ISP Firmware Version UNKNOWN
The ISP Hardware Version might does not follow above rule if the camera ISP is C1. And the ISP hardware version in the system log is available in firmware 5.03 and later.
None
The return of message will be a little bit different from devices. Here is an example.
Bootloader Version UNKNOWN
Starting Modules Manager
Devcap Version 0x0001
Start loading Profile File ...
load Profile Files Done
Start loading OEM Config File ...
Load OEM Config File Done!
Start loading SYS File ...
Load SYS File Done!
WAN speed = 0
Starting DNS Manager
Starting Wan Manager
Dynamic IP Setting in
DHCP address acquired
HOSTNAME=ACTi
Starting DDNS Manager
DDNS Disabled
Init system time by RTC time or Manual Time
NTP/SNTP Enabled
Starting WEB Server
Starting DDNS Manager
DDNS Disabled
Starting Streaming Server
.....
Valid
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SYSTEM_LOG
or
http://ip:port/cgi-bin/cmd/system?SYSTEM_LOG