# cat /proc/cpuinfo
Processor : ARM926EJ-S rev 5 (v5l)
BogoMIPS : 218.72
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part : 0x926
CPU revision : 5

Hardware : hi3518
Revision : 0000
Serial : 0000000000000000


BusyBox v1.16.1 (2013-06-25 18:10:51 CST) multi-call binary.

# armbenv -r
LibCrypto : g_cryptotype = 1
**********************************************************************
| SYSTEM INFO
| ID: 8043420002748432
| product type: 53H13
| product: 53H13
| video channel: 1
| audio channel: 1
| alarm in: 1
| alarm out: 1
| forward video chip: AR0130
| DSP chip: HI3518C
| analog audio mode: voice codec
| talkback: voice codec
| back video chip: no chip
| store interface: SDIO
| matrix surpport: No
| wireless interface: USB
| hardware encode: encode chip
| hardware version: 1
| video_interface: BNC
| net_interface: Ethernet
| hardware info len: 8
**********************************************************************
LIBDVR: Complied at Nov 4 2015 17:14:25 SVN:1163
bootdelay = 1
baudrate = 115200
serverip = 192.168.1.107
ipaddr = 192.168.1.10
netmask = 255.255.255.0
ethaddr = 00:12:15:4d:fb:48
HWID = 8043420002748432

# cat /etc/init.d/rcS
#! /bin/sh

/etc/init.d/dnode

udevd --daemon
udevstart

mount -t cramfs /dev/mtdblock2 /usr
mount -t cramfs /dev/mtdblock3 /mnt/web
mount -t cramfs /dev/mtdblock4 /mnt/custom
mount -t cramfs /dev/mtdblock5 /mnt/logo
mount -t jffs2 /dev/mtdblock6 /mnt/mtd

mount -t ramfs /dev/mem /var/
mkdir -p /var/tmp
mount -t ramfs /dev/mem2 /utils
mount -t usbfs usbfs /proc/bus/usb/
mount /usr/share/fonts /mnt/custom/data/Fonts
#openssl dgst -sign /usr/sbin/ec_key.pem -sha256 -out /mnt/mtd/licence.sign.file /mnt/mtd/tx_guid_file &
mkdir -p /mnt/mtd/Config /mnt/mtd/Log /mnt/mtd/Config/ppp /mnt/mtd/Config/Json
if [ -f /mnt/mtd/Config/ppp/3gdigal ]; then
chmod 777 /mnt/mtd/Config/ppp/3gdigal
fi
/usr/etc/loadmod
netinit
if [ -f /usr/lib/modules/extdrv/load3G.sh ];then
. /usr/lib/modules/extdrv/load3G.sh
fi
cp /usr/bin/upgraded /utils/ -f
/utils/upgraded &
ifconfig eth2 down
macGuarder &
sysinit &
wlandaemon &
searchIp &
dogtest &
route_switch &
if [ -f /mnt/mtd/Config/ppp/pppoe-start ];then
PPPOE_START=/mnt/mtd/Config/ppp/pppoe-start
else
PPPOE_START=/etc/ppp/pppoe-start
fi
/usr/bin/pppd pty $PPPOE_START file /etc/ppp/pppoe-options &
if [ -f /mnt/custom/extapp.sh ];then
/mnt/custom/extapp.sh &
fi
mkdir /dev/net
mknod /dev/net/tun c 10 200
#Vpn &
dvrHelper /lib/modules /usr/bin/Sofia 127.0.0.1 9578 1 &

# cat ProductDefinition
{
"Vendor" : "General",
"Hardware" : "50H10L",
"PackSize" : 10240,
"LogoArea" : {"Begin": "0x80770000", "End": "0x80780000"},
"Language" : [
"Arabic",
"Brazilian",
"English",
"French",
"German",
"Greek",
"Hebrew",
"Hungarian",
"Italian",
"Japanese",
"Poland",
"Portugal",
"Romanian",
"Russian",
"SimpChinese",
"Spanish",
"Finnish",
"Thai",
"TradChinese",
"Turkey",
"Bulgarian"
]
}


# ifconfig
eth0 Link encap:Ethernet HWaddr 00:12:15:4D:FB:48
inet addr:192.168.1.31 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1927 errors:0 dropped:635 overruns:0 frame:0
TX packets:521 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:251902 (245.9 KiB) TX bytes:71219 (69.5 KiB)
Interrupt:12

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3157 (3.0 KiB) TX bytes:3157 (3.0 KiB)
_________________________