Guest User

Untitled

a guest
Aug 27th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. U-Boot SPL 2013.07 (Jul 02 2018 - 10:40:32)
  2. ddr autosr:1
  3. apll = 1008000000
  4. mpll = 600000000
  5. cpccr = 9a052210
  6.  
  7.  
  8. U-Boot 2013.07 (Jul 02 2018 - 10:40:32)
  9.  
  10. Board: K1 (Ingenic XBurst X1000 SoC)
  11. DRAM: 32 MiB
  12. Top of RAM usable for U-Boot at: 82000000
  13. Reserving 0k for U-Boot at: 81feb000
  14. Reserving 513k for U-Boot at: 81f68000
  15. Reserving 8320k for malloc() at: 81748000
  16. Reserving 32 Bytes for Board Info at: 81747fe0
  17. Reserving 128 Bytes for Global Data at: 81747f60
  18. Reserving 128k for boot params() at: 81727f60
  19. Stack Pointer at: 81727f48
  20. Now running in RAM - U-Boot at: 81f68000
  21. NAND: 0 MiB
  22. id0=9b
  23. id1=12
  24. SFC_DEV_STA_RT=0x00000000,
  25. sfcnand param num=7
  26. read status 0xa0 : 0
  27. read status 0xb0 : 1
  28. MMC:
  29.  
  30. NAND read: device 0 offset 0xc0000, size 0x20000
  31. 131072 bytes read: OK
  32.  
  33. NAND read: device 0 offset 0xe0000, size 0x20000
  34. 131072 bytes read: OK
  35. *** Warning - bad CRC, using default environment
  36.  
  37. *** lcd res: 128*160
  38. pixel_clock = 3072000
  39. canot request gpio lcd_power
  40. st7735s_128160 panel display pin init
  41. st7735s_128160 panel display on
  42. the slcd slcd_cfg_new is 00000200
  43. draw logo
  44.  
  45. NAND read: device 0 offset 0x80000, size 0x14000
  46. 81920 bytes read: OK
  47.  
  48. NAND read: device 0 offset 0x2c0000, size 0xc
  49. 12 bytes read: OK
  50. Mod: Normal boot mode.
  51. Hit any key to stop autoboot: 0
  52. set KERNEL WATCHDOG SIGNATURE
  53.  
  54. NAND read: device 0 offset 0x300000, size 0x400000
  55. 4194304 bytes read: OK
  56. ## Booting kernel from Legacy Image at 80600000 ...
  57. Image Name: Linux-3.10.14
  58. Image Type: MIPS Linux Kernel Image (gzip compressed)
  59. Data Size: 2546909 Bytes = 2.4 MiB
  60. Load Address: 80010000
  61. Entry Point: 80400660
  62. Verifying Checksum ... OK
  63. Uncompressing Kernel Image ... OK
  64.  
  65. Starting kernel ...
  66.  
  67. [ 0.000000] Initializing cgroup subsys cpuset
  68. [ 0.000000] Initializing cgroup subsys cpu
  69. [ 0.000000] Initializing cgroup subsys cpuacct
  70. [ 0.000000] Linux version 3.10.14 (xjh@HiBy-Linux) (gcc version 4.7.2 (Ingenic 2015.02) ) #2 PREEMPT Mon Jul 2 10:40:36 CST 2018
  71. [ 0.000000] bootconsole [early0] enabled
  72. [ 0.000000] CPU0 RESET ERROR PC:B7BC5781
  73. [ 0.000000] CPU0 revision is: 2ed1024f (Ingenic Xburst)
  74. [ 0.000000] FPU revision is: 00330000
  75. [ 0.000000] CCLK:1008MHz L2CLK:504Mhz H0CLK:200MHz H2CLK:200Mhz PCLK:100Mhz
  76. [ 0.000000] Determined physical RAM map:
  77. [ 0.000000] memory: 00518000 @ 00010000 (usable)
  78. [ 0.000000] memory: 00038000 @ 00528000 (usable after init)
  79. [ 0.000000] User-defined physical RAM map:
  80. [ 0.000000] memory: 02000000 @ 00000000 (usable)
  81. [ 0.000000] Zone ranges:
  82. [ 0.000000] Normal [mem 0x00000000-0x01ffffff]
  83. [ 0.000000] Movable zone start for each node
  84. [ 0.000000] Early memory node ranges
  85. [ 0.000000] node 0: [mem 0x00000000-0x01ffffff]
  86. [ 0.000000] Primary instruction cache 16kB, 4-way, VIPT, linesize 32 bytes.
  87. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
  88. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 8128
  89. [ 0.000000] Kernel command line: console=ttyS2,115200n8 mem=32M@0x0 no_console_suspend lpj=5009408 ip=off init=/linuxrc ubi.mtd=4 root=ubi0:rootfs ubi.mtd=5 rootfstype=ubifs sn_no=00000000000000000000000000000000 bt_mac=4254300004aa wifi_mac=xxxxxxxxxxxx rw
  90. [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
  91. [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  92. [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  93. [ 0.000000] Memory: 26348k/32768k available (4075k kernel code, 6420k reserved, 1138k data, 224k init, 0k highmem)
  94. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  95. [ 0.000000] Preemptible hierarchical RCU implementation.
  96. [ 0.000000] NR_IRQS:410
  97. [ 0.000000] clockevents_config_and_register success.
  98. [ 0.000000] Console: colour dummy device 80x25
  99. [ 0.004658] Calibrating delay loop (skipped) preset value.. 1001.88 BogoMIPS (lpj=5009408)
  100. [ 0.013033] pid_max: default: 32768 minimum: 301
  101. [ 0.018059] Mount-cache hash table entries: 512
  102. [ 0.023850] Initializing cgroup subsys devices
  103. [ 0.028426] Initializing cgroup subsys freezer
  104. [ 0.032855] Initializing cgroup subsys blkio
  105. [ 0.042198] regulator-dummy: no parameters
  106. [ 0.046994] NET: Registered protocol family 16
  107. [ 0.069892] bio: create slab <bio-0> at 0
  108. [ 0.076280] jz-dma jz-dma: JZ SoC DMA initialized
  109. [ 0.081152] gpio_regulator_gpio_init 0
  110. [ 0.085190] GPIO_BT_PWR: no parameters
  111. [ 0.089063] gpio_regulator_gpio_init 0
  112. [ 0.093010] GPIO_AMP_PWR: no parameters
  113. [ 0.097840] SCSI subsystem initialized
  114. [ 0.101832] usbcore: registered new interface driver usbfs
  115. [ 0.107544] usbcore: registered new interface driver hub
  116. [ 0.113274] usbcore: registered new device driver usb
  117. [ 0.118744] (null): set:999 hold:1000 dev=100000000 h=2000 l=2000
  118. [ 0.125593] (null): set:249 hold:250 dev=100000000 h=500 l=500
  119. [ 0.131920] AXP add mfd driver = 0
  120. [ 0.841833] sa ok
  121. [ 0.843965] Advanced Linux Sound Architecture Driver Initialized.
  122. [ 0.851050] Bluetooth: Core ver 2.16
  123. [ 0.854717] NET: Registered protocol family 31
  124. [ 0.859257] Bluetooth: HCI device and connection manager initialized
  125. [ 0.865678] Bluetooth: HCI socket layer initialized
  126. [ 0.870580] Bluetooth: L2CAP socket layer initialized
  127. [ 0.875753] Bluetooth: SCO socket layer initialized
  128. [ 0.880861] hw version a:0, b:0
  129. [ 0.884227] [AXP-MFD] axp_mfd_probe
  130. [ 0.887779] [AXP-MFD] axp_init_chip
  131. [ 0.891684] axp_mfd 2-0034: AXP (CHIP ID: 0x03) detected
  132. [ 0.900317] [AXP-MFD] register regultors
  133. [ 0.905213] [AXP-MFD] register power supply
  134. [ 0.909757] Switching to clocksource jz_clocksource
  135. [ 0.915235] FS-Cache: Loaded
  136. [ 0.926265] DWC IN DEVICE ONLY MODE
  137. [ 1.081453] dwc2 dwc2: Dynamic Power Control
  138. [ 1.085794] dwc2 dwc2: Using Buffer DMA mode
  139. [ 1.090051] dwc2 dwc2: Core Release: 3.00a
  140. [ 1.095127] Suspend otg by shutdown dwc cotroller and phy
  141. [ 1.100545] DIS PHY
  142. [ 1.103611] axp_ldo1: 1250 mV
  143. [ 1.108614] axp_ldo2: 1800 <--> 3300 mV at 3300 mV
  144. [ 1.115253] axp_ldo3: 700 <--> 3500 mV at 3675 mV
  145. [ 1.121703] axp_ldo4: 1800 <--> 3300 mV at 2500 mV
  146. [ 1.128319] axp_buck1: 700 <--> 3500 mV at 3300 mV
  147. [ 1.134797] axp_buck2: 700 <--> 2275 mV at 1250 mV
  148. [ 1.141365] axp_buck3: 700 <--> 3500 mV at 1800 mV
  149. [ 1.147600] axp_buck4: 700 <--> 3500 mV at 1200 mV
  150. [ 1.153729] axp_ldoio0: 1800 <--> 3300 mV at 2800 mV
  151. [ 1.161509] charging current = 800 mA
  152. [ 1.177124] NET: Registered protocol family 2
  153. [ 1.182459] TCP established hash table entries: 512 (order: 0, 4096 bytes)
  154. [ 1.189583] TCP bind hash table entries: 512 (order: 1, 10240 bytes)
  155. [ 1.196073] TCP: Hash tables configured (established 512 bind 512)
  156. [ 1.202448] TCP: reno registered
  157. [ 1.205739] UDP hash table entries: 256 (order: 1, 12288 bytes)
  158. [ 1.211759] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
  159. [ 1.218891] NET: Registered protocol family 1
  160. [ 1.224165] 359,init_ddr_proc
  161. [ 1.236339] NTFS driver 2.1.30 [Flags: R/O].
  162. [ 1.240946] fuse init (API version 7.22)
  163. [ 1.245672] exFAT: Version 1.2.9
  164. [ 1.249135] msgmni has been set to 51
  165. [ 1.257129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  166. [ 1.264585] io scheduler noop registered
  167. [ 1.268893] io scheduler deadline registered
  168. [ 1.273519] io scheduler cfq registered (default)
  169. [ 1.278845] pwm-backlight pwm-backlight.0: unable to request PWM, trying legacy API
  170. [ 1.292077] jz-uart.0: ttyS0 at MMIO 0x10030000 (irq = 59) is a uart0
  171. [ 1.299211] jz-uart.2: ttyS2 at MMIO 0x10032000 (irq = 57) is a uart2
  172. [ 1.307298] console [ttyS2] enabled, bootconsole disabled
  173. [ 1.307298] console [ttyS2] enabled, bootconsole disabled
  174. [ 1.318971] register vprivilege driver OK! Major = 252
  175. [ 1.324492] register vprivilege driver OK! Major = 251
  176. [ 1.332220] nand_magic=0x6e616e64sfcnand num=7
  177. [ 1.337053] Scanning device for bad blocks
  178. [ 1.400168] Creating 6 MTD partitions on "sfc_nand":
  179. [ 1.405380] 0x000000000000-0x000000080000 : "uboot"
  180. [ 1.411096] ftl_cs: FTL header not found.
  181. [ 1.416282] 0x000000080000-0x000000300000 : "logo"
  182. [ 1.422105] ftl_cs: FTL header not found.
  183. [ 1.427225] 0x000000300000-0x000000900000 : "kernel"
  184. [ 1.433220] ftl_cs: FTL header not found.
  185. [ 1.438270] 0x000000900000-0x000001000000 : "recovery"
  186. [ 1.444469] ftl_cs: FTL header not found.
  187. [ 1.449544] 0x000001000000-0x000005000000 : "rootfs"
  188. [ 1.455779] ftl_cs: FTL header not found.
  189. [ 1.460806] 0x000005000000-0x000008000000 : "data"
  190. [ 1.466785] ftl_cs: FTL header not found.
  191. [ 1.472112] usbcore: registered new interface driver asix
  192. [ 1.477906] usbcore: registered new interface driver ax88179_178a
  193. [ 1.484273] usbcore: registered new interface driver cdc_ether
  194. [ 1.490404] usbcore: registered new interface driver net1080
  195. [ 1.496336] usbcore: registered new interface driver cdc_subset
  196. [ 1.502474] usbcore: registered new interface driver zaurus
  197. [ 1.508376] usbcore: registered new interface driver cdc_ncm
  198. [ 1.514250] usbcore: registered new interface driver usb-storage
  199. [ 1.520783] usbcore: registered new interface driver usbserial
  200. [ 1.526994] usbcore: registered new interface driver usbserial_generic
  201. [ 1.533795] usbserial: USB Serial support registered for generic
  202. [ 1.545364] input: adc_key as /devices/platform/adc_key.0/input/input0
  203. [ 1.553200] jz-rtc jz-rtc.0: rtc core: registered jz-rtc as rtc0
  204. [ 1.560624] Bluetooth: HCI UART driver ver 2.2
  205. [ 1.565404] Bluetooth: HCI H4 protocol initialized
  206. [ 1.570382] Bluetooth: HCI BCSP protocol initialized
  207. [ 1.575581] Bluetooth: HCILL protocol initialized
  208. [ 1.580750] jzmmc_v1.2 jzmmc_v1.2.0: vmmc regulator missing
  209. [ 1.604807] jzmmc_v1.2 jzmmc_v1.2.0: card inserted, state=0
  210. [ 1.734766] jzmmc_v1.2 jzmmc_v1.2.0: register success!
  211. [ 1.740664] usbcore: registered new interface driver usbhid
  212. [ 1.746697] usbhid: USB HID core driver
  213. [ 1.751151] sa_information_init success
  214. [ 1.756582] [Cs42l51-codec] cs42l51_i2c_probe.
  215. [ 1.761326] jz-asoc-dma jz-asoc-aic-dma: Audio dma platfrom probe success
  216. [ 1.769680] jz-asoc-aic jz-asoc-aic: Aic core probe success
  217. [ 1.776076] jz-asoc-aic-i2s jz-asoc-aic-i2s: i2s platform probe success
  218. [ 1.783232] [Card-K1] k1_snd_probe
  219. [ 1.787320] [Cs42l51-codec] cs42l51_codec_probe.
  220. [ 1.793014] dma dma0chan4: Channel 4 have been requested.(phy id 3,type 0x06 desc a1a25000)
  221. [ 1.806706] ingenic-k1 ingenic-k1.0: cs42l51-hifi <-> jz-asoc-aic-i2s mapping ok
  222. [ 1.817584] SWITCH: init OK
  223. [ 1.820861] TCP: cubic registered
  224. [ 1.824292] NET: Registered protocol family 17
  225. [ 1.829726] Bluetooth: RFCOMM TTY layer initialized
  226. [ 1.835156] Bluetooth: RFCOMM socket layer initialized
  227. [ 1.840534] Bluetooth: RFCOMM ver 1.11
  228. [ 1.844405] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  229. [ 1.850016] Bluetooth: BNEP filters: protocol multicast
  230. [ 1.855498] Bluetooth: BNEP socket layer initialized
  231. [ 1.860624] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  232. [ 1.866844] Bluetooth: HIDP socket layer initialized
  233. [ 1.877210] UBI: attaching mtd4 to ubi0
  234. [ 1.997923] UBI: scanning is finished
  235. [ 2.007594] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 5, need 20
  236. [ 2.019812] UBI: attached mtd4 (name "rootfs", size 64 MiB) to ubi0
  237. [ 2.026531] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  238. [ 2.033574] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  239. [ 2.040571] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
  240. [ 2.047719] UBI: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0
  241. [ 2.053825] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
  242. [ 2.061252] UBI: max/mean erase counter: 4/1, WL threshold: 4096, image sequence number: 0
  243. [ 2.069833] UBI: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 5
  244. [ 2.079244] UBI: background thread "ubi_bgt0d" started, PID 38
  245. [ 2.085391] UBI: attaching mtd5 to ubi1
  246. [ 2.175862] UBI: scanning is finished
  247. [ 2.186845] UBI: attached mtd5 (name "data", size 48 MiB) to ubi1
  248. [ 2.193151] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  249. [ 2.200397] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  250. [ 2.207401] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
  251. [ 2.214490] UBI: good PEBs: 384, bad PEBs: 0, corrupted PEBs: 0
  252. [ 2.220691] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
  253. [ 2.228113] UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 2257299444
  254. [ 2.237529] UBI: available PEBs: 0, total reserved PEBs: 384, PEBs reserved for bad PEB handling: 20
  255. [ 2.247019] UBI: background thread "ubi_bgt1d" started, PID 40
  256. [ 2.253556] file system registered
  257. [ 2.259303] using random self ethernet address
  258. [ 2.263923] using random host ethernet address
  259. [ 2.269437] android_usb gadget: Mass Storage Function, version: 2009/09/11
  260. [ 2.276733] android_usb gadget: Number of LUNs=1
  261. [ 2.281537] lun0: LUN: removable file: (no medium)
  262. [ 2.287372] android_usb gadget: android_usb ready
  263. [ 2.292963] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  264. [ 2.300905] jz-rtc jz-rtc.0: setting system clock to 2014-08-23 16:15:09 UTC (1408810509)
  265. [ 2.309696] ALSA device list:
  266. [ 2.312821] #0: k1
  267. [ 2.318942] UBIFS: background thread "ubifs_bgt0_0" started, PID 43
  268. [ 2.375053] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
  269. [ 2.381346] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  270. [ 2.390889] UBIFS: FS size: 62472192 bytes (59 MiB, 492 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  271. [ 2.400905] UBIFS: reserved for root: 0 bytes (0 KiB)
  272. [ 2.406191] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 525B2E6B-EB6B-47AD-9ECE-2AD8A46CB268, small LPT model
  273. [ 2.418031] VFS: Mounted root (ubifs filesystem) on device 0:11.
  274. [ 2.426513] Freeing unused kernel memory: 224K (80528000 - 80560000)
  275. mount: can't read '/proc/mounts': No such file or directory
  276. Starting Limit: End Limit.
  277. Starting mdev...
  278. [ 2.691244] mmc0: new SDHC card at address 0001
  279. [ 2.715090] mmcblk0: mmc0:0001 SD8GB 7.28 GiB
  280. [ 2.726173] mmcblk0: p1
  281. Starting /etc/init.d/S15boot.sysctl : begin
  282. vm.dirty_ratio = 15
  283. vm.dirty_background_ratio = 10
  284. vm.dirty_writeback_centisecs = 100
  285. vm.dirty_expire_centisecs = 300
  286. vm.vfs_cache_pressure = 100
  287. vm.min_free_kbytes = 630
  288. Starting /etc/init.d/S15boot.sysctl : end
  289. Initializing random number generator... done.
  290. Starting /etc/init.d/S30_mount_userdata : begin
  291. [ 3.325228] UBIFS: background thread "ubifs_bgt1_0" started, PID 74
  292. [ 3.392492] UBIFS: mounted UBI device 1, volume 0, name "data_vol"
  293. [ 3.399276] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  294. [ 3.408814] UBIFS: FS size: 44441600 bytes (42 MiB, 350 LEBs), journal size 2285568 bytes (2 MiB, 18 LEBs)
  295. [ 3.418902] UBIFS: reserved for root: 2099086 bytes (2049 KiB)
  296. [ 3.425011] UBIFS: media format: w4/r0 (latest is w4/r0), UUID DBFF5C40-6158-46AC-B5FA-BE0F5DD1FF3C, small LPT model
  297. ubi0:rootfs / ubifs rw,relatime 0 0
  298. Starting /etc/init.d/S30_mount_userdata : end
  299. Starting /etc/init.d/S39_recovery : begin
  300. Starting /etc/init.d/S39_recovery : end
  301. Starting bluetooth...
  302. Starting sys_server...
  303. (SYS:D)sys_server: Build Jun 15 2018 19:27:38 6848
  304. (MGR:E)early_run: start,time:1408810510.916602
  305. mmc present, try mount
  306. rmdir: '/mnt/*': No such file or directory
  307. [ 3.764073] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  308. [ 3.788719] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  309. (MGR:E)early_run: finish,time:1408810511.17906
  310. Starting /etc/init.d/S92_03_start_music_player : begin Starting /etc/init.d/S92_03_start_music_player : end Starting /etc/init.d/S99__99__end : begin
  311. [ 3.896307] clear SIGNATURE
  312. Starting /etc/init.d/S99__99__end : end
  313. # lg_system_main in
  314. (GUI:D)lg_system: build time: Jul 2 2018 10:29:00.
  315. Sun Aug 24 00:15:11 CST 2014
  316. (GUI:D)system_if: 660 s_power_type 0
  317. (GUI:D)x1000: lg platform init.
  318. (GUI:D)lg_class: lg class init.
  319. (GUI:D)render_mpf: construct.
  320. &0001 = 0000 04aa 0030 4254
  321. &0108 = 3654 0000
  322. (GUI:D)render_mpf: res 128,160 virtual 128,160, line_len 512
  323. (GUI:D)render_mpf: dim 31,31
  324. (GUI:D)x1000: lg platform init render 75302c.
  325. (MGR:E)ot_json: 32000
  326. (MGR:E)ot_json: 44100
  327. (MGR:E)ot_json: 48000
  328. (MGR:E)ot_json: 88200
  329. (MGR:E)ot_json: 96000
  330. (MGR:E)ot_json: 32000
  331. (MGR:E)ot_json: 44100
  332. (MGR:E)ot_json: 48000
  333. (MGR:E)ot_json: 88200
  334. (MGR:E)ot_json: 96000
  335. (MGR:I)ot_device: Imported 4 devices.
  336. (MGR:I)ot_device: Found a new default device: headset
  337. (MGR:I)ot_device: Imported 7 ports.
  338. (MGR:I)ot_device: Imported 0 volumes.
  339. sa_thread_begin status:0
  340. (MGR:E)ot_device: output from headset -> headset
  341. (SYS:D) Libsystem Build Jun 21 2018 12:32:40 6870
  342. sa_thread_begin status:0
  343. event open success , fd -> 6.
  344. udhcpc: SIOCGIFINDEX: No such device
  345. Loading 0x212c ... done
  346. Loading 0x212d ... [ 4.447917] android_usb: already disabled
  347. (GUI:D)lg_system: lg_platform_init
  348. done
  349. Loading 0x212e ... done
  350. Loading 0x212f ... done
  351. Loading 0x2130 ... done
  352. Loading 0x2131 ... done
  353. Loading 0x2132 ... done
  354. Loading 0x2133 ... done
  355. Loading 0x2134 ... (GUI:E)system_if: 100 value 0.000000 ret -2
  356. left_volume = 24 right_volume = 24
  357. (GUI:D)system_if: hw vol left_level = 84 right_level = 84
  358. done
  359. Loading 0x2135 ... (GUI:D)system_if: system_if_usb_select_device, val: 1
  360. (GUI:D)system_if: system_if_select_spdif_lineout
  361. done
  362. Loading 0x2136 ... done
  363. Loading 0x2137 ... done
  364. Loading 0x2184 ... done
  365. Loading 0x21fc ... done
  366. Loading 0x257a ... done
  367. Loading PSKEY_BDADDR ... sa_thread_begin status:0
  368. done
  369. Loading PSKEY_DEVICE_NAME ... sa_thread_begin status:0
  370. done
  371. Loading PSKEY_ANA_FREQ ... done
  372. Loading PSKEY_HOST_INTERFACE ... done
  373. Loading 0x01ea ... done
  374. Loading PSKEY_PCM_CONFIG32 ... done
  375. Loading PSKEY_PCM_FORMAT ... done
  376. Loading PSKEY_LM_TEST_SEND_ACCEPTED_TWICE ... done
  377. Loading PSKEY_LC_DEFAULT_TX_POWER ... done
  378. Loading PSKEY_ANA_FREQ ... (SYS:E)mount_service: /mnt/sd_0 is already mounted
  379. done
  380. Loading PSKEY_DEEP_SLEEP_STATE ... done
  381. Loading PSKEY_DEEP_SLEEP_USE_EXTERNAL_CLOCK ... done
  382. Loading 0x2578 ... (GUI:D)system_msg_init: MOUNT:MOUNT:OK:/mnt/sd_0
  383. (GUI:D)lg_sys_messager_check: ****************************
  384. (GUI:D)lg_sys_messager_check: g_message.result = MOUNT:MOUNT:OK:/mnt/sd_0
  385. (GUI:D)lg_message_thread: SD_MOUNT_MSG
  386. done
  387. Loading 0x216d ... done
  388. Loading 0x2175 ... done
  389. Loading PSKEY_ANA_FTRIM ... done
  390. Loading 0x241a ... done
  391. Loading PSKEY_CLOCK_REQUEST_ENABLE ... done
  392. Loading PSKEY_UART_HOST_WAKE_SIGNAL ... done
  393. Loading PSKEY_UART_HOST_WAKE ... done
  394. Device setup complete
  395. (GUI:D)lg_font_ft2: construct.
  396. Powered: 1 -> 0
  397. Agent registered
  398. (GUI:D)lg_font_log: construct.
  399. (GUI:D)lg_guimain: lg_topbar_init
  400. sa_thread_begin status:0
  401. (GUI:D)lg_guimain: lg_win_manage_init
  402. (GUI:D)lg_guimain: lg_activity_mng_init
  403. (GUI:D)event_input: construct.
  404. sa_thread_begin status:0
  405. (GUI:D)lg_guimain: lg_ial_init
  406. (GUI:D)lg_system: lg_gui_init
  407. sa_thread_begin status:0
  408. BAL/D Balance module init
  409. BAL/D HiBy host magic = 79426948
  410. BAL/D HiBy host version = 1.0
  411. BAL/D construct
  412. sa_thread_begin status:0
  413. sa_thread_begin status:0
  414. (GUI:D)lg_system: lg_system_soft_init
  415. (GUI:D)system_if: 665 s_power_type 0
  416. left_volume = 24 right_volume = 24
  417. (GUI:D)system_if: hw vol left_level = 84 right_level = 84
  418. (GUI:D)lg_system: lg_system_init
  419. (GUI:D)lg_activity_mng: running activity lg_activity_launcher
Add Comment
Please, Sign In to add comment