05-20210222在WIN10下通过串口给华为海思Hi3518EV300刷机(鸿蒙系统)

05-20210222在WIN10下通过串口给华为海思Hi3518EV300刷机(鸿蒙系统)
2021/2/23 17:38


1、串口刷机工具下载:HiTool-HM-5.4.9-win32-x86_64.zip
http://www.hoperun.com/
http://www.hihope.org/
http://www.hihope.org/download/AllDocuments
资源中心


群号码:980599547
群名陈:润和HiHope鸿蒙技术交流群


https://device.harmonyos.com/cn/docs/start/introduce/oem_camera_start_example-0000001051610926
开发Hi3518第一个示例程序

https://blog.csdn.net/qq_31765191/article/details/109440523?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-10.control&dist_request_id=1ffde8f1-e87b-447f-a00f-297339d5d7b9&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-10.control
【HarmonyOS HiSpark IPC DIY Camera试用连载2 】一天内极速完成从开箱编译烧写到跑通hello world

https://bbs.elecfans.com/jishu_1995498_1_1.html
[经验] 【HarmonyOS HiSpark_IPC_DIY开发套件】hi3518编译media_sample


2、刷机:
编译完成之后,
00HiTool.bmp


01原始HiBurn.bmp


02切换芯片Hi3518EV300.bmp


03uboot文件.bmp


04uboot的配置.bmp


05+kernel.bmp


06分区表.bmp


07传输方式为串口.bmp

 


08擦除成功.bmp

 


09串口刷机.bmp


第一次刷机之后必须配置uboot(如果华为能够直接编译进uboot里面就好了!)
setenv bootcmd "sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000"
setenv bootargs "console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M"
saveenv
reset


Xshell 7 (Build 0056)
Copyright (c) 2020 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.
[C:\~]$ 

Connecting to COM6...
Connected.


hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootcmd=run distro_bootcmd
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 211/262140 bytes
hisilicon # 
hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootcmd=run distro_bootcmd
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 211/262140 bytes
hisilicon # 
hisilicon # 
hisilicon # setenv bootargs "console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M"
hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootargs=console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M
bootcmd=run distro_bootcmd
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 296/262140 bytes
hisilicon # 
hisilicon # 
hisilicon # saveenv


hisilicon # 
hisilicon # saveenv
Saving Environment to SPI Flash... Erasing SPI flash...Writing to SPI flash...done
OK
hisilicon # 
hisilicon # 
hisilicon # reset
 

 

 

 

 

串口刷机的LOG:

Platform Version: 5.4.9
HiBurn Version: 5.3
HiSilicon Technologies Co., Ltd. All rights reserved. (C) 2011-2019


Platform Version: 5.4.9
HiBurn Version: 5.3
HiSilicon Technologies Co., Ltd. All rights reserved. (C) 2011-2019

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。
# ---- 33%
# ---- 100%
Boot download completed!
     

System startup

Uncompress Ok!

U-Boot 2020.01 (Sep 02 2020 - 17:34:02 +0800)hi3518ev300

DRAM:  SPI Nor:  hifmc_ip_ver_check(54): Check Flash Memory Controller v100 ...hifmc_ip_ver_check(60):  Found
hifmc_spi_nor_probe(2070): SPI Nor ID Table Version 1.0
hifmc_spi_nor_probe(2095): SPI Nor(cs 0) ID: 0x20 0x70 0x18
hifmc_init_print(2016): Block:64KB hifmc_init_print(2017): Chip:16MB hifmc_init_print(2018): Name:"XM25QH128A"
hifmc100_spi_nor_probe(145): SPI Nor total size: 16MB
NAND:  0 MiB
Loading Environment from SPI Flash... OK
In:    serial
Out:   serial
Err:   serial
Net:   eth0
Error: eth0 address not set.

start download process.

Boot started successfully!

Send command:    getinfo version
version: U-Boot 2020.01
[EOT](OK)

Send command:    sf probe 0

Send command:    getinfo spi
[EOT](OK)
Block:64KB Chip:16MB*1 
ID:0x20 0x70 0x18 
Name:"XM25QH128A"
[EOT](OK)

Send command:    sf probe 0
[EOT](OK)

Send command:    sf erase 0x0 0x100000

Erasing at 0x10000 --   6% complete.
Erasing at 0x20000 --  12% complete.
Erasing at 0x30000 --  18% complete.
Erasing at 0x40000 --  25% complete.
Erasing at 0x50000 --  31% complete.
Erasing at 0x60000 --  37% complete.
Erasing at 0x70000 --  43% complete.
Erasing at 0x80000 --  50% complete.
Erasing at 0x90000 --  56% complete.
Erasing at 0xa0000 --  62% complete.
Erasing at 0xb0000 --  68% complete.
Erasing at 0xc0000 --  75% complete.
Erasing at 0xd0000 --  81% complete.
Erasing at 0xe0000 --  87% complete.
Erasing at 0xf0000 --  93% complete.
Erasing at 0x100000 -- 100% complete.
SF: 1048576 bytes @ 0x0 Partition fastboot Erased successfully!
Erased: OK
[EOT](OK)

Send command:    sf probe 0

Send command:    sf erase 0x100000 0x600000
[EOT](OK)

Erasing at 0x110000 --   1% complete.
Erasing at 0x120000 --   2% complete.
Erasing at 0x130000 --   3% complete.
Erasing at 0x140000 --   4% complete.
Erasing at 0x150000 --   5% complete.
Erasing at 0x160000 --   6% complete.
Erasing at 0x170000 --   7% complete.
Erasing at 0x180000 --   8% complete.
Erasing at 0x190000 --   9% complete.
Erasing at 0x1a0000 --  10% complete.
Erasing at 0x1b0000 --  11% complete.
Erasing at 0x1c0000 --  12% complete.
Erasing at 0x1d0000 --  13% complete.
Erasing at 0x1e0000 --  14% complete.
Erasing at 0x1f0000 --  15% complete.
Erasing at 0x200000 --  16% complete.
Erasing at 0x210000 --  17% complete.
Erasing at 0x220000 --  18% complete.
Erasing at 0x230000 --  19% complete.
Erasing at 0x240000 --  20% complete.
Erasing at 0x250000 --  21% complete.
Erasing at 0x260000 --  22% complete.
Erasing at 0x270000 --  23% complete.
Erasing at 0x280000 --  25% complete.
Erasing at 0x290000 --  26% complete.
Erasing at 0x2a0000 --  27% complete.
Erasing at 0x2b0000 --  28% complete.
Erasing at 0x2c0000 --  29% complete.
Erasing at 0x2d0000 --  30% complete.
Erasing at 0x2e0000 --  31% complete.
Erasing at 0x2f0000 --  32% complete.
Erasing at 0x300000 --  33% complete.
Erasing at 0x310000 --  34% complete.
Erasing at 0x320000 --  35% complete.
Erasing at 0x330000 --  36% complete.
Erasing at 0x340000 --  37% complete.
Erasing at 0x350000 --  38% complete.
Erasing at 0x360000 --  39% complete.
Erasing at 0x370000 --  40% complete.
Erasing at 0x380000 --  41% complete.
Erasing at 0x390000 --  42% complete.
Erasing at 0x3a0000 --  43% complete.
Erasing at 0x3b0000 --  44% complete.
Erasing at 0x3c0000 --  45% complete.
Erasing at 0x3d0000 --  46% complete.
Erasing at 0x3e0000 --  47% complete.
Erasing at 0x3f0000 --  48% complete.
Erasing at 0x400000 --  50% complete.
Erasing at 0x410000 --  51% complete.
Erasing at 0x420000 --  52% complete.
Erasing at 0x430000 --  53% complete.
Erasing at 0x440000 --  54% complete.
Erasing at 0x450000 --  55% complete.
Erasing at 0x460000 --  56% complete.
Erasing at 0x470000 --  57% complete.
Erasing at 0x480000 --  58% complete.
Erasing at 0x490000 --  59% complete.
Erasing at 0x4a0000 --  60% complete.
Erasing at 0x4b0000 --  61% complete.
Erasing at 0x4c0000 --  62% complete.
Erasing at 0x4d0000 --  63% complete.
Erasing at 0x4e0000 --  64% complete.
Erasing at 0x4f0000 --  65% complete.
Erasing at 0x500000 --  66% complete.
Erasing at 0x510000 --  67% complete.
Erasing at 0x520000 --  68% complete.
Erasing at 0x530000 --  69% complete.
Erasing at 0x540000 --  70% complete.
Erasing at 0x550000 --  71% complete.
Erasing at 0x560000 --  72% complete.
Erasing at 0x570000 --  73% complete.
Erasing at 0x580000 --  75% complete.
Erasing at 0x590000 --  76% complete.
Erasing at 0x5a0000 --  77% complete.
Erasing at 0x5b0000 --  78% complete.
Erasing at 0x5c0000 --  79% complete.
Erasing at 0x5d0000 --  80% complete.
Erasing at 0x5e0000 --  81% complete.
Erasing at 0x5f0000 --  82% complete.
Erasing at 0x600000 --  83% complete.
Erasing at 0x610000 --  84% complete.
Erasing at 0x620000 --  85% complete.
Erasing at 0x630000 --  86% complete.
Erasing at 0x640000 --  87% complete.
Erasing at 0x650000 --  88% complete.
Erasing at 0x660000 --  89% complete.
Erasing at 0x670000 --  90% complete.
Erasing at 0x680000 --  91% complete.
Erasing at 0x690000 --  92% complete.
Erasing at 0x6a0000 --  93% complete.
Erasing at 0x6b0000 --  94% complete.
Erasing at 0x6c0000 --  95% complete.
Erasing at 0x6d0000 --  96% complete.
Erasing at 0x6e0000 --  97% complete.
Erasing at 0x6f0000 --  98% complete.
Erasing at 0x700000 -- 100% complete.
SF: 6291456 bytes @ 0x10Partition OHOS_Image Erased successfully!
0000 Erased: OK
[EOT](OK)

Send command:    sf probe 0

Send command:    sf erase 0x700000 0x800000
[EOT](OK)

Erasing at 0x710000 --   0% complete.
Erasing at 0x720000 --   1% complete.
Erasing at 0x730000 --   2% complete.
Erasing at 0x740000 --   3% complete.
Erasing at 0x760000 --   4% complete.
Erasing at 0x770000 --   5% complete.
Erasing at 0x780000 --   6% complete.
Erasing at 0x790000 --   7% complete.
Erasing at 0x7b0000 --   8% complete.
Erasing at 0x7c0000 --   9% complete.
Erasing at 0x7d0000 --  10% complete.
Erasing at 0x7f0000 --  11% complete.
Erasing at 0x800000 --  12% complete.
Erasing at 0x810000 --  13% complete.
Erasing at 0x820000 --  14% complete.
Erasing at 0x840000 --  15% complete.
Erasing at 0x850000 --  16% complete.
Erasing at 0x860000 --  17% complete.
Erasing at 0x880000 --  18% complete.
Erasing at 0x890000 --  19% complete.
Erasing at 0x8a0000 --  20% complete.
Erasing at 0x8b0000 --  21% complete.
Erasing at 0x8d0000 --  22% complete.
Erasing at 0x8e0000 --  23% complete.
Erasing at 0x8f0000 --  24% complete.
Erasing at 0x900000 --  25% complete.
Erasing at 0x920000 --  26% complete.
Erasing at 0x930000 --  27% complete.
Erasing at 0x940000 --  28% complete.
Erasing at 0x960000 --  29% complete.
Erasing at 0x970000 --  30% complete.
Erasing at 0x980000 --  31% complete.
Erasing at 0x990000 --  32% complete.
Erasing at 0x9b0000 --  33% complete.
Erasing at 0x9c0000 --  34% complete.
Erasing at 0x9d0000 --  35% complete.
Erasing at 0x9f0000 --  36% complete.
Erasing at 0xa00000 --  37% complete.
Erasing at 0xa10000 --  38% complete.
Erasing at 0xa20000 --  39% complete.
Erasing at 0xa40000 --  40% complete.
Erasing at 0xa50000 --  41% complete.
Erasing at 0xa60000 --  42% complete.
Erasing at 0xa80000 --  43% complete.
Erasing at 0xa90000 --  44% complete.
Erasing at 0xaa0000 --  45% complete.
Erasing at 0xab0000 --  46% complete.
Erasing at 0xad0000 --  47% complete.
Erasing at 0xae0000 --  48% complete.
Erasing at 0xaf0000 --  49% complete.
Erasing at 0xb00000 --  50% complete.
Erasing at 0xb20000 --  51% complete.
Erasing at 0xb30000 --  52% complete.
Erasing at 0xb40000 --  53% complete.
Erasing at 0xb60000 --  54% complete.
Erasing at 0xb70000 --  55% complete.
Erasing at 0xb80000 --  56% complete.
Erasing at 0xb90000 --  57% complete.
Erasing at 0xbb0000 --  58% complete.
Erasing at 0xbc0000 --  59% complete.
Erasing at 0xbd0000 --  60% complete.
Erasing at 0xbf0000 --  61% complete.
Erasing at 0xc00000 --  62% complete.
Erasing at 0xc10000 --  63% complete.
Erasing at 0xc20000 --  64% complete.
Erasing at 0xc40000 --  65% complete.
Erasing at 0xc50000 --  66% complete.
Erasing at 0xc60000 --  67% complete.
Erasing at 0xc80000 --  68% complete.
Erasing at 0xc90000 --  69% complete.
Erasing at 0xca0000 --  70% complete.
Erasing at 0xcb0000 --  71% complete.
Erasing at 0xcd0000 --  72% complete.
Erasing at 0xce0000 --  73% complete.
Erasing at 0xcf0000 --  74% complete.
Erasing at 0xd00000 --  75% complete.
Erasing at 0xd20000 --  76% complete.
Erasing at 0xd30000 --  77% complete.
Erasing at 0xd40000 --  78% complete.
Erasing at 0xd60000 --  79% complete.
Erasing at 0xd70000 --  80% complete.
Erasing at 0xd80000 --  81% complete.
Erasing at 0xd90000 --  82% complete.
Erasing at 0xdb0000 --  83% complete.
Erasing at 0xdc0000 --  84% complete.
Erasing at 0xdd0000 --  85% complete.
Erasing at 0xdf0000 --  86% complete.
Erasing at 0xe00000 --  87% complete.
Erasing at 0xe10000 --  88% complete.
Erasing at 0xe20000 --  89% complete.
Erasing at 0xe40000 --  90% complete.
Erasing at 0xe50000 --  91% complete.
Erasing at 0xe60000 --  92% complete.
Erasing at 0xe80000 --  93% complete.
Erasing at 0xe90000 --  94% complete.
Erasing at 0xea0000 --  95% complete.
Erasing at 0xeb0000 --  96% complete.
Erasing at 0xed0000 --  97% complete.
Erasing at 0xee0000 --  98% complete.
Erasing at 0xef0000 --  99% complete.
Erasing at 0xf00000 -- 100% complete.
SF: 8388608 bytes @ 0x70Partition rootfs Erased successfully!
0000 Erased: OK
[EOT](OK)

Send command:    sf probe 0

Send command:    sf erase 0xf00000 0x100000
[EOT](OK)

Erasing at 0xf10000 --   6% complete.
Erasing at 0xf20000 --  12% complete.
Erasing at 0xf30000 --  18% complete.
Erasing at 0xf40000 --  25% complete.
Erasing at 0xf50000 --  31% complete.
Erasing at 0xf60000 --  37% complete.
Erasing at 0xf70000 --  43% complete.
Erasing at 0xf80000 --  50% complete.
Erasing at 0xf90000 --  56% complete.
Erasing at 0xfa0000 --  62% complete.
Erasing at 0xfb0000 --  68% complete.
Erasing at 0xfc0000 --  75% complete.
Erasing at 0xfd0000 --  81% complete.
Erasing at 0xfe0000 --  87% complete.
Erasing at 0xff0000 --  93% complete.
Erasing at 0x1000000 -- 100% complete.
SF: 1048576 bytes @ 0xfPartition userfs Erased successfully!
00000 Erased: OK
[EOT](OK)

Send command:    reset

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。
########################### ---- 10%
########################## ---- 20%
########################## ---- 30%
########################## ---- 40%
########################## ---- 50%
########################## ---- 60%
########################## ---- 70%
########################## ---- 80%
########################## ---- 91%
####################### ---- 100%
Boot download completed!
     

System startup

Uncompress Ok!

U-Boot 2020.01 (Sep 02 2020 - 17:34:02 +0800)hi3518ev300

DRAM:  SPI Nor:  hifmc_ip_ver_check(54): Check Flash Memory Controller v100 ...hifmc_ip_ver_check(60):  Found
hifmc_spi_nor_probe(2070): SPI Nor ID Table Version 1.0
hifmc_spi_nor_probe(2095): SPI Nor(cs 0) ID: 0x20 0x70 0x18
hifmc_init_print(2016): Block:64KB hifmc_init_print(2017): Chip:16MB hifmc_init_print(2018): Name:"XM25QH128A"
hifmc100_spi_nor_probe(145): SPI Nor total size: 16MB
NAND:  0 MiB
Loading Environment from SPI Flash... *** Warning - bad CRC, using default environment

Loading Environment from NAND... *** Warning - readenv() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   eth0
Error: eth0 address not set.

start download process.

Boot started successfully!

Send command:    getinfo version
version: U-Boot 2020.01
[EOT](OK)

Send command:    getinfo bootmode
spi
[EOT](OK)

Send command:    sf probe 0

Send command:    getinfo spi
[EOT](OK)
Block:64KB Chip:16MB*1 
ID:0x20 0x70 0x18 
Name:"XM25QH128A"
[EOT](OK)

Send command:    sf probe 0

Send command:    sf erase 0x0 0x100000
[EOT](OK)

Erasing at 0x10000 --   6% complete.
Erasing at 0x20000 --  12% complete.
Erasing at 0x30000 --  18% complete.
Erasing at 0x40000 --  25% complete.
Erasing at 0x50000 --  31% complete.
Erasing at 0x60000 --  37% complete.
Erasing at 0x70000 --  43% complete.
Erasing at 0x80000 --  50% complete.
Erasing at 0x90000 --  56% complete.
Erasing at 0xa0000 --  62% complete.
Erasing at 0xb0000 --  68% complete.
Erasing at 0xc0000 --  75% complete.
Erasing at 0xd0000 --  81% complete.
Erasing at 0xe0000 --  87% complete.
Erasing at 0xf0000 --  93% complete.
Erasing at 0x100000 -- 100% complete.
SF: 1048576 bytes @ 0x0 
Send command:    sf write 0x41000000 0x0 0x40000
Erased: OK
[EOT](OK)
device 0 offset 0x0, size 0x40000

Writing at 0x10000 --  25% complete.
Writing at 0x20000 --  50% complete.
Writing at 0x30000 --  75% complete.
Writing at 0x40000 -- 100% complete.
SF: 262144 bytes @ 0x0 Written: OK
[EOT](OK)

Send command:    mw.b 0x41000000 0xFF 0x3e0000
[EOT](OK)
[Download File by Serial]
file = Z:\code3518\out\ipcamera_hi3518ev300\OHOS_Image.bin
address = 41000000
Serial Download Command = Z:\code3518\out\ipcamera_hi3518ev300\OHOS_Image.bin
                    length=4059980
                    isSBL=false
start Load Data
## Ready for binary (ymodem) download to 0x41000000 at 115200 bps...
C###############################################################  ---- 1.59%
################################################################  ---- 3.20%
################################################################  ---- 4.82%
################################################################  ---- 6.43%
################################################################  ---- 8.05%
################################################################  ---- 9.66%
################################################################  ---- 11.27%
################################################################  ---- 12.89%
################################################################  ---- 14.50%
################################################################  ---- 16.12%
################################################################  ---- 17.73%
################################################################  ---- 19.35%
################################################################  ---- 20.96%
################################################################  ---- 22.57%
################################################################  ---- 24.19%
################################################################  ---- 25.80%
################################################################  ---- 27.42%
################################################################  ---- 29.03%
################################################################  ---- 30.64%
################################################################  ---- 32.26%
################################################################  ---- 33.87%
################################################################  ---- 35.49%
################################################################  ---- 37.10%
################################################################  ---- 38.72%
################################################################  ---- 40.33%
################################################################  ---- 41.94%
################################################################  ---- 43.56%
################################################################  ---- 45.17%
################################################################  ---- 46.79%
################################################################  ---- 48.40%
################################################################  ---- 50.01%
################################################################  ---- 51.63%
################################################################  ---- 53.24%
################################################################  ---- 54.86%
################################################################  ---- 56.47%
################################################################  ---- 58.09%
################################################################  ---- 59.70%
################################################################  ---- 61.31%
################################################################  ---- 62.93%
################################################################  ---- 64.54%
################################################################  ---- 66.16%
################################################################  ---- 67.77%
################################################################  ---- 69.39%
################################################################  ---- 71.00%
################################################################  ---- 72.61%
################################################################  ---- 74.23%
################################################################  ---- 75.84%
################################################################  ---- 77.46%
################################################################  ---- 79.07%
################################################################  ---- 80.68%
################################################################  ---- 82.30%
################################################################  ---- 83.91%
################################################################  ---- 85.53%
################################################################  ---- 87.14%
################################################################  ---- 88.76%
################################################################  ---- 90.37%
################################################################  ---- 91.98%
################################################################  ---- 93.60%
################################################################  ---- 95.21%
################################################################  ---- 96.83%
################################################################  ---- 98.44%
##############################################################  ---- 100.00%
loady success.

Send command:    sf probe 0
[EOT](OK)

Send command:    sf erase 0x100000 0x600000

Erasing at 0x110000 --   1% complete.
Erasing at 0x120000 --   2% complete.
Erasing at 0x130000 --   3% complete.
Erasing at 0x140000 --   4% complete.
Erasing at 0x150000 --   5% complete.
Erasing at 0x160000 --   6% complete.
Erasing at 0x170000 --   7% complete.
Erasing at 0x180000 --   8% complete.
Erasing at 0x190000 --   9% complete.
Erasing at 0x1a0000 --  10% complete.
Erasing at 0x1b0000 --  11% complete.
Erasing at 0x1c0000 --  12% complete.
Erasing at 0x1d0000 --  13% complete.
Erasing at 0x1e0000 --  14% complete.
Erasing at 0x1f0000 --  15% complete.
Erasing at 0x200000 --  16% complete.
Erasing at 0x210000 --  17% complete.
Erasing at 0x220000 --  18% complete.
Erasing at 0x230000 --  19% complete.
Erasing at 0x240000 --  20% complete.
Erasing at 0x250000 --  21% complete.
Erasing at 0x260000 --  22% complete.
Erasing at 0x270000 --  23% complete.
Erasing at 0x280000 --  25% complete.
Erasing at 0x290000 --  26% complete.
Erasing at 0x2a0000 --  27% complete.
Erasing at 0x2b0000 --  28% complete.
Erasing at 0x2c0000 --  29% complete.
Erasing at 0x2d0000 --  30% complete.
Erasing at 0x2e0000 --  31% complete.
Erasing at 0x2f0000 --  32% complete.
Erasing at 0x300000 --  33% complete.
Erasing at 0x310000 --  34% complete.
Erasing at 0x320000 --  35% complete.
Erasing at 0x330000 --  36% complete.
Erasing at 0x340000 --  37% complete.
Erasing at 0x350000 --  38% complete.
Erasing at 0x360000 --  39% complete.
Erasing at 0x370000 --  40% complete.
Erasing at 0x380000 --  41% complete.
Erasing at 0x390000 --  42% complete.
Erasing at 0x3a0000 --  43% complete.
Erasing at 0x3b0000 --  44% complete.
Erasing at 0x3c0000 --  45% complete.
Erasing at 0x3d0000 --  46% complete.
Erasing at 0x3e0000 --  47% complete.
Erasing at 0x3f0000 --  48% complete.
Erasing at 0x400000 --  50% complete.
Erasing at 0x410000 --  51% complete.
Erasing at 0x420000 --  52% complete.
Erasing at 0x430000 --  53% complete.
Erasing at 0x440000 --  54% complete.
Erasing at 0x450000 --  55% complete.
Erasing at 0x460000 --  56% complete.
Erasing at 0x470000 --  57% complete.
Erasing at 0x480000 --  58% complete.
Erasing at 0x490000 --  59% complete.
Erasing at 0x4a0000 --  60% complete.
Erasing at 0x4b0000 --  61% complete.
Erasing at 0x4c0000 --  62% complete.
Erasing at 0x4d0000 --  63% complete.
Erasing at 0x4e0000 --  64% complete.
Erasing at 0x4f0000 --  65% complete.
Erasing at 0x500000 --  66% complete.
Erasing at 0x510000 --  67% complete.
Erasing at 0x520000 --  68% complete.
Erasing at 0x530000 --  69% complete.
Erasing at 0x540000 --  70% complete.
Erasing at 0x550000 --  71% complete.
Erasing at 0x560000 --  72% complete.
Erasing at 0x570000 --  73% complete.
Erasing at 0x580000 --  75% complete.
Erasing at 0x590000 --  76% complete.
Erasing at 0x5a0000 --  77% complete.
Erasing at 0x5b0000 --  78% complete.
Erasing at 0x5c0000 --  79% complete.
Erasing at 0x5d0000 --  80% complete.
Erasing at 0x5e0000 --  81% complete.
Erasing at 0x5f0000 --  82% complete.
Erasing at 0x600000 --  83% complete.
Erasing at 0x610000 --  84% complete.
Erasing at 0x620000 --  85% complete.
Erasing at 0x630000 --  86% complete.
Erasing at 0x640000 --  87% complete.
Erasing at 0x650000 --  88% complete.
Erasing at 0x660000 --  89% complete.
Erasing at 0x670000 --  90% complete.
Erasing at 0x680000 --  91% complete.
Erasing at 0x690000 --  92% complete.
Erasing at 0x6a0000 --  93% complete.
Erasing at 0x6b0000 --  94% complete.
Erasing at 0x6c0000 --  95% complete.
Erasing at 0x6d0000 --  96% complete.
Erasing at 0x6e0000 --  97% complete.
Erasing at 0x6f0000 --  98% complete.
Erasing at 0x700000 -- 100% complete.
SF: 6291456 bytes @ 0x10
Send command:    sf write 0x41000000 0x100000 0x3e0000
0000 Erased: OK
[EOT](OK)
device 0 offset 0x100000, size 0x3e0000

Writing at 0x110000 --   1% complete.
Writing at 0x120000 --   3% complete.
Writing at 0x130000 --   4% complete.
Writing at 0x140000 --   6% complete.
Writing at 0x150000 --   8% complete.
Writing at 0x160000 --   9% complete.
Writing at 0x170000 --  11% complete.
Writing at 0x180000 --  12% complete.
Writing at 0x190000 --  14% complete.
Writing at 0x1a0000 --  16% complete.
Writing at 0x1b0000 --  17% complete.
Writing at 0x1c0000 --  19% complete.
Writing at 0x1d0000 --  20% complete.
Writing at 0x1e0000 --  22% complete.
Writing at 0x1f0000 --  24% complete.
Writing at 0x200000 --  25% complete.
Writing at 0x210000 --  27% complete.
Writing at 0x220000 --  29% complete.
Writing at 0x230000 --  30% complete.
Writing at 0x240000 --  32% complete.
Writing at 0x250000 --  33% complete.
Writing at 0x260000 --  35% complete.
Writing at 0x270000 --  37% complete.
Writing at 0x280000 --  38% complete.
Writing at 0x290000 --  40% complete.
Writing at 0x2a0000 --  41% complete.
Writing at 0x2b0000 --  43% complete.
Writing at 0x2c0000 --  45% complete.
Writing at 0x2d0000 --  46% complete.
Writing at 0x2e0000 --  48% complete.
Writing at 0x2f0000 --  50% complete.
Writing at 0x300000 --  51% complete.
Writing at 0x310000 --  53% complete.
Writing at 0x320000 --  54% complete.
Writing at 0x330000 --  56% complete.
Writing at 0x340000 --  58% complete.
Writing at 0x350000 --  59% complete.
Writing at 0x360000 --  61% complete.
Writing at 0x370000 --  62% complete.
Writing at 0x380000 --  64% complete.
Writing at 0x390000 --  66% complete.
Writing at 0x3a0000 --  67% complete.
Writing at 0x3b0000 --  69% complete.
Writing at 0x3c0000 --  70% complete.
Writing at 0x3d0000 --  72% complete.
Writing at 0x3e0000 --  74% complete.
Writing at 0x3f0000 --  75% complete.
Writing at 0x400000 --  77% complete.
Writing at 0x410000 --  79% complete.
Writing at 0x420000 --  80% complete.
Writing at 0x430000 --  82% complete.
Writing at 0x440000 --  83% complete.
Writing at 0x450000 --  85% complete.
Writing at 0x460000 --  87% complete.
Writing at 0x470000 --  88% complete.
Writing at 0x480000 --  90% complete.
Writing at 0x490000 --  91% complete.
Writing at 0x4a0000 --  93% complete.
Writing at 0x4b0000 --  95% complete.
Writing at 0x4c0000 --  96% complete.
Writing at 0x4d0000 --  98% complete.
Writing at 0x4e0000 -- 100% complete.
SF: 4063232 bytes @ 0x100000 Written: OK
[EOT](OK)
Partition OHOS_Image burnt successfully!

Send command:    mw.b 0x41000000 0xFF 0x670000
[EOT](OK)
[Download File by Serial]
file = Z:\code3518\out\ipcamera_hi3518ev300\rootfs.img
address = 41000000
Serial Download Command = Z:\code3518\out\ipcamera_hi3518ev300\rootfs.img
                    length=6725312
                    isSBL=false
start Load Data
## Ready for binary (ymodem) download to 0x41000000 at 115200 bps...
C###############################################################  ---- 0.96%
################################################################  ---- 1.93%
################################################################  ---- 2.91%
################################################################  ---- 3.88%
################################################################  ---- 4.86%
################################################################  ---- 5.83%
################################################################  ---- 6.81%
################################################################  ---- 7.78%
################################################################  ---- 8.75%
################################################################  ---- 9.73%
################################################################  ---- 10.70%
################################################################  ---- 11.68%
################################################################  ---- 12.65%
################################################################  ---- 13.63%
################################################################  ---- 14.60%
################################################################  ---- 15.58%
################################################################  ---- 16.55%
################################################################  ---- 17.53%
################################################################  ---- 18.50%
################################################################  ---- 19.47%
################################################################  ---- 20.45%
################################################################  ---- 21.42%
################################################################  ---- 22.40%
################################################################  ---- 23.37%
################################################################  ---- 24.35%
################################################################  ---- 25.32%
################################################################  ---- 26.30%
################################################################  ---- 27.27%
################################################################  ---- 28.24%
################################################################  ---- 29.22%
################################################################  ---- 30.19%
################################################################  ---- 31.17%
################################################################  ---- 32.14%
################################################################  ---- 33.12%
################################################################  ---- 34.09%
################################################################  ---- 35.07%
################################################################  ---- 36.04%
################################################################  ---- 37.01%
################################################################  ---- 37.99%
################################################################  ---- 38.96%
################################################################  ---- 39.94%
################################################################  ---- 40.91%
################################################################  ---- 41.89%
################################################################  ---- 42.86%
################################################################  ---- 43.84%
################################################################  ---- 44.81%
################################################################  ---- 45.78%
################################################################  ---- 46.76%
################################################################  ---- 47.73%
################################################################  ---- 48.71%
################################################################  ---- 49.68%
################################################################  ---- 50.66%
################################################################  ---- 51.63%
################################################################  ---- 52.61%
################################################################  ---- 53.58%
################################################################  ---- 54.55%
################################################################  ---- 55.53%
################################################################  ---- 56.50%
################################################################  ---- 57.48%
################################################################  ---- 58.45%
################################################################  ---- 59.43%
################################################################  ---- 60.40%
################################################################  ---- 61.38%
################################################################  ---- 62.35%
################################################################  ---- 63.33%
################################################################  ---- 64.30%
################################################################  ---- 65.27%
################################################################  ---- 66.25%
################################################################  ---- 67.22%
################################################################  ---- 68.20%
################################################################  ---- 69.17%
################################################################  ---- 70.15%
################################################################  ---- 71.12%
################################################################  ---- 72.10%
################################################################  ---- 73.07%
################################################################  ---- 74.04%
################################################################  ---- 75.02%
################################################################  ---- 75.99%
################################################################  ---- 76.97%
################################################################  ---- 77.94%
################################################################  ---- 78.92%
################################################################  ---- 79.89%
################################################################  ---- 80.87%
################################################################  ---- 81.84%
################################################################  ---- 82.81%
################################################################  ---- 83.79%
################################################################  ---- 84.76%
################################################################  ---- 85.74%
################################################################  ---- 86.71%
################################################################  ---- 87.69%
################################################################  ---- 88.66%
################################################################  ---- 89.64%
################################################################  ---- 90.61%
################################################################  ---- 91.58%
################################################################  ---- 92.56%
################################################################  ---- 93.53%
################################################################  ---- 94.51%
################################################################  ---- 95.48%
################################################################  ---- 96.46%
################################################################  ---- 97.43%
################################################################  ---- 98.41%
################################################################  ---- 99.38%
#########################################  ---- 100.00%
loady success.

Send command:    sf probe 0
[EOT](OK)

Send command:    sf erase 0x700000 0x800000

Erasing at 0x710000 --   0% complete.
Erasing at 0x720000 --   1% complete.
Erasing at 0x730000 --   2% complete.
Erasing at 0x740000 --   3% complete.
Erasing at 0x760000 --   4% complete.
Erasing at 0x770000 --   5% complete.
Erasing at 0x780000 --   6% complete.
Erasing at 0x790000 --   7% complete.
Erasing at 0x7b0000 --   8% complete.
Erasing at 0x7c0000 --   9% complete.
Erasing at 0x7d0000 --  10% complete.
Erasing at 0x7f0000 --  11% complete.
Erasing at 0x800000 --  12% complete.
Erasing at 0x810000 --  13% complete.
Erasing at 0x820000 --  14% complete.
Erasing at 0x840000 --  15% complete.
Erasing at 0x850000 --  16% complete.
Erasing at 0x860000 --  17% complete.
Erasing at 0x880000 --  18% complete.
Erasing at 0x890000 --  19% complete.
Erasing at 0x8a0000 --  20% complete.
Erasing at 0x8b0000 --  21% complete.
Erasing at 0x8d0000 --  22% complete.
Erasing at 0x8e0000 --  23% complete.
Erasing at 0x8f0000 --  24% complete.
Erasing at 0x900000 --  25% complete.
Erasing at 0x920000 --  26% complete.
Erasing at 0x930000 --  27% complete.
Erasing at 0x940000 --  28% complete.
Erasing at 0x960000 --  29% complete.
Erasing at 0x970000 --  30% complete.
Erasing at 0x980000 --  31% complete.
Erasing at 0x990000 --  32% complete.
Erasing at 0x9b0000 --  33% complete.
Erasing at 0x9c0000 --  34% complete.
Erasing at 0x9d0000 --  35% complete.
Erasing at 0x9f0000 --  36% complete.
Erasing at 0xa00000 --  37% complete.
Erasing at 0xa10000 --  38% complete.
Erasing at 0xa20000 --  39% complete.
Erasing at 0xa40000 --  40% complete.
Erasing at 0xa50000 --  41% complete.
Erasing at 0xa60000 --  42% complete.
Erasing at 0xa80000 --  43% complete.
Erasing at 0xa90000 --  44% complete.
Erasing at 0xaa0000 --  45% complete.
Erasing at 0xab0000 --  46% complete.
Erasing at 0xad0000 --  47% complete.
Erasing at 0xae0000 --  48% complete.
Erasing at 0xaf0000 --  49% complete.
Erasing at 0xb00000 --  50% complete.
Erasing at 0xb20000 --  51% complete.
Erasing at 0xb30000 --  52% complete.
Erasing at 0xb40000 --  53% complete.
Erasing at 0xb60000 --  54% complete.
Erasing at 0xb70000 --  55% complete.
Erasing at 0xb80000 --  56% complete.
Erasing at 0xb90000 --  57% complete.
Erasing at 0xbb0000 --  58% complete.
Erasing at 0xbc0000 --  59% complete.
Erasing at 0xbd0000 --  60% complete.
Erasing at 0xbf0000 --  61% complete.
Erasing at 0xc00000 --  62% complete.
Erasing at 0xc10000 --  63% complete.
Erasing at 0xc20000 --  64% complete.
Erasing at 0xc40000 --  65% complete.
Erasing at 0xc50000 --  66% complete.
Erasing at 0xc60000 --  67% complete.
Erasing at 0xc80000 --  68% complete.
Erasing at 0xc90000 --  69% complete.
Erasing at 0xca0000 --  70% complete.
Erasing at 0xcb0000 --  71% complete.
Erasing at 0xcd0000 --  72% complete.
Erasing at 0xce0000 --  73% complete.
Erasing at 0xcf0000 --  74% complete.
Erasing at 0xd00000 --  75% complete.
Erasing at 0xd20000 --  76% complete.
Erasing at 0xd30000 --  77% complete.
Erasing at 0xd40000 --  78% complete.
Erasing at 0xd60000 --  79% complete.
Erasing at 0xd70000 --  80% complete.
Erasing at 0xd80000 --  81% complete.
Erasing at 0xd90000 --  82% complete.
Erasing at 0xdb0000 --  83% complete.
Erasing at 0xdc0000 --  84% complete.
Erasing at 0xdd0000 --  85% complete.
Erasing at 0xdf0000 --  86% complete.
Erasing at 0xe00000 --  87% complete.
Erasing at 0xe10000 --  88% complete.
Erasing at 0xe20000 --  89% complete.
Erasing at 0xe40000 --  90% complete.
Erasing at 0xe50000 --  91% complete.
Erasing at 0xe60000 --  92% complete.
Erasing at 0xe80000 --  93% complete.
Erasing at 0xe90000 --  94% complete.
Erasing at 0xea0000 --  95% complete.
Erasing at 0xeb0000 --  96% complete.
Erasing at 0xed0000 --  97% complete.
Erasing at 0xee0000 --  98% complete.
Erasing at 0xef0000 --  99% complete.
Erasing at 0xf00000 -- 100% complete.
SF: 8388608 bytes @ 0x70
Send command:    sf write 0x41000000 0x700000 0x670000
0000 Erased: OK
[EOT](OK)
device 0 offset 0x700000, size 0x670000

Writing at 0x710000 --   0% complete.
Writing at 0x720000 --   1% complete.
Writing at 0x730000 --   2% complete.
Writing at 0x740000 --   3% complete.
Writing at 0x750000 --   4% complete.
Writing at 0x760000 --   5% complete.
Writing at 0x770000 --   6% complete.
Writing at 0x780000 --   7% complete.
Writing at 0x790000 --   8% complete.
Writing at 0x7a0000 --   9% complete.
Writing at 0x7b0000 --  10% complete.
Writing at 0x7c0000 --  11% complete.
Writing at 0x7d0000 --  12% complete.
Writing at 0x7e0000 --  13% complete.
Writing at 0x7f0000 --  14% complete.
Writing at 0x800000 --  15% complete.
Writing at 0x810000 --  16% complete.
Writing at 0x820000 --  17% complete.
Writing at 0x830000 --  18% complete.
Writing at 0x840000 --  19% complete.
Writing at 0x850000 --  20% complete.
Writing at 0x860000 --  21% complete.
Writing at 0x870000 --  22% complete.
Writing at 0x880000 --  23% complete.
Writing at 0x890000 --  24% complete.
Writing at 0x8a0000 --  25% complete.
Writing at 0x8b0000 --  26% complete.
Writing at 0x8c0000 --  27% complete.
Writing at 0x8d0000 --  28% complete.
Writing at 0x8e0000 --  29% complete.
Writing at 0x8f0000 --  30% complete.
Writing at 0x900000 --  31% complete.
Writing at 0x910000 --  32% complete.
Writing at 0x920000 --  33% complete.
Writing at 0x940000 --  34% complete.
Writing at 0x950000 --  35% complete.
Writing at 0x960000 --  36% complete.
Writing at 0x970000 --  37% complete.
Writing at 0x980000 --  38% complete.
Writing at 0x990000 --  39% complete.
Writing at 0x9a0000 --  40% complete.
Writing at 0x9b0000 --  41% complete.
Writing at 0x9c0000 --  42% complete.
Writing at 0x9d0000 --  43% complete.
Writing at 0x9e0000 --  44% complete.
Writing at 0x9f0000 --  45% complete.
Writing at 0xa00000 --  46% complete.
Writing at 0xa10000 --  47% complete.
Writing at 0xa20000 --  48% complete.
Writing at 0xa30000 --  49% complete.
Writing at 0xa40000 --  50% complete.
Writing at 0xa50000 --  51% complete.
Writing at 0xa60000 --  52% complete.
Writing at 0xa70000 --  53% complete.
Writing at 0xa80000 --  54% complete.
Writing at 0xa90000 --  55% complete.
Writing at 0xaa0000 --  56% complete.
Writing at 0xab0000 --  57% complete.
Writing at 0xac0000 --  58% complete.
Writing at 0xad0000 --  59% complete.
Writing at 0xae0000 --  60% complete.
Writing at 0xaf0000 --  61% complete.
Writing at 0xb00000 --  62% complete.
Writing at 0xb10000 --  63% complete.
Writing at 0xb20000 --  64% complete.
Writing at 0xb30000 --  65% complete.
Writing at 0xb40000 --  66% complete.
Writing at 0xb60000 --  67% complete.
Writing at 0xb70000 --  68% complete.
Writing at 0xb80000 --  69% complete.
Writing at 0xb90000 --  70% complete.
Writing at 0xba0000 --  71% complete.
Writing at 0xbb0000 --  72% complete.
Writing at 0xbc0000 --  73% complete.
Writing at 0xbd0000 --  74% complete.
Writing at 0xbe0000 --  75% complete.
Writing at 0xbf0000 --  76% complete.
Writing at 0xc00000 --  77% complete.
Writing at 0xc10000 --  78% complete.
Writing at 0xc20000 --  79% complete.
Writing at 0xc30000 --  80% complete.
Writing at 0xc40000 --  81% complete.
Writing at 0xc50000 --  82% complete.
Writing at 0xc60000 --  83% complete.
Writing at 0xc70000 --  84% complete.
Writing at 0xc80000 --  85% complete.
Writing at 0xc90000 --  86% complete.
Writing at 0xca0000 --  87% complete.
Writing at 0xcb0000 --  88% complete.
Writing at 0xcc0000 --  89% complete.
Writing at 0xcd0000 --  90% complete.
Writing at 0xce0000 --  91% complete.
Writing at 0xcf0000 --  92% complete.
Writing at 0xd00000 --  93% complete.
Writing at 0xd10000 --  94% complete.
Writing at 0xd20000 --  95% complete.
Writing at 0xd30000 --  96% complete.
Writing at 0xd40000 --  97% complete.
Writing at 0xd50000 --  98% complete.
Writing at 0xd60000 --  99% complete.
Writing at 0xd70000 -- 100% complete.
SF: 6750208 bytes @ 0x700000 Written: OK
[EOT](OK)
Partition rootfs burnt successfully!

Send command:    mw.b 0x41000000 0xFF 0x10000
[EOT](OK)
[Download File by Serial]
file = Z:\code3518\out\ipcamera_hi3518ev300\userfs.img
address = 41000000
Serial Download Command = Z:\code3518\out\ipcamera_hi3518ev300\userfs.img
                    length=3040
                    isSBL=false
start Load Data
## Ready for binary (ymodem) download to 0x41000000 at 115200 bps...
C###  ---- 100.00%
loady success.

Send command:    sf probe 0

Send command:    sf erase 0xf00000 0x100000
[EOT](OK)

Erasing at 0xf10000 --   6% complete.
Erasing at 0xf20000 --  12% complete.
Erasing at 0xf30000 --  18% complete.
Erasing at 0xf40000 --  25% complete.
Erasing at 0xf50000 --  31% complete.
Erasing at 0xf60000 --  37% complete.
Erasing at 0xf70000 --  43% complete.
Erasing at 0xf80000 --  50% complete.
Erasing at 0xf90000 --  56% complete.
Erasing at 0xfa0000 --  62% complete.
Erasing at 0xfb0000 --  68% complete.
Erasing at 0xfc0000 --  75% complete.
Erasing at 0xfd0000 --  81% complete.
Erasing at 0xfe0000 --  87% complete.
Erasing at 0xff0000 --  93% complete.
Erasing at 0x1000000 -- 100% complete.
SF: 1048576 bytes @ 0xf
Send command:    sf write 0x41000000 0xf00000 0x10000
00000 Erased: OK
[EOT](OK)
device 0 offset 0xf00000, size 0x10000

Writing at 0xf10000 -- 100% complete.
SF: 65536 bytes @ 0xf00000 Written: OK
[EOT](OK)
Partition userfs burnt successfully!

Send command:    reset
Partition burnt completed!
 

 

 


刷机之后启动的LOG:

[BEGIN] 2021/2/23 17:34:03

hisilicon # 
hisilicon # 
hisilicon #   
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootcmd=run distro_bootcmd
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 211/262140 bytes
hisilicon # 
hisilicon # setenv bootcmd "sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000"
hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootcmd=sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 254/262140 bytes
hisilicon # 
hisilicon # setenv bootargs "console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M"
hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootargs=console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M
bootcmd=sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 339/262140 bytes
hisilicon # 
hisilicon # 
hisilicon # saveenv
Saving Environment to SPI Flash... Erasing SPI flash...Writing to SPI flash...done
OK
hisilicon # 
hisilicon # 
hisilicon # print
arch=arm
baudrate=115200
board=hi3518ev300
board_name=hi3518ev300
bootargs=console=ttyAMA0,115200n8 root=flash fstype=jffs2 rw rootaddr=7M rootsize=8M
bootcmd=sf probe 0;sf read 0x40000000 0x100000 0x600000;go 0x40000000
bootdelay=2
cpu=armv7
ethact=eth0
soc=hi3518ev300
stderr=serial
stdin=serial
stdout=serial
vendor=hisilicon
verify=n

Environment size: 339/262140 bytes
hisilicon # 
hisilicon # 
hisilicon # reset
resetting ...
                         


System startup

Uncompress Ok!

U-Boot 2020.01 (Sep 02 2020 - 17:34:02 +0800)hi3518ev300

DRAM:  SPI Nor:  hifmc_ip_ver_check(54): Check Flash Memory Controller v100 ...hifmc_ip_ver_check(60):  Found
hifmc_spi_nor_probe(2070): SPI Nor ID Table Version 1.0
hifmc_spi_nor_probe(2095): SPI Nor(cs 0) ID: 0x20 0x70 0x18
hifmc_init_print(2016): Block:64KB hifmc_init_print(2017): Chip:16MB hifmc_init_print(2018): Name:"XM25QH128A"
hifmc100_spi_nor_probe(145): SPI Nor total size: 16MB
NAND:  0 MiB
Loading Environment from SPI Flash... OK
In:    serial
Out:   serial
Err:   serial
Net:   eth0
Error: eth0 address not set.

Hit any key to stop autoboot:  0 
device 0 offset 0x100000, size 0x600000

SF: 6291456 bytes @ 0x100000 Read: OK
## Starting application at 0x40000000 ...

******************Welcome******************

Processor   : Cortex-A7
Run Mode    : UP
GIC Rev     : GICv2
build time  : Feb 22 2021 16:45:56
Kernel      : Huawei LiteOS 2.0.0.35/debug

*******************************************

main core booting up...
[ERR][HDF:E/hcs_blob_if]CheckHcsBlobLength: the blobLength: 8660, byteAlign: 1, totalSize: -8640
cpu 0 entering scheduler
random dev init ...
proc fs init ...
Mount procfs finished.
MMC dev init ...[ERR]No console dev used.
[ERR]No console dev used.
mem dev init ...
spi nor flash init ...
Spi Nor ID:0x20 0x70 0x18 0x20 0x70 0x18 0x20 0x70 
Spi Nor Flash Info:
Name:"XM25QH128A" Size:16MB Block:64KB
spinor_init ...
net init ...

tcpip_init start

tcpip_init end
Ethernet start.hisi_eth: User did not set phy mode, use default=rmii
hisi_eth: User did not set phy addr, auto scan...
Can't find PHY device - id: 0
netif_is_link_up overtime!

************************************************************
usb init ...

******** usb_init in **********
usb v3.05 2019-11-20 10:40
[ERR]controller type 1 dtype 2 is error
******** usb_init fail**********

Date:Feb 22 2021.
Time:16:46:50.
OsMountRootfs start ...
<5>jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00d69ec0: 0x617e instead
<5>Further such events for this erase block will not be printed
<5>jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00f00be0: 0x031a instead
<5>Further such events for this erase block will not be printed
OsMountRootfs end ...
DeviceManagerStart start ...
FUNC:parse_sensor_clock line:123  SNS: is [f23]!
FUNC:parse_sensor_bus_type line:85  SNS is [f23]  !
==== online_flag=0, cmos_yuv_flag=0, sensor=f23, chip=hi3518ev300, board=demo====
==== g_quick_start_flag=0 ====
sysconfig init success!
g_mmz_start=0x42000000, g_mmz_size=0x20
mmz param= anonymous,0,0x42000000,32M
<6>Hisilicon Media Memory Zone Manager
Load hifb.ko OK!
[VERSION]:Hi3881V100R001C00SPC020 2020-07-16 23:15:00
oam_main_init SUCCESSFULLY!
wal_customize_init SUCCESSFULLY!
oal_main_init SUCCESSFULLY
frw_main_init SUCCESSFULLY!
hi_wifi_plat_init SUCCESSFULLY
sdio probe:pull up power on gpio
hcc_hmac_init SUCCESSFULLY
plat_firmware_init SUCCESSFULLY
Device is Ready!
wlan_pm_open SUCCESSFULLY!!
hmac_main_init SUCCESSULLY
get rates from device
wal_main_init SUCCESSFULLY
hi_wifi_host_init SUCCESSFULLY
Hi3881 DRV insmod SUCCESSFULLY!
[ERR][HDF:E/HDF_LOG_TAG]HdfWifiDriverInit:init chip 0 successirtual_serial_init end ...
system_console_init end ...
CatLogShell start ...
CatLogShell start ...
OsUserInitProcess start ...
OsUserInitProcess end ...
[Init] ****/****/****/****/OpenHarmony/****/****/3/OpenHarmony 1.0/debug
[ERR]Failed to find block driver /dev/mmcblk0
[Init] DoMount, failed for vfat /dev/mmcblk0 /sdcard rw,umask=000, err -1.
[ERR]Failed to find block driver /dev/mmcblk1
[Init] DoMount, failed for vfat /dev/mmcblk1 /sdcard rw,umask=000, err -1.
[Init] start service shell succeed, pid 3.
OHOS # [Init] start service apphilogcat succeed, pid 4.
[ERR]vfs_jffs_ioctl NOT SUPPORT
[ERR]vfs_jffs_ioctl NOT SUPPORT
[Init] start service foundation succeed, pid 5.
01-01 00:00:11.668 5 19 I 01300/abilityms: AbilityMgrFeature::Init(70): ams feature init success
01-01 00:00:11.668 5 19 I 01300/abilityms: AbilityInnerFeature::Init(60): ams inner feature init success
01-01 00:00:11.671 5 19 D 00000/(null): BundleMS start success
01-01 00:00:11.672 5 19 D 00000/(null): BundleMS inner feature start success
01-01 00:00:11.673 5 19 D 00000/(null): BundleMS feature start success
01-01 00:00:11.678 5 19 D 00000/(null): [DMSLITE][Init:86][dms service start success]

01-01 00:00:11.678 5 19 I 01800/Samgr: Bootstrap core services(count:5).
01-01 00:00:11.679 5 19 I 01800/Samgr: Init service:samgr TaskPool:0x25cc3940
01-01 00:00:11.679 5 19 I 01800/Samgr: Init service:permissionms TaskPool:0x25cc3990
01-01 00:00:11.679 5 19 I 01800/Samgr: Init service:abilityms TaskPool:0x25cc3f90
01-01 00:00:11.679 5 19 I 01800/Samgr: Init service:bundlems TaskPool:0x25cc3fb0
01-01 00:00:11.679 5 19 I 01800/Samgr: Init service:dtbschedsrv TaskPool:0x25cc3fd0
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:11.767 5 20 I 01800/Samgr: Init service samgr <time: 103ms> success!
01-01 00:00:11.776 5 22 I 01800/Samgr: Init service abilityms <time: 110ms> success!
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:11.786 5 20 I 01800/Samgr: Register Endpoint<5, 27, 0>
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:11.796 5 27 D 01800/Samgr: RegisterIdentity <abilityms, AmsFeature> pid<5> <27, 0> 
01-01 00:00:11.805 5 27 D 01800/Samgr: RegisterRemoteFeatures<abilityms, AmsFeature> ret:0
01-01 00:00:11.813 5 27 D 01800/Samgr: RegisterIdentity <abilityms, AmsInnerFeature> pid<5> <27, 1> 
01-01 00:00:11.822 5 27 D 01800/Samgr: RegisterRemoteFeatures<abilityms, AmsInnerFeature> ret:0
01-01 00:00:11.830 5 27 I 01800/Samgr: Register endpoint<ipc receive> and iunknown finished! remain<0> iunknown!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.848 5 23 D 01800/Samgr: RegisterIdentity <bundlems, BmsInnerFeature> pid<5> <27, 2> 
01-01 00:00:11.856 5 23 I 01800/Samgr: Register server sa<bundlems, BmsInnerFeature> id<27, 2> retry:1 ret:0!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.873 5 23 D 01800/Samgr: Add Policy <ipc receive, bundlems, BmsInnerFeature> Success
01-01 00:00:11.882 5 23 D 00000/(null): BundleMS feature initialized, result is 1
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.896 5 23 D 01800/Samgr: RegisterIdentity <bundlems, BmsFeature> pid<5> <27, 3> 
01-01 00:00:11.905 5 23 I 01800/Samgr: Register server sa<bundlems, BmsFeature> id<27, 3> retry:1 ret:0!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.921 5 23 D 01800/Samgr: Add Policy <ipc receive, bundlems, BmsFeature> Success
01-01 00:00:11.929 5 23 I 01800/Samgr: Init service bundlems <time: 258ms> success!
01-01 00:00:11.937 5 23 I 00000/(null): create BundleInstaller instance!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.951 5 21 I 00000/(null): OnInitialize ipcAuth feature
01-01 00:00:11.956 5 21 I 00000/(null): onInitialize pms lite feature
01-01 00:00:11.963 5 21 D 01800/Samgr: RegisterIdentity <permissionms, PmsFeature> pid<5> <27, 4> 
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:11.978 5 21 I 01800/Samgr: Register server sa<permissionms, PmsFeature> id<27, 4> retry:1 ret:0!
01-01 00:00:11.988 5 21 D 01800/Samgr: Add Policy <ipc receive, permissionms, PmsFeature> Success
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:12.004 5 21 I 01800/Samgr: Init service permissionms <time: 340ms> success!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[Init] start service bundle_daemon succeed, pid 6.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:12.591 6 28 I 01800/Samgr: Init service:bundle_daemon TaskPool:0x1fb32c10
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:12.591 6 29 I 01800/Samgr: Initialize Registry!
01-01 00:00:12.595 5 20 I 01800/Samgr: Register Endpoint<6, 30, 0>
01-01 00:00:12.600 5 20 D 01800/Samgr: Register Feature<bundle_daemon, (null)> pid<6>, id<30, 0> ret:0[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.

01-01 00:00:12.600 6 30 D 01800/Samgr: RegisterRemoteFeatures<bundle_daemon, (null)> ret:0
01-01 00:00:12.600 6 30 I 01800/Samgr: Register endpoint<ipc client> and iunknown finished! remain<0> iunknown![DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.

01-01 00:00:12.600 5 20 D 01800/Samgr: Register Feature<bundle_daemon, (null)> pid<6>, id<30, 0> ret:0
01-01 00:00:12.600 6 29 I 01800/Samgr: Register server sa<bundle_daemon, (null)> id<4294967295, 0> retry:1 ret:0![DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.

01-01 00:00:12.600 6 29 I 01800/Samgr: Init service bundle_daemon <time: 9ms> success!
01-01 00:00:12.600 6 29 I 01800/Samgr: Initialized all core system services!
01-01 00:00:12.600 6 29 I 01800/Samgr: Goto next boot step failed! errno:-9
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
01-01 00:00:12.800 5 23 I 01800/Samgr: Create proxy[0x25cbcef0]<bundle_daemon, (null), 30, 0>
01-01 00:00:12.800 6 29 I 01100/bundle_deamon: BundleDaemon::Invoke(102): bundle_daemon invoke start 8
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[ERR]vfs_jffs_ioctl NOT SUPPORT
write file switch /storage/data/log/hilog1.txt
01-01 00:00:12.803 5 23 E 00000/(null): ScanSharedLibPath GetBundleInfos is error[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.

01-01 00:00:12.804 5 22 D 01300/abilityms: AbilityMgrHandler::OnServiceInited(122): start
01-01 00:00:12.804 5 22 E 01300/abilityms: bms query not found: query keep alive bundle info failure[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.

[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[Init] start service media_server succeed, pid 7.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
Media server initialize succeed.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[Init] start service appspawn succeed, pid 8.
01-01 00:00:14.607 8 33 I 00000/(null): [appspawn] get service name appspawn.
01-01 00:00:14.607 8 33 I 01800/Samgr: Init service:appspawn TaskPool:0x25ff4c60
01-01 00:00:14.607 8 33 I 00000/(null): [appspawn] get service name appspawn.
01-01 00:00:14.608 8 34 I 00000/(null): [appspawn] initialize, identity<0, -1, 0x25ff4850>
01-01 00:00:14.608 8 34 I 00000/(null): [appspawn] get service name appspawn.
01-01 00:00:14.608 8 34 I 01800/Samgr: Initialize Registry!
01-01 00:00:14.608 8 34 I 00000/(null): [appspawn] get service name appspawn.
01-01 00:00:14.608 8 34 I 01800/Samgr: Init service appspawn <time: 1ms> success!
01-01 00:00:14.608 8 34 I 01800/Samgr: Initialized all core system services!
01-01 00:00:14.608 8 34 I 00000/(null): [appspawn] get service name appspawn.
01-01 00:00:14.608 8 34 I 01800/Samgr: Goto next boot step failed! errno:-9
01-01 00:00:14.608 8 33 I 00000/(null): [appspawn] HOS_SystemInit is called!
01-01 00:00:14.608 8 33 I 00000/(null): [appspawn] main, entering wait.
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:14.697 5 20 I 01800/Samgr: Register Endpoint<8, 35, 0>
[UnRegisteDeathCallback : 960]Wrong cbId:4294967295.
01-01 00:00:14.708 5 20 D 01800/Samgr: Register Feature<appspawn, (null)> pid<8>, id<35, 0> ret:0
01-01 00:00:14.717 8 35 D 01800/Samgr: RegisterRemoteFeatures<appspawn, (null)> ret:0
01-01 00:00:14.717 8 35 I 01800/Samgr: Register endpoint<ipc client> and iunknown finished! remain<0> iunknown!
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[Init] main, entering wait.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] ioctl fail
[DISCOVERY] fail to get eth Ip, tring to get wifi Ip.
[DISCOVERY] InitLocalDeviceInfo ok
[AUTH] StartBus StartListener fail
[DISCOVERY] InitService BusManager(1) fail
[DISCOVERY] InitService ok
[DISCOVERY] PublishCallback publishId=1, result=0
01-01 00:00:18.100 5 24 D 00000/(null): [DMSLITE][RegisterTcpCallback:85][Register failed, errCode = -1]

01-01 00:00:18.109 5 24 I 00000/(null): [DMSLITE][OnPublishSuccess:115][dms service publish success]

01-01 00:00:18.118 5 24 I 01800/Samgr: Init service dtbschedsrv <time: 6440ms> success!
01-01 00:00:18.126 5 24 I 01800/Samgr: Initialized all core system services!
01-01 00:00:18.133 5 24 I 01800/Samgr: Goto next boot step failed! errno:-9
[ERR]vfs_jffs_ioctl NOT SUPPORT
write file switch /storage/data/log/hilog2.txt
[DISCOVERY] CoapReadHandle coin select begin

OHOS # 
OHOS # 
OHOS # 
OHOS # 
OHOS # 
OHOS # 
OHOS # 
OHOS # 
OHOS # 

[END] 2021/2/23 17:36:08
 

 

 

启动时间:
2秒钟进uboot:Hit any key to stop autoboot:  0 
10秒钟:OHOS # [Init] start service apphilogcat succeed, pid 4.
20秒钟:[DISCOVERY] CoapReadHandle coin select begin

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值