Advertisement
tieuvinhlong

Camera WNIP40NG2-HS420ET - 2.0 megapixel. len 3.6mm

Mar 7th, 2017
1,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.04 KB | None | 0 0
  1. U-Boot 2010.06 (Nov 17 2016 - 09:47:28)
  2.  
  3. Check Flash Memory Controller v100 ... Found
  4. SPI Nor(cs 0) ID: 0xc2 0x20 0x18
  5. Block:64KB Chip:16MB Name:"MX25L128XX"
  6. SPI Nor total size: 16MB
  7. MMC:  
  8. EMMC/MMC/SD controller initialization.
  9. Card did not respond to voltage select!
  10. No EMMC/MMC/SD device found !
  11. In:    serial
  12. Out:   serial
  13. Err:   serial
  14. Hit any key to stop autoboot:  0
  15. 16384 KiB hi_fmc at 0:0 is now current device
  16.  
  17. ## Booting kernel from Legacy Image at 82000000 ...
  18.    Image Name:   Linux-3.4.35
  19.    Image Type:   ARM Linux Kernel Image (uncompressed)
  20.    Data Size:    2514672 Bytes = 2.4 MiB
  21.    Load Address: 80008000
  22.    Entry Point:  80008000
  23.    Loading Kernel Image ... OK
  24. OK
  25.  
  26. Starting kernel ...
  27.  
  28. Uncompressing Linux... done, booting the kernel.
  29. Booting Linux on physical CPU 0
  30. Linux version 3.4.35 (root@wang) (gcc version 4.8.3 20131202 (prerelease) (Hisilicon_v300) ) #4 Sat Jun 4 15:48:19 CST 2016
  31. CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  32. CPU: VIVT data cache, VIVT instruction cache
  33. Machine: hi3518ev200
  34. Memory policy: ECC disabled, Data cache writeback
  35. Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 17272
  36. Kernel command line: mem=68M console=ttyAMA0,115200 root=/dev/mtdblock1 rootfstype=jffs2 rw mtdparts=hi_sfc:3M(boot),13M(rootfs)
  37. PID hash table entries: 512 (order: -1, 2048 bytes)
  38. Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  39. Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  40. Memory: 68MB = 68MB total
  41. Memory: 63852k/63852k available, 5780k reserved, 0K highmem
  42. Virtual kernel memory layout:
  43.     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  44.     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  45.     vmalloc : 0xc4800000 - 0xff000000   ( 936 MB)
  46.     lowmem  : 0xc0000000 - 0xc4400000   (  68 MB)
  47.     modules : 0xbf000000 - 0xc0000000   (  16 MB)
  48.       .text : 0xc0008000 - 0xc046c000   (4496 kB)
  49.       .init : 0xc046c000 - 0xc048cc4c   ( 132 kB)
  50.       .data : 0xc048e000 - 0xc04ba1e0   ( 177 kB)
  51.        .bss : 0xc04ba204 - 0xc04f8898   ( 250 kB)
  52. SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  53. NR_IRQS:32
  54. VIC @fe0d0000: id 0x00641190, vendor 0x41
  55. sched_clock: 32 bits at 49MHz, resolution 20ns, wraps every 86767ms
  56. Console: colour dummy device 80x30
  57. Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
  58. pid_max: default: 32768 minimum: 301
  59. Mount-cache hash table entries: 512
  60. Initializing cgroup subsys freezer
  61. CPU: Testing write buffer coherency: ok
  62. Setting up static identity map for 0x80362820 - 0x80362878
  63. dummy:
  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. Switching to clocksource timer0
  78. NET: Registered protocol family 2
  79. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  80. TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  81. TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  82. TCP: Hash tables configured (established 4096 bind 4096)
  83. TCP: reno registered
  84. UDP hash table entries: 256 (order: 0, 4096 bytes)
  85. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  86. NET: Registered protocol family 1
  87. RPC: Registered named UNIX socket transport module.
  88. RPC: Registered udp transport module.
  89. RPC: Registered tcp transport module.
  90. RPC: Registered tcp NFSv4.1 backchannel transport module.
  91. VFS: Disk quotas dquot_6.5.2
  92. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  93. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  94. NFS: Registering the id_resolver key type
  95. jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
  96. fuse init (API version 7.18)
  97. msgmni has been set to 124
  98. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  99. io scheduler noop registered
  100. io scheduler deadline registered (default)
  101. io scheduler cfq registered
  102. brd: module loaded
  103. Check Flash Memory Controller v100 ...  Found.
  104. SPI Nor(cs 0) ID: 0xc2 0x20 0x18
  105. Block:64KB Chip:16MB Name:"MX25L128XX"
  106. SPI Nor total size: 16MB
  107. 2 cmdlinepart partitions found on MTD device hi_sfc
  108. 2 cmdlinepart partitions found on MTD device hi_sfc
  109. Creating 2 MTD partitions on "hi_sfc":
  110. 0x000000000000-0x000000300000 : "boot"
  111. 0x000000300000-0x000001000000 : "rootfs"
  112. SPI Nand ID Table Version 1.9
  113. No NAND device found
  114. himii: probed
  115. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  116. hiusb-ehci hiusb-ehci.0: HIUSB EHCI
  117. hiusb-ehci hiusb-ehci.0: new USB bus registered, assigned bus number 1
  118. hiusb-ehci hiusb-ehci.0: irq 15, io mem 0x100b0000
  119. hiusb-ehci hiusb-ehci.0: USB 0.0 started, EHCI 1.00
  120. hub 1-0:1.0: USB hub found
  121. hub 1-0:1.0: 1 port detected
  122. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  123. hiusb-ohci hiusb-ohci.0: HIUSB OHCI
  124. hiusb-ohci hiusb-ohci.0: new USB bus registered, assigned bus number 2
  125. hiusb-ohci hiusb-ohci.0: irq 16, io mem 0x100a0000
  126. hub 2-0:1.0: USB hub found
  127. hub 2-0:1.0: 1 port detected
  128. Initializing USB Mass Storage driver...
  129. usbcore: registered new interface driver usb-storage
  130. USB Mass Storage support registered.
  131. mousedev: PS/2 mouse device common for all mice
  132. i2c /dev entries driver
  133. hisi_i2c hisi_i2c.0: Hisilicon [i2c-0] probed!
  134. hisi_i2c hisi_i2c.1: Hisilicon [i2c-1] probed!
  135. hisi_i2c hisi_i2c.2: Hisilicon [i2c-2] probed!
  136. usbcore: registered new interface driver usbhid
  137. usbhid: USB HID core driver
  138. TCP: cubic registered
  139. Initializing XFRM netlink socket
  140. NET: Registered protocol family 17
  141. NET: Registered protocol family 15
  142. lib80211: common routines for IEEE802.11 drivers
  143. Registering the dns_resolver key type
  144. �VFS: Mounted root (jffs2 filesystem) on device 31:1.
  145. Freeing init memory: 128K
  146. [RCS]: /etc/init.d/S00devs
  147. [RCS]: /etc/init.d/S01udev
  148. Not recognise ACTION:change
  149. Not recognise ACTION:change
  150. [RCS]: /etc/init.d/S80network
  151. [RCS]: /etc/init.d/S90hibernate
  152. start ------------ Ver(2013.03.16)
  153. /etc/init.d/rcS: line 20: ./usr/telnetsh: not found
  154. chmod: /usr/fx256: No such file or directory
  155. ReadParam
  156. mkdir: can't create directory '/usr/upgrading': File exists
  157. mkdir: can't create directory '/main': File exists
  158. fx256
  159. rmmod: can't unload 'himci': unknown symbol in module, or unknown parameter
  160. rmmod: can't unload 'sd_mmc_sdio': unknown symbol in module, or unknown parameter
  161. Can't find fx256-bak.tar !
  162. can't find /usr/fx256-upbk.tar !
  163. /bin/sh: /usr/hhRestLog: not found
  164. /bin/sh: /usr/hhRestLog: not found
  165. cann't find bak file(/usr/fx256-bak)
  166. count == 3(/main/fx256)
  167. main -- start1!
  168. mkdir: can't create directory '/fx': File exists
  169. Read DeviceCfg  = [0x00000000]
  170. PHY: himii:01 - Link is Up - 100/Full
  171. memsize 262144 logMode 0 logPri 4 FileNum 5
  172. umount: can't umount /syslog/: Invalid argument
  173. software 7.5.59.13  compile time is Nov  4 2016 15:21:24
  174. SS_FLASH_ReadDeviceCfgEx  nLen = 1256
  175. stDeviceCfg.dwBgnFlag=12345678, stDeviceCfg.dwEndFlag=87654321 stDeviceAdvanceCfg.dwBgnFlag=12345678, stDeviceAdvanceCfg.dwBgnFlag=87654321,stConfigE1
  176. sysconfigExtlen=1256
  177. cputype=3516CV200
  178. byCPUTYPE=9
  179. dwDeviceType=1
  180. bySensorType1=112
  181. LIBSENSOR  Sensor TYPE is  VI_SENSOR_CMOS_1080P_IMX323
  182. st_size=192032
  183. sttmpelen=100816
  184. return
  185. sysconfiglen=192032
  186. sysconfigExtlen=43944
  187. bSerialChannel : 2
  188. SS_FLASH_CheckArisVaule nARISMaxVaule 0, nARISHoldVaule 0
  189. .inita.size Width=1920
  190. .inita.size Height=1080
  191. *****************copy read time
  192. ************func = SS_FLASH_ReadBakTime, 17:2:18  hour = 13, pTime->minute = 1
  193. ngEnvOffsetSize 60000
  194. rm: can't remove '/etc/passwd-ok': No such file or directory
  195. env_init 888  bootargs=mem=68M console=ttyAMA0,1Hisilicon Media Memory Zone Manager
  196. Module himedia: init ok
  197. hi3518e_base: module license 'Proprietary' taints kernel.
  198. Disabling lock debugging due to kernel taint
  199. load sys.ko for Hi3518EV200...OK!
  200. load tde.ko ...OK!
  201. load region.ko ....OK!
  202. load vgs.ko for Hi3518EV200...OK!
  203. ISP Mod init!
  204. load viu.ko for Hi3518EV200...OK!
  205. load vpss.ko ....OK!
  206. load rc.ko for Hi3518EV200...OK!
  207. load venc.ko for Hi3518EV200...OK!
  208. load chnl.ko for Hi3518EV200...OK!
  209. load h264e.ko for Hi3518EV200...OK!
  210. load jpege.ko for Hi3518EV200...OK!
  211. load ive.ko for Hi3518EV200...OK!
  212. acodec inited!
  213. mipi_init
  214. init phy power successful!
  215. load hi_mipi driver successful!
  216. hi3518_io driver init start
  217. alarmOutType gpio init 0, GpioFunctionType = 0
  218. gpio0 ddr 0xfe240000
  219. hi35xx_io driver init successful(2015.1.1)!
  220. Hisilicon Watchdog Timer: 0.01 initialized. default_margin=60 sec (nowayout= 0, nodeamon= 0)
  221. gpio_direction_set = 8 fe2c0000
  222. gpio_direction_set = 8 fe2c0000
  223. gpio_direction_set = 7 fe2b0000
  224. gpio_direction_set = 7 fe2b0000
  225. gpio_direction_set = 6 fe2a0000
  226. gpio_direction_set = 6 fe2a0000
  227. gpio_direction_set = 0 fe240000
  228. PHY: himii:01 - Link is Up - 100/Full
  229. fx256 uses obsolete (PF_INET,SOCK_PACKET)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement