Advertisement
Guest User

IP Camera UART serial output

a guest
Jun 22nd, 2024
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.19 KB | None | 0 0
  1. System startup
  2.  
  3.  
  4. U-Boot 2010.06 (Oct 26 2016 - 10:57:59)
  5.  
  6. Check Flash Memory Controller v100 ... Found
  7. SPI Nor(cs 0) ID: 0xc8 0x40 0x18
  8. Block:64KB Chip:16MB Name:"GD25Q128"
  9. SPI Nor total size: 16MB
  10. MMC:
  11. EMMC/MMC/SD controller initialization.
  12. Card did not respond to voltage select!
  13. No EMMC/MMC/SD device found !
  14. In: serial
  15. Out: serial
  16. Err: serial
  17. ^O^:16384 KiB hi_fmc at 0:0 is now current device
  18.  
  19. ## Booting kernel from Legacy Image at 82000000 ...
  20. Image Name: Linux-3.4.35
  21. Image Type: ARM Linux Kernel Image (uncompressed)
  22. Data Size: 3221728 Bytes = 3.1 MiB
  23. Load Address: 80008000
  24. Entry Point: 80008000
  25. Loading Kernel Image ... OK
  26. OK
  27.  
  28. Starting kernel ...
  29.  
  30. Uncompressing Linux... done, booting the kernel.
  31. Booting Linux on physical CPU 0
  32. Linux version 3.4.35 (hgy@hgy-danale) (gcc version 4.8.3 20131202 (prerelease) (Hisilicon_v300) ) #9 Wed Aug 16 14:35:52 CST 2017
  33. CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  34. CPU: VIVT data cache, VIVT instruction cache
  35. Machine: hi3518ev200
  36. Memory policy: ECC disabled, Data cache writeback
  37. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 9144
  38. Kernel command line: mem=36M console=ttyAMA0,115200 mtdparts=hi_sfc:384K(boot),3712K(kernel),12M(app)
  39. PID hash table entries: 256 (order: -2, 1024 bytes)
  40. Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  41. Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  42. Memory: 36MB = 36MB total
  43. Memory: 26964k/26964k available, 9900k reserved, 0K highmem
  44. Virtual kernel memory layout:
  45. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  46. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  47. vmalloc : 0xc2800000 - 0xff000000 ( 968 MB)
  48. lowmem : 0xc0000000 - 0xc2400000 ( 36 MB)
  49. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  50. .text : 0xc0008000 - 0xc043a000 (4296 kB)
  51. .init : 0xc043a000 - 0xc08e21cc (4769 kB)
  52. .data : 0xc08e4000 - 0xc090e380 ( 169 kB)
  53. .bss : 0xc090e3a4 - 0xc094aea0 ( 243 kB)
  54. SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  55. NR_IRQS:32
  56. VIC @fe0d0000: id 0x00641190, vendor 0x41
  57. sched_clock: 32 bits at 49MHz, resolution 20ns, wraps every 86767ms
  58. Console: colour dummy device 80x30
  59. Calibrating delay loop... 269.10 BogoMIPS (lpj=1345536)
  60. pid_max: default: 32768 minimum: 301
  61. Mount-cache hash table entries: 512
  62. CPU: Testing write buffer coherency: ok
  63. Setting up static identity map for 0x80343828 - 0x80343880
  64. NET: Registered protocol family 16
  65. Serial: AMBA PL011 UART driver
  66. uart:0: ttyAMA0 at MMIO 0x20080000 (irq = 5) is a PL011 rev2
  67. console [ttyAMA0] enabled
  68. uart:1: ttyAMA1 at MMIO 0x20090000 (irq = 30) is a PL011 rev2
  69. uart:2: ttyAMA2 at MMIO 0x200a0000 (irq = 25) is a PL011 rev2
  70. bio: create slab <bio-0> at 0
  71. SCSI subsystem initialized
  72. hi-spi-master hi-spi-master.0: with 1 chip select slaves attached
  73. hi-spi-master hi-spi-master.1: with 2 chip select slaves attached
  74. usbcore: registered new interface driver usbfs
  75. usbcore: registered new interface driver hub
  76. usbcore: registered new device driver usb
  77. cfg80211: Calling CRDA to update world regulatory domain
  78. Switching to clocksource timer0
  79. NET: Registered protocol family 2
  80. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  81. TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  82. TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  83. TCP: Hash tables configured (established 2048 bind 2048)
  84. TCP: reno registered
  85. UDP hash table entries: 256 (order: 0, 4096 bytes)
  86. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  87. NET: Registered protocol family 1
  88. RPC: Registered named UNIX socket transport module.
  89. RPC: Registered udp transport module.
  90. RPC: Registered tcp transport module.
  91. RPC: Registered tcp NFSv4.1 backchannel transport module.
  92. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  93. NFS: Registering the id_resolver key type
  94. jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  95. msgmni has been set to 52
  96. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  97. io scheduler noop registered
  98. io scheduler cfq registered (default)
  99. Check Flash Memory Controller v100 ... Found.
  100. SPI Nor(cs 0) ID: 0xc8 0x40 0x18
  101. Block:64KB Chip:16MB Name:"GD25Q128"
  102. SPI Nor total size: 16MB
  103. 3 cmdlinepart partitions found on MTD device hi_sfc
  104. 3 cmdlinepart partitions found on MTD device hi_sfc
  105. Creating 3 MTD partitions on "hi_sfc":
  106. 0x000000000000-0x000000060000 : "boot"
  107. 0x000000060000-0x000000400000 : "kernel"
  108. 0x000000400000-0x000001000000 : "app"
  109. SPI Nand ID Table Version 2.2
  110. Cannot found a valid SPI Nand Device
  111. himii: probed
  112. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  113. hiusb-ehci hiusb-ehci.0: HIUSB EHCI
  114. hiusb-ehci hiusb-ehci.0: new USB bus registered, assigned bus number 1
  115. hiusb-ehci hiusb-ehci.0: irq 15, io mem 0x100b0000
  116. hiusb-ehci hiusb-ehci.0: USB 0.0 started, EHCI 1.00
  117. hub 1-0:1.0: USB hub found
  118. hub 1-0:1.0: 1 port detected
  119. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  120. hiusb-ohci hiusb-ohci.0: HIUSB OHCI
  121. hiusb-ohci hiusb-ohci.0: new USB bus registered, assigned bus number 2
  122. hiusb-ohci hiusb-ohci.0: irq 16, io mem 0x100a0000
  123. hub 2-0:1.0: USB hub found
  124. hub 2-0:1.0: 1 port detected
  125. mousedev: PS/2 mouse device common for all mice
  126. i2c /dev entries driver
  127. hisi_i2c hisi_i2c.0: Hisilicon [i2c-0] probed!
  128. hisi_i2c hisi_i2c.1: Hisilicon [i2c-1] probed!
  129. hisi_i2c hisi_i2c.2: Hisilicon [i2c-2] probed!
  130. TCP: cubic registered
  131. Initializing XFRM netlink socket
  132. NET: Registered protocol family 17
  133. NET: Registered protocol family 15
  134. lib80211: common routines for IEEE802.11 drivers
  135. Registering the dns_resolver key type
  136. ÿFreeing init memory: 4768K
  137.  
  138. init started: BusyBox v1.16.1 (2013-02-01 20:49:39 CST)
  139.  
  140. starting pid 510, tty '': '/etc/init.d/rcS'
  141.  
  142. ************ShenZen DC-IOT LINUX***************
  143. _ _ _ _ _ _ _ _ _ _ _ _
  144. \ _ _ _ _ _ ___
  145. / /__/ \ |_/
  146. / __ / - _ ___
  147. / / / / / /
  148. _ _ _ _/ / / \_/ \_ ______
  149. ___________\___\__________________
  150.  
  151. [RCS]: /etc/init.d/S00devs
  152. [RCS]: /etc/init.d/S01udev
  153. udevd (525): /proc/525/oom_adj is deprecated, please use /proc/525/oom_score_adj instead.
  154. [RCS]: /etc/init.d/S80network
  155. gio driver init successful!
  156. Hisilicon Watchdog Timer: 0.01 initialized. default_margin=60 sec (nowayout= 0, nodeamon= 0)
  157. board custom init...
  158. board sysid 0x02000000
  159. board sensor JXH62
  160. *** Board tools : ver0.0.1_20120501 ***
  161. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  162. 0x200f0074: 0x00000000 --> 0x00000000
  163. [END]
  164. *** Board tools : ver0.0.1_20120501 ***
  165. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  166. 0x20140400: 0x00000020 --> 0x00000002
  167. [END]
  168. *** Board tools : ver0.0.1_20120501 ***
  169. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  170. 0x20140008: 0x00000000 --> 0x00000002
  171. [END]
  172. *** Board tools : ver0.0.1_20120501 ***
  173. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  174. 0x200f0020: 0x00000001 --> 0x00000004
  175. [END]
  176. *** Board tools : ver0.0.1_20120501 ***
  177. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  178. 0x200f001c: 0x00000001 --> 0x00000004
  179. [END]
  180. *** Board tools : ver0.0.1_20120501 ***
  181. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  182. 0x200f0034: 0x00000001 --> 0x00000004
  183. [END]
  184. *** Board tools : ver0.0.1_20120501 ***
  185. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  186. 0x200f0024: 0x00000001 --> 0x00000004
  187. [END]
  188. *** Board tools : ver0.0.1_20120501 ***
  189. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  190. 0x200f0010: 0x00000001 --> 0x00000004
  191. [END]
  192. *** Board tools : ver0.0.1_20120501 ***
  193. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  194. 0x200f0028: 0x00000001 --> 0x00000004
  195. [END]
  196. *** Board tools : ver0.0.1_20120501 ***
  197. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  198. 0x200f0014: 0x00000001 --> 0x00000004
  199. [END]
  200. *** Board tools : ver0.0.1_20120501 ***
  201. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  202. 0x200f0018: 0x00000001 --> 0x00000004
  203. [END]
  204. himci: card connected!
  205. mmc2: card claims to support voltages below the defined range. These will be ignored.
  206. mmc2: new high speed SDIO card at address 0001
  207. RTL871X: module init start
  208. RTL871X: rtl8189fs v4.3.24.8_22657.20170607
  209. RTL871X: build time: Aug 15 2017 20:24:49
  210. RTL871X: HW EFUSE
  211. RTL871X: hal_com_config_channel_plan chplan:0x20
  212. RTL871X: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
  213. RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=00:25:09:86:b4:e8
  214. RTL871X: module init ret=0
  215. *** Board tools : ver0.0.1_20120501 ***
  216. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  217. 0x10030008: 0x00000000 --> 0x00000001
  218. [END]
  219. *** Board tools : ver0.0.1_20120501 ***
  220. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  221. 0x1003002C: 0x20002174 --> 0x80202000
  222. [END]
  223. mmz_start: 0x82400000, mmz_size: 28M
  224. Hisilicon Media Memory Zone Manager
  225. Module himedia: init ok
  226. hi3518e_base: module license 'Proprietary' taints kernel.
  227. Disabling lock debugging due to kernel taint
  228. load sys.ko for Hi3518EV200...OK!
  229. load tde.ko ...OK!
  230. load region.ko ....OK!
  231. load vgs.ko for Hi3518EV200...OK!
  232. ISP Mod init!
  233. load viu.ko for Hi3518EV200...OK!
  234. load vpss.ko ....OK!
  235. load vou.ko ....OK!
  236. load hifb.ko OK!
  237. load rc.ko for Hi3518EV200...OK!
  238. load venc.ko for Hi3518EV200...OK!
  239. load chnl.ko for Hi3518EV200...OK!
  240. load h264e.ko for Hi3518EV200...OK!
  241. load jpege.ko for Hi3518EV200...OK!
  242. load ive.ko for Hi3518EV200...OK!
  243. ==== Your input Sensor type is ov9712 ====
  244. *** Board tools : ver0.0.1_20120501 ***
  245. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  246. 0x200f0040: 0x00000000 --> 0x00000002
  247. [END]
  248. *** Board tools : ver0.0.1_20120501 ***
  249. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  250. 0x200f0044: 0x00000000 --> 0x00000002
  251. [END]
  252. *** Board tools : ver0.0.1_20120501 ***
  253. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  254. 0x200f007c: 0x00000000 --> 0x00000001
  255. [END]
  256. *** Board tools : ver0.0.1_20120501 ***
  257. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  258. 0x200f0080: 0x00000000 --> 0x00000001
  259. [END]
  260. *** Board tools : ver0.0.1_20120501 ***
  261. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  262. 0x200f0084: 0x00000000 --> 0x00000001
  263. [END]
  264. *** Board tools : ver0.0.1_20120501 ***
  265. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  266. 0x200f0088: 0x00000000 --> 0x00000001
  267. [END]
  268. *** Board tools : ver0.0.1_20120501 ***
  269. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  270. 0x200f008c: 0x00000000 --> 0x00000002
  271. [END]
  272. *** Board tools : ver0.0.1_20120501 ***
  273. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  274. 0x200f0090: 0x00000000 --> 0x00000002
  275. [END]
  276. *** Board tools : ver0.0.1_20120501 ***
  277. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  278. 0x200f0094: 0x00000000 --> 0x00000001
  279. [END]
  280. *** Board tools : ver0.0.1_20120501 ***
  281. [debug]: {source/utils/cmdshell.c:166}cmdstr:himm
  282. 0x2003002c: 0x000C4003 --> 0x000C4001
  283. [END]
  284. acodec inited!
  285. insert audio
  286. mipi_init
  287. init phy power successful!
  288. load hi_mipi driver successful!
  289. ==== Your input Sensor type is ov9712 ====
  290. board check upgrade from SD card start...
  291.  sdc_tools before CheckLocalPartitions
  292.  
  293.  sdc_tools idev 0 i 1
  294.  
  295.  sdc_tools idev 0 i 2
  296.  
  297.  sdc_tools idev 0 i 3
  298.  
  299.  sdc_tools idev 0 i 4
  300.  
  301.  sdc_tools idev 0 i 5
  302.  
  303.  sdc_tools mount whole disk
  304.  
  305.  sdc_tools idev 1 i 1
  306.  
  307.  sdc_tools idev 1 i 2
  308.  
  309.  sdc_tools idev 1 i 3
  310.  
  311.  sdc_tools idev 1 i 4
  312.  
  313.  sdc_tools idev 1 i 5
  314.  
  315.  sdc_tools mount whole disk
  316.  
  317.  
  318.  
  319.  
  320.  
  321. **********Welcome ShenZhen DC-IOT His3518EV200 IP-Camer Product*********
  322. **********Version: 0.1.3 2018-06-15 15:54:20 *********
  323. **********Contact: ShenZhen Danale Technologies Co., Ltd *********
  324. **********Author: *********
  325.  
  326.  
  327.  
  328.  
  329. Start App.......
  330.  
  331. Schedule:
  332. size limit: 100
  333. time limit: 1200
  334. record audio:1
  335. alarm triggered limit: 20
  336. , vstrm: 0
  337. Wrong date/time of system
  338. >>>>>>>>> sensor name: JXH62
  339. gpio7_3 pinmux reg[0x200f00ec]:[0x1]
  340. gpio7_4 pinmux reg[0x200f00f0]:[0x1]
  341. gpio0_0 pinmux reg[0x200f0070]:[0x0]
  342. gpio0_1 pinmux reg[0x200f0074]:[0x0]
  343. adc-value threshold: 45(day) -- 25(night)
  344. gpio7_7 pinmux reg[0x200f00fc]:[0x1]
  345. my_atoh s is NULL, return 0!
  346. gpio8_0 pinmux reg[0x200f0100]:[0x1]
  347. my_atoh s is NULL, return 0!
  348. gpio8_1 pinmux reg[0x200f0104]:[0x1]
  349. ######Get Hardware Info:
  350. Sensor: [JXH62] pBootParam->withEthInterface [0]
  351. GPIO: RedLed[59], BlueLed[60], BoardReset[0] pGpioInfo->motor.gpio[0] = -1...
  352. GPIO open success. GIO fd = 8
  353. adc 0
  354. sys init finished.
  355. **********checkDeviceCfgParams start:
  356. WIFI:SSID:
  357. WIFI:KEY:
  358. **********checkDeviceCfgParams finished
  359. 0: Watchdog started... feed interval 15 seconds.
  360. Watchdog wd_setTimeOut [15] complete.
  361. getVideoStandard : 0
  362. load sensor so: libsns_jxh62.so......ok
  363. sysid 0x02000000
  364. getVideoStandard : 0
  365. =============SAMPLE_COMM_VI_SetMipiAttr enWDRMode: 0
  366. getVideoStandard : 0
  367. linear mode
  368. =========================================================
  369. === soih62 sensor 720P30fps(Parallel port) init success!=====
  370. =========================================================
  371. venc_init ok!
  372. ISP INIT OK!
  373. =============GPIO CTL START============
  374. playHiAudio open /home/VOICE/LANG/device_start.wav failed!
  375. RTL871X: indicate disassoc
  376. NET INTERFACE is wlan0
  377. #####hi351x_change_bpsfps bpsType = 2 bps = 512 fps = 12 encChan = 0 keyFrmae = 100, quant = 2
  378. #####hi351x_change_bpsfps bpsType success!
  379. hi351x_change_bpsfps pStH264AVbr->u32MinQp = 30
  380. HWCONSOLE STARTED
  381. user:SetMdSensitivity MD_ALARM_PIXELNUM_LOW
  382. ~~~~~~~~~~SOIH62
  383. SetGamma------------------------
  384. doIrCutSwitch: 0
  385.  
  386.  
  387. WELCOME USING LIBDANAVIDEO_VERSION 1.0.180323
  388. dana id: f20ac0aa0db2ea5f2538506108cd89ab
  389.  
  390. Airlink start
  391. sh: you need to specify whom to kill
  392. =========== setIrLight(1)
  393. #####IR CUT in Night Mode.
  394. SetGamma------------------------
  395. doIrCutSwitch: 1
  396. wifiChipType = 2 if_name = wlan0
  397. device wlan0 entered promiscuous mode
  398. =========== setIrLight(0)
  399. #####IR CUT in Day Mode.
  400. RTL871X: assoc success
  401. COUNTRYCODE: US
  402. SetGamma------------------------
  403. doIrCutSwitch: 0
  404. =========== setIrLight(1)
  405. #####IR CUT in Night Mode.
  406. RTL871X: assoc success
  407. Catch a signal -- SIGALRM
  408. [p2p/danale/testdanavideo.c:472], sound detected.
  409. [p2p/danale/testdanavideo.c:3103] danadev_pushmsg
  410. not safeguard time, no push
  411. RTL871X: assoc success
  412. RTL871X: assoc success
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement