您尚未登录。

楼主 # 2023-10-11 15:39:36

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

t113 emmc 使用mq-R编译后,无法启动,卡在optee

182]HELLO! BOOT0 is starting!
[185]BOOT0 commit : adaf1174cc
[188]set pll start
[190]fix vccio detect value:0xc0
[197]periph0 has been enabled
[200]set pll end
[202][pmu]: bus read error
[205]board init ok
[207]ZQ value = 0x2e
[209]get_pmu_exist() = -1
[211]DRAM BOOT DRIVE INFO: V0.33
[214]DRAM CLK = 936 MHz
[217]DRAM Type = 3 (2:DDR2,3:DDR3)
[220]DRAMC read ODT  off.
[223]DRAM ODT value: 0x42.
[225]ddr_efuse_type: 0xa
[229]DRAM SIZE =128 M
[231]dram_tpr4:0x0
[233]PLL_DDR_CTRL_REG:0xf8004d00
[236]DRAM_CLK_REG:0xc0000000
[239][TIMING DEBUG] MR2= 0x20
[246]DRAM simple test OK.
[249]rtc standby flag is 0x0, super standby flag is 0x0
[254]dram size =128
[257]card no is 2
[258]sdcard 2 line count 4
[261][mmc]: mmc driver ver 2021-05-21 14:47
[270][mmc]: Wrong media type 0x0, but host sdc2, try mmc first
[276][mmc]: ***Try MMC card 2***
[300][mmc]: RMCA OK!
[302][mmc]: mmc 2 bias 0
[305][mmc]: MMC 5.1
[307][mmc]: HSSDR52/SDR25 4 bit
[310][mmc]: 50000000 Hz
[312][mmc]: 7456 MB
[314][mmc]: ***SD/MMC 2 init OK!!!***
[404]Loading boot-pkg Succeed(index=0).
[407]Entry_name        = u-boot
[414]Entry_name        = optee
[418]Entry_name        = dtb
[421]tunning data addr:0x430003e8
[424]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm


t113 emmc 使用芒果派的mq-R编译后,无法启动,卡在optee,发现emmc也认出来了,烧写进去后,一直卡在这里,大神给看看哪里没有配置好

离线

#1 2023-10-11 15:40:49

哇酷小二
管理员
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,388
积分: 1902
个人网站

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

执行 mboot && muboot 试一试





离线

楼主 #2 2023-10-11 15:45:56

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

board-uboot.dts
也改为card2,但是还是无法进入uboot。

&aliases {
    card2_boot_para = &card2_boot_para;   
   
    /*
    nand0 = &nand0;
    twi6 = &twi6;
    pwm = &pwm;
    pwm0 = &pwm0;
    pwm1 = &pwm1;
    pwm2 = &pwm2;
    pwm3 = &pwm3;
    pwm4 = &pwm4;
    pwm5 = &pwm5;
    pwm6 = &pwm6;
    pwm7 = &pwm7;
   
    disp = &disp;
    lcd0 = &lcd0;
    lcd1 = &lcd1;
    eink = &eink;
    spi0 = &spi0;
    */

};

离线

楼主 #3 2023-10-11 15:58:58

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

哇酷小二 说:

执行 mboot && muboot 试一试


'sboot_sun8iw20p1.bin' -> '/home/tina/tina/Tina-Linux/out/t113-lcd15/sboot_sun8iw20p1.bin'
mboot0 success!


t113_lcd15 t113 t113-lcd15
build_boot platform:sun8iw20p1 o_option:uboot
grep: /home/tina/tina/Tina-Linux/lichee/brandy-2.0/spl/Makefile: No such file or directory
Prepare toolchain ...
build for sun8iw20p1_defconfig ...
fatal: No names found, cannot describe anything.
  CHK     include/config/uboot.release
  CHK     include/generated/timestamp_autogenerated.h
  CHK     include/generated/version_autogenerated.h
  CHK     include/generated/generic-asm-offsets.h
  CHK     include/generated/asm-offsets.h
  CHK     include/config.h
  CFG     u-boot.cfg
'u-boot.bin' -> 'u-boot-sun8iw20p1.bin'
'u-boot-sun8iw20p1.bin' -> './../../../device/config/chips/t113/bin/u-boot-sun8iw20p1.bin'
  CFGCHK  u-boot.cfg

muboot success!



刚试过  执行 mboot && muboot  然后 mp ,还是无效,相同问题 卡在   
[404]Loading boot-pkg Succeed(index=0).
[407]Entry_name        = u-boot
[414]Entry_name        = optee
[418]Entry_name        = dtb
[421]tunning data addr:0x430003e8
[424]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm

就不往下运行了。

下面是应该执行uboot了吗?

离线

#4 2023-10-11 16:09:30

哇酷小二
管理员
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,388
积分: 1902
个人网站

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

试一试这个:

链接: https://pan.baidu.com/s/1tADvigD1xtOWqieJmcuPkA?pwd=awol 
提取码:awol





离线

楼主 #5 2023-10-11 16:19:26

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

哇酷小二 说:

试一试这个:

链接: https://pan.baidu.com/s/1tADvigD1xtOWqieJmcuPkA?pwd=awol 
提取码:awol


好的,我试下 smile

离线

楼主 #6 2023-10-11 16:46:38

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

allbluecom 说:
哇酷小二 说:

试一试这个:

链接: https://pan.baidu.com/s/1tADvigD1xtOWqieJmcuPkA?pwd=awol 
提取码:awol


好的,我试下 smile


看了您网盘中的sdk,是基于spinand 的,
而我是自己画的板子,是PC2~PC7接口,接的 emmc (KLM8G1GETF-B041),是基于emmc存储的,请问您下,如果是基于emmc存储则需要修改哪里?

1.sys_config.fex
2.uboot-board.dts
3.board.dts
改这3个就可以了吗?

我已经在device和target目录下新增了设备。只不过是用mq_r复制过来的,直接改了个产品名字,请问是否可以?谢谢

离线

楼主 #7 2023-10-11 17:04:01

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

allbluecom 说:
哇酷小二 说:

试一试这个:

链接: https://pan.baidu.com/s/1tADvigD1xtOWqieJmcuPkA?pwd=awol 
提取码:awol


好的,我试下 smile


使用 您网盘中的测试固件,(6.0寸烧录固件)tina_t113-whycanpic_uart3.img,uboot可以启动:


120]HELLO! BOOT0 is starting!
[123]BOOT0 commit : 88480af-dirty
[127]set pll start
[129]fix vccio detect value:0xc0
[136]periph0 has been enabled
[139]set pll end
[140][pmu]: bus read error
[143]board init ok
[145]ZQ value = 0x2e
[147]get_pmu_exist() = -1
[149]DRAM BOOT DRIVE INFO: V0.33
[152]DRAM CLK = 936 MHz
[155]DRAM Type = 3 (2:DDR2,3:DDR3)
[158]DRAMC read ODT  off.
[160]DRAM ODT value: 0x42.
[163]ddr_efuse_type: 0xa
[166]DRAM SIZE =128 M
[168]dram_tpr4:0x0
[170]PLL_DDR_CTRL_REG:0xf8004d00
[173]DRAM_CLK_REG:0xc0000000
[176][TIMING DEBUG] MR2= 0x20
[183]DRAM simple test OK.
[186]rtc standby flag is 0x0, super standby flag is 0x0
[191]dram size =128
[194]card no is 2
[195]sdcard 2 line count 4
[198][mmc]: mmc driver ver 2021-05-21 14:47
[207][mmc]: Wrong media type 0x0, but host sdc2, try mmc first
[213][mmc]: ***Try MMC card 2***
[237][mmc]: RMCA OK!
[239][mmc]: mmc 2 bias 0
[242][mmc]: MMC 5.1
[244][mmc]: HSSDR52/SDR25 4 bit
[247][mmc]: 50000000 Hz
[249][mmc]: 7456 MB
[251][mmc]: ***SD/MMC 2 init OK!!!***
[336]Loading boot-pkg Succeed(index=0).
[340]Entry_name        = u-boot
[347]Entry_name        = optee
[351]Entry_name        = dtb
[354]tunning data addr:0x430003e8
[357]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm


U-Boot 2018.05-g24521d6-dirty (Dec 17 2022 - 18:55:35 +0800) Allwinner Technology

[00.410]CPU:   Allwinner Family
[00.413]Model: sun8iw20
I2C:   FDT ERROR:fdt_set_all_pin:[twi0]-->FDT_ERR_BADPATH
FDT ERROR:fdt_set_all_pin:[twi1]-->FDT_ERR_BADPATH
ready
[00.434]DRAM:  128 MiB
[00.437]Relocation Offset is: 04ecc000
[00.462]secure enable bit: 0
[00.464]smc_tee_inform_fdt failed with: -65526[00.469]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=300Mhz
[00.475]gic: sec monitor mode
[00.478]flash init start
[00.480]workmode = 0,storage type = 2
[00.483][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00
[00.490][mmc]: SUNXI SDMMC Controller Version:0x50310
[00.515][mmc]: Best spd md: 2-HSDDR52/DDR50, freq: 2-50000000, Bus width: 4
[00.521]sunxi flash init ok
[00.524]line:703 init_clocks
[00.527]drv_disp_init
fdt get node offset faill: hdmi
[00.540]drv_disp_init finish
[00.542]boot_gui_init:start
[00.545]set disp.dev2_output_type fail. using defval=0
[01.752]set disp.fb0_width fail. using defval=0
[01.756]set disp.fb0_height fail. using defval=0
[01.760]boot_gu[01.761]smallwitpi lcd_panel_init 429 xxxxxxxxxxxxxxxxxx
[02.067]smallwitpi lcd_panel_init 432 xxxxxxxxxxxxxxxxxx
[02.314]smallwitpi lcd_panel_init 445 xxxxxxxxxxxxxxxxxx
i_init:finish
partno erro : can't find partition bootloader


照现在看,我编译的固件,就是uboot没有启动,uboot配置错误??

配置uboot只需要改,device下的

tina/Tina-Linux/device/config/chips/t113/configs/mq_r/uboot-board.dts,就可以吗?还需要改别的文件吗?env.cfg是不是也要改?

离线

#8 2023-10-11 18:08:42

哇酷小二
管理员
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,388
积分: 1902
个人网站

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

如果确定SDK没问题的话,把out/目录删了重新编译试一试。





离线

楼主 #9 2023-10-12 10:23:39

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

哇酷小二 说:

如果确定SDK没问题的话,把out/目录删了重新编译试一试。


删除out 重新编译后,问题没有解决,现象还是一样,uboot无法启动,我感觉问题点还是在uboot-board.dts上。

离线

楼主 #10 2023-10-20 17:01:19

allbluecom
会员
注册时间: 2023-09-27
已发帖子: 12
积分: 12

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

allbluecom 说:
哇酷小二 说:

如果确定SDK没问题的话,把out/目录删了重新编译试一试。


删除out 重新编译后,问题没有解决,现象还是一样,uboot无法启动,我感觉问题点还是在uboot-board.dts上。


Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
------run rc.final file-----
Trying to connect to SWUpdate...
mount: mounting /dev/mmcblk0p1 on /mnt/extsd failed: No such file or directory


BusyBox v1.27.2 () built-in shell (ash)

------run profile file-----
_____  _              __     _
|_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
  | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
  | |  | || | || _ |  |_____||_||_|_||___||_,_|
  |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
----------------------------------------------
Tina Linux (Neptune, 5C1C9C53)
----------------------------------------------
nodev   debugfs
root@TinaLinux:/# swu_param: ####
[   19.896512] file system registered
swu_software: ####
swu_mode: ####
no swupdate_cmd to run, wait for next swupdate
[   19.914835] configfs-gadget 4100000.udc-controller: failed to start g1: -19
sh: write error: No such device
[   19.936528] read descriptors
[   19.939919] read strings
[   20.122188] sunxi_set_cur_vol_work()485 WARN: get power supply failed
[   20.169472] android_work: sent uevent USB_STATE=CONNECTED
[   20.434901] sunxi_set_cur_vol_work()485 WARN: get power supply failed
[   20.506588] configfs-gadget gadget: high-speed config #1: c
[   20.512995] android_work: sent uevent USB_STATE=CONFIGURED
[   20.528358] sunxi_vbus_det_work()3454 WARN: get power supply failed
[   20.535810] android_work: sent uevent USB_STATE=DISCONNECTED
[   20.826628] android_work: sent uevent USB_STATE=CONNECTED
[   24.405779] random: crng init done

root@TinaLinux:/# [   32.528352] pio-18: disabling
[   32.531672] pio-33: disabling
[   32.534988] usb1-vbus: disabling
df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                14336     14336         0 100% /rom
devtmpfs                 53024         0     53024   0% /dev
tmpfs                    56336         0     56336   0% /tmp
/dev/by-name/rootfs_data
                         21586        17     21078   0% /overlay
overlayfs:/overlay       21586        17     21078   0% /
/dev/mmcblk0p8         7312852        24   7296444   0% /mnt/UDISK
root@TinaLinux:/#


可以了,久违的控制台出现了,所有的问题,都是 uboot和kernel 配置不对导致的,关键就是以下几个文件:


  1.sys_concig.fex
  2.board.dts
  3.env.cfg
  4.uboot make menuconfig(或修改.config)
  5.make kernel_menuconfig

不要怀疑sdk,各种不启动都是配置错误,导致的。下面要调试lcd了,启动后就都简单了,谢谢小二哥的细心指导。

离线

#11 2024-08-09 15:30:22

栗子黄
会员
注册时间: 2024-08-09
已发帖子: 1
积分: 1

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

@allbluecom
你好,请问最后怎么解决的呀

离线

#12 2024-11-27 13:19:46

Gentlepig
会员
注册时间: 2018-10-24
已发帖子: 1,378
积分: 1343.5

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

同样使用emmc遇到了问题。
使用emmc,且调试串口修改为uart0。
修改了sys_concig.fex,设置调试串口为uart0。
一开始我也是卡在了
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm
后来发现是uboot里没有设置uart为调试串口,设置uboot的sun8iw20p1_uart3_defconfig里的CONFIG_CONS_INDEX=1后,可以看到能进入uboot里。

但是最后启动内核没成功:

[30]HELLO! BOOT0 is starting!
[33]BOOT0 commit : 88480af-dirty
[36]set pll start
[42]periph0 has been enabled
[45]set pll end
[46][pmu]: bus read error
[49]board init ok
[51]ZQ value = 0x2f
[52]get_pmu_exist() = -1
[55]DRAM BOOT DRIVE INFO: V0.33
[58]DRAM CLK = 936 MHz
[60]DRAM Type = 3 (2:DDR2,3:DDR3)
[63]DRAMC read ODT  off.
[65]DRAM ODT value: 0x42.
[68]ddr_efuse_type: 0xa
[71]DRAM SIZE =128 M
[73]dram_tpr4:0x0
[75]PLL_DDR_CTRL_REG:0xf8004d00
[78]DRAM_CLK_REG:0xc0000000
[80][TIMING DEBUG] MR2= 0x20
[88]DRAM simple test OK.
[90]rtc standby flag is 0x0, super standby flag is 0x0
[95]dram size =128
[98]card no is 2
[100]sdcard 2 line count 4
[102][mmc]: mmc driver ver 2021-05-21 14:47
[112][mmc]: Wrong media type 0x0, but host sdc2, try mmc first
[117][mmc]: ***Try MMC card 2***
[140][mmc]: RMCA OK!
[142][mmc]: mmc 2 bias 0
[154][mmc]: MMC 5.1
[156][mmc]: HSSDR52/SDR25 4 bit
[159][mmc]: 50000000 Hz
[161][mmc]: 3700 MB
[163][mmc]: ***SD/MMC 2 init OK!!!***
[234]Loading boot-pkg Succeed(index=0).
[238]Entry_name        = u-boot
[243]Entry_name        = optee
[247]Entry_name        = dtb
[250]tunning data addr:0x430003e8
[253]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:                                                                                                        m


U-Boot 2018.07-ge987def5-dirty (Nov 27 2024 - 10:42:25 +0800) Allwinner Technology

[00.307]CPU:   Allwinner Family
[00.309]Model: sun8iw20
I2C:   FDT ERROR:fdt_set_all_pin:[twi0]-->FDT_ERR_BADPATH
FDT ERROR:fdt_set_all_pin:[twi1]-->FDT_ERR_BADPATH
ready
[00.331]DRAM:  128 MiB
[00.334]Relocation Offset is: 04eff000
[00.353]secure enable bit: 0
[00.356]smc_tee_inform_fdt failed with: ffff000a
[00.362]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=300Mhz
[00.368]gic: sec monitor mode
sunxi flash map init
[00.373]flash init start
[00.375]workmode = 0,storage type = 2
[00.378][mmc]: mmc driver ver uboot2018:2021-12-20 13:35:00
[00.385][mmc]: SUNXI SDMMC Controller Version:0x50310
[00.413][mmc]: Best spd md: 2-HSDDR52/DDR50, freq: 2-50000000, Bus width: 4
[00.420]sunxi flash init ok
[00.425]Loading Environment from SUNXI_FLASH... OK
[00.439]Item0 (Map) magic is bad
[00.442]the secure storage item0 copy0 magic is bad
[00.446]Item0 (Map) magic is bad
[00.449]the secure storage item0 copy1 magic is bad
[00.454]Item0 (Map) magic is bad
secure storage read widevine fail
[00.460]secure storage read widevine fail with:-1
secure storage read ec_key fail
[00.467]secure storage read ec_key fail with:-1
secure storage read ec_cert1 fail
[00.474]secure storage read ec_cert1 fail with:-1
secure storage read ec_cert2 fail
[00.482]secure storage read ec_cert2 fail with:-1
secure storage read ec_cert3 fail
[00.489]secure storage read ec_cert3 fail with:-1
secure storage read rsa_key fail
[00.496]secure storage read rsa_key fail with:-1
secure storage read rsa_cert1 fail
[00.504]secure storage read rsa_cert1 fail with:-1
secure storage read rsa_cert2 fail
[00.512]secure storage read rsa_cert2 fail with:-1
secure storage read rsa_cert3 fail
[00.519]secure storage read rsa_cert3 fail with:-1
[00.524]out of usb burn from boot: not need burn key
root_partition is rootfs
set root to /dev/mmcblk0p5
[00.533]update part info
[00.536]update bootcmd
[00.538]change working_fdt 0x43ebee70 to 0x43e9ee70
[00.543][mmc]: no mmc-hs400-1_8v!
[00.546][mmc]: delete mmc-hs200-1_8v from dtb
[00.550][mmc]: get max-frequency ok 50000000 Hz
disable nand error: FDT_ERR_BADPATH
[00.568]update dts
Hit any key to stop autoboot:  0 
[05.667]no vendor_boot partition is found
Android's image name: t113-nezha
[05.679]Starting kernel ...

[05.681][mmc]: mmc exit start
[05.698][mmc]: mmc 2 exit ok

停止autoboot后,printenv如下:

=> printenv
boot_dsp0=sunxi_flash read 45000000 ${dsp0_partition};bootr 45000000 0 0
boot_fastboot=fastboot
boot_normal=sunxi_flash read 45000000 ${boot_partition};bootm 45000000
boot_partition=boot
boot_recovery=sunxi_flash read 45000000 recovery;bootm 45000000
bootcmd=run setargs_mmc boot_normal
bootdelay=5
cma=8M
console=ttyS0,115200
dsp0_partition=dsp0
earlyprintk=sunxi-uart,0x02500000
fdtcontroladdr=43ebee70
force_normal_boot=1
init=/pseudo_init
initcall_debug=0
keybox_list=widevine,ec_key,ec_cert1,ec_cert2,ec_cert3,rsa_key,rsa_cert1,rsa_cert2,rsa_cert3
loglevel=8
mmc_root=/dev/mmcblk0p5
mtd_name=sys
mtdids=
mtdparts=
nand_root=/dev/ubiblock0_5
partition=
partitions=boot-resource@mmcblk0p1:env@mmcblk0p2:env-redund@mmcblk0p3:boot@mmcblk0p4:rootfs@mmcblk0p5:private@m                                                                                                        8
root_partition=rootfs
rootfstype=ext4
setargs_mmc=setenv  bootargs earlyprintk=${earlyprintk} clk_ignore_unused initcall_debug=${initcall_debug} cons                                                                                                        1
setargs_nand=setenv bootargs ubi.mtd=${mtd_name} ubi.block=0,${root_partition} earlyprintk=${earlyprintk} clk_i                                                                                                        1
setargs_nand_ubi=setenv bootargs ubi.mtd=${mtd_name} ubi.block=0,${root_partition} earlyprintk=${earlyprintk} c                                                                                                        1

Environment size: 2005/131067 bytes

请教,这是哪里设置出错了?

基本是按这个帖子修改的。https://bbs.aw-ol.com/topic/1701/tina-linux-%E5%AD%98%E5%82%A8%E4%BB%8B%E8%B4%A8%E5%88%87%E6%8D%A2-emmc-spi-nand-spi-nor-sd-card-sd-nand/5

--------------------------------------------

进展了一点。
其实是进到内核里了,只是内核状态时调试串口没改对。
make kernel_menuconfig/kernel hacking里,有个串口的物理地址和虚拟地址,改成uart0对应的0x02500000后就可以了。

但是加载根文件系统失败:

[30]HELLO! BOOT0 is starting!                                                 
[33]BOOT0 commit : 88480af-dirty                                                                            
[36]set pll start                                                                                           
[42]periph0 has been enabled                                                                                
[45]set pll end                                                                                             
[46][pmu]: bus read error                                                                                   
[49]board init ok                                                                                           
[51]ZQ value = 0x2f                                                                                         
[52]get_pmu_exist() = -1                                                                                    
[55]DRAM BOOT DRIVE INFO: V0.33                                                                             
[58]DRAM CLK = 936 MHz                                                                                      
[60]DRAM Type = 3 (2:DDR2,3:DDR3)                                                                           
[63]DRAMC read ODT  off.                                                                                    
[65]DRAM ODT value: 0x42.                                                                                   
[68]ddr_efuse_type: 0xa                                                                                     
[71]DRAM SIZE =128 M                                                                                        
[73]dram_tpr4:0x0                                                                                           
[75]PLL_DDR_CTRL_REG:0xf8004d00                                                                             
[78]DRAM_CLK_REG:0xc0000000                                                                                 
[80][TIMING DEBUG] MR2= 0x20                                                                                
[88]DRAM simple test OK.                                                                                    
[90]rtc standby flag is 0x0, super standby flag is 0x0                                                      
[95]dram size =128                                                                                          
[98]card no is 2                                                                                            
[100]sdcard 2 line count 4                                                                                  
[102][mmc]: mmc driver ver 2021-05-21 14:47                                                                 
[111][mmc]: Wrong media type 0x0, but host sdc2, try mmc first                                              
[117][mmc]: ***Try MMC card 2***                                                                            
[140][mmc]: RMCA OK!                                                                                        
[142][mmc]: mmc 2 bias 0                                                                                    
[154][mmc]: MMC 5.1                                                                                         
[156][mmc]: HSSDR52/SDR25 4 bit                                                                             
[158][mmc]: 50000000 Hz                                                                                     
[161][mmc]: 3700 MB                                                                                         
[163][mmc]: ***SD/MMC 2 init OK!!!***                                                                       
[234]Loading boot-pkg Succeed(index=0).                                                                     
[237]Entry_name        = u-boot                                                                             
[243]Entry_name        = optee                                                                              
[247]Entry_name        = dtb                                                                                
[250]tunning data addr:0x430003e8                                                                           
[253]Jump to second Boot.                                                                                   
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09m
                                                                                                            
                                                                                                            
U-Boot 2018.07-ge987def5-dirty (Nov 27 2024 - 14:56:37 +0800) Allwinner Technology                          
                                                                                                            
[00.306]CPU:   Allwinner Family                                                                             
[00.309]Model: sun8iw20                                                                                     
I2C:   FDT ERROR:fdt_set_all_pin:[twi0]-->FDT_ERR_BADPATH                                                   
FDT ERROR:fdt_set_all_pin:[twi1]-->FDT_ERR_BADPATH                                                          
ready                                                                                                       
[00.330]DRAM:  128 MiB                                                                                      
[00.334]Relocation Offset is: 04eff000                                                                      
[00.353]secure enable bit: 0                                                                                
[00.356]smc_tee_inform_fdt failed with: ffff000a                                                            
[00.361]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=300Mhz                                     
[00.367]gic: sec monitor mode                                                                               
sunxi flash map init                                                                                        
[00.372]flash init start                                                                                    
[00.374]workmode = 0,storage type = 2                                                                       
[00.378][mmc]: mmc driver ver uboot2018:2021-12-20 13:35:00                                                 
[00.384][mmc]: SUNXI SDMMC Controller Version:0x50310                                                       
[00.413][mmc]: Best spd md: 2-HSDDR52/DDR50, freq: 2-50000000, Bus width: 4                                 
[00.420]sunxi flash init ok                                                                                 
[00.425]Loading Environment from SUNXI_FLASH... OK                                                          
[00.439]Item0 (Map) magic is bad                                                                            
[00.441]the secure storage item0 copy0 magic is bad                                                         
[00.446]Item0 (Map) magic is bad                                                                            
[00.449]the secure storage item0 copy1 magic is bad                                                         
[00.454]Item0 (Map) magic is bad                                                                            
secure storage read widevine fail                                                                           
[00.460]secure storage read widevine fail with:-1                                                           
secure storage read ec_key fail                                                                             
[00.467]secure storage read ec_key fail with:-1                                                             
secure storage read ec_cert1 fail                                                                           
[00.474]secure storage read ec_cert1 fail with:-1                                                           
secure storage read ec_cert2 fail                                                                           
[00.482]secure storage read ec_cert2 fail with:-1                                                           
secure storage read ec_cert3 fail                                                                           
[00.489]secure storage read ec_cert3 fail with:-1                                                           
secure storage read rsa_key fail                                                                            
[00.496]secure storage read rsa_key fail with:-1                                                            
secure storage read rsa_cert1 fail                                                                          
[00.504]secure storage read rsa_cert1 fail with:-1                                                          
secure storage read rsa_cert2 fail                                                                          
[00.511]secure storage read rsa_cert2 fail with:-1                                                          
secure storage read rsa_cert3 fail                                                                          
[00.519]secure storage read rsa_cert3 fail with:-1                                                          
[00.524]out of usb burn from boot: not need burn key                                                        
root_partition is rootfs                                                                                    
set root to /dev/mmcblk0p5                                                                                  
[00.533]update part info                                                                                    
[00.536]update bootcmd                                                                                      
[00.538]change working_fdt 0x43ebee70 to 0x43e9ee70                                                         
[00.543][mmc]: no mmc-hs400-1_8v!                                                                           
[00.546][mmc]: delete mmc-hs200-1_8v from dtb                                                               
[00.550][mmc]: get max-frequency ok 50000000 Hz                                                             
disable nand error: FDT_ERR_BADPATH                                                                         
[00.568]update dts                                                                                          
Hit any key to stop autoboot:  0                                                                            
[01.659]no vendor_boot partition is found                                                                   
Android's image name: t113-nezha                                                                            
[01.670]Starting kernel ...                                                                                 
                                                                                                            
[01.673][mmc]: mmc exit start                                                                               
[01.690][mmc]: mmc 2 exit ok                                                                                
[    0.000000] Booting Linux on physical CPU 0x0                                                            
[    0.000000] Linux version 5.4.61 (any@Any-PC) (arm-openwrt-linux-muslgnueabi-gcc.bin (OpenWrt/Linaro GCC4
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d                              
[    0.000000] CPU: div instructions available: patching division code                                      
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache                     
[    0.000000] OF: fdt: Machine model: sun8iw20                                                             
[    0.000000] printk: bootconsole [earlycon0] enabled                                                      
[    0.000000] Memory policy: Data cache writealloc                                                         
[    0.000000] cma: Reserved 8 MiB at 0x47800000                                                            
[    0.000000] On node 0 totalpages: 32768                                                                  
[    0.000000]   Normal zone: 256 pages used for memmap                                                     
[    0.000000]   Normal zone: 0 pages reserved                                                              
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7                                                     
[    0.000000] psci: probing for conduit method from DT.                                                    
[    0.000000] psci: PSCIv1.0 detected in firmware.                                                         
[    0.000000] psci: Using standard PSCI v0.2 function IDs                                                  
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.                                                       
[    0.000000] psci: SMC Calling Convention v1.0                                                            
[    0.000000] percpu: Embedded 15 pages/cpu s30348 r8192 d22900 u61440                                     
[    0.000000] pcpu-alloc: s30348 r8192 d22900 u61440 alloc=15*4096                                         
[    0.000000] pcpu-alloc: [0] 0 [0] 1                                                                      
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512                                 
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 co 
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)                       
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)                         
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off                                      
[    0.000000] Memory: 109652K/131072K available (6144K kernel code, 254K rwdata, 1484K rodata, 1024K init,)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1                                   
[    0.000000] rcu: Preemptible hierarchical RCU implementation.                                            
[    0.000000]  Tasks RCU enabled.                                                                          
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.                       
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16                                              
[    0.000000] random: get_random_bytes called from start_kernel+0x264/0x3e8 with crng_init=0               
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).                                        
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: s
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns                  
[    0.008007] Switching to timer-based delay loop, resolution 41ns                                         
[    0.014184] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns     
[    0.023886] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (l)
[    0.034267] pid_max: default: 32768 minimum: 301                                                         
[    0.039015] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)                          
[    0.046348] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)                     
[    0.054665] CPU: Testing write buffer coherency: ok                                                      
[    0.059878] /cpus/cpu@0 missing clock-frequency property                                                 
[    0.065193] /cpus/cpu@1 missing clock-frequency property                                                 
[    0.070540] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                                             
[    0.076704] Setting up static identity map for 0x40100000 - 0x40100060                                   
[    0.083365] rcu: Hierarchical SRCU implementation.                                                       
[    0.088565] smp: Bringing up secondary CPUs ...                                                          
[    0.094185] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001                                             
[    0.094303] smp: Brought up 1 node, 2 CPUs                                                               
[    0.104149] SMP: Total of 2 processors activated (96.00 BogoMIPS).                                       
[    0.110344] CPU: All CPU(s) started in SVC mode.                                                         
[    0.115414] devtmpfs: initialized                                                                        
[    0.130076] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5                      
[    0.138205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000s
[    0.148069] futex hash table entries: 512 (order: 3, 32768 bytes, linear)                                
[    0.155302] pinctrl core: initialized pinctrl subsystem                                                  
[    0.161482] NET: Registered protocol family 16                                                           
[    0.167335] DMA: preallocated 256 KiB pool for atomic coherent allocations                               
[    0.203258] rtc_ccu: sunxi ccu init OK                                                                   
[    0.209320] ccu: sunxi ccu init OK                                                                       
[    0.213146] r_ccu: sunxi ccu init OK                                                                     
[    0.233999] sun6i-dma 3002000.dma-controller: sunxi dma probed                                           
[    0.241582] iommu: Default domain type: Translated                                                       
[    0.246618] sunxi iommu: irq = 24                                                                        
[    0.250832] SCSI subsystem initialized                                                                   
[    0.254790] usbcore: registered new interface driver usbfs                                               
[    0.260352] usbcore: registered new interface driver hub                                                 
[    0.265739] usbcore: registered new device driver usb                                                    
[    0.271613] Advanced Linux Sound Architecture Driver Initialized.                                        
[    0.278432] Bluetooth: Core ver 2.22                                                                     
[    0.282073] NET: Registered protocol family 31                                                           
[    0.286519] Bluetooth: HCI device and connection manager initialized                                     
[    0.292925] Bluetooth: HCI socket layer initialized                                                      
[    0.297798] Bluetooth: L2CAP socket layer initialized                                                    
[    0.302865] Bluetooth: SCO socket layer initialized                                                      
[    0.308010] pwm module init!                                                                             
[    0.312054] g2d 5410000.g2d: Adding to iommu group 0                                                     
[    0.317317] G2D: rcq version initialized.major:252                                                       
[    0.322868] clocksource: Switched to clocksource arch_sys_counter                                        
[    0.337301] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver                               
[    0.346605] NET: Registered protocol family 2                                                            
[    0.351522] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)              
[    0.359946] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)                      
[    0.367643] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)                             
[    0.374747] TCP: Hash tables configured (established 1024 bind 1024)                                     
[    0.381194] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)                                   
[    0.387775] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)                              
[    0.394967] NET: Registered protocol family 1                                                            
[    0.400265] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulr
[    0.410577] spi spi0: spi0 supply spi not found, using dummy regulator                                   
[    0.417298] sunxi_spi_resource_get()2438 - [spi0] SPI MASTER MODE                                        
[    0.423461] sunxi_spi_resource_get()2476 - Failed to get sample mode                                     
[    0.429822] sunxi_spi_resource_get()2481 - Failed to get sample delay                                    
[    0.436277] sunxi_spi_resource_get()2485 - sample_mode:-1431633921 sample_delay:-1431633921              
[    0.444703] sunxi_spi_clk_init()2527 - [spi0] mclk 100000000                                             
[    0.450956] sunxi_spi_probe()2978 - [spi0]: driver probe succeed, base c881f000, irq 41                  
[    0.460525] workingset: timestamp_bits=30 max_order=15 bucket_order=0                                    
[    0.471877] squashfs: version 4.0 (2009/01/31) Phillip Lougher                                           
[    0.477898] ntfs: driver 2.1.32 [Flags: R/W].                                                            
[    0.511002] io scheduler mq-deadline registered                                                          
[    0.515564] io scheduler kyber registered                                                                
[    0.520592] [DISP]disp_module_init                                                                       
[    0.524569] disp 5000000.disp: Adding to iommu group 0                                                   
[    0.530243] [DISP] parser_disp_init_para,line:1430:                                                      
[    0.530247] of_property_read fb0_width fail                                                              
[    0.550519] disp 5000000.disp: 5000000.disp supply vcc-lcd not found, using dummy regulator              
[    0.559092] disp 5000000.disp: 5000000.disp supply vcc-pd not found, using dummy regulator               
[    0.572289] [DISP] disp_sys_pwm_request,line:442:                                                        
[    0.572294] disp_sys_pwm_request pwm 8 fail! -517                                                        
[    0.581720] [DISP] disp_sys_pwm_config,line:509:                                                         
[    0.581723] disp_sys_pwm_Config, handle is NULL!                                                         
[    0.591394] display_fb_request,fb_id:0                                                                   
[    0.595407] [DISP] Fb_copy_boot_fb,line:1445:                                                            
[    0.595411] no boot_fb0                                                                                  
[    0.602627] disp_al_manager_apply ouput_type:0                                                           
[    0.607601] [DISP]disp_module_init finish                                                                
[    0.612414] [DISP] lcd_clk_config,line:774:                                                              
[    0.612425] disp 0, clk: pll(114000000),clk(114000000),dclk(19000000) dsi_rate(114000000)                
[    0.612425]      clk real:pll(288000000),clk(288000000),dclk(24000000) dsi_rate(0)                       
[    0.612722] sunxi_sid_init()783 - insmod ok                                                              
[    0.616688] [DISP] disp_sys_pwm_request,line:442:                                                        
[    0.616692] disp_sys_pwm_request pwm 8 fail! -517                                                        
[    0.633579] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulr
[    0.636671] [DISP] disp_sys_pwm_config,line:509:                                                         
[    0.636673] disp_sys_pwm_Config, handle is NULL!                                                         
[    0.641700] uart uart0: uart0 supply uart not found, using dummy regulator                               
[    0.646108] [DISP] disp_sys_pwm_set_polarity,line:528:                                                   
[    0.646112] disp_sys_pwm_Set_Polarity, handle is NULL!                                                   
[    0.682642] uart0: ttyS0 at MMIO 0x2500000 (irq = 34, base_baud = 1500000) is a SUNXI                    
[    0.690545] sw_console_setup()1807 - console setup baud 115200 parity n bits 8, flow n                   
[    0.698526] printk: console [ttyS0] enabled                                                              
[    0.698526] printk: console [ttyS0] enabled                                                              
[    0.707401] printk: bootconsole [earlycon0] disabled                                                     
[    0.707401] printk: bootconsole [earlycon0] disabled                                                     
[    0.718734] misc dump reg init                                                                           
[    0.723315] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulr
[    0.734524] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9                                    
[    0.741764] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed                                   
[    0.749118] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed                                  
[    0.756557] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)                                           
[    0.763114] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.                                       
[    0.770060] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1)                               
[    0.777818] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1                              
[    0.785682] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1                           
[    0.793813] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled                                  
[    0.801437] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power.                                         
[    0.808214] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1)                                 
[    0.815763] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=141 assert=0                                  
[    0.823768] [ADDR_MGT] addr_mgt_probe: module version: v1.0.11                                           
[    0.830930] [ADDR_MGT] addr_mgt_probe: success.                                                          
[    0.836313] dma-buf: Running sanitycheck                                                                 
[    0.840710] dma-buf: Running dma_fence                                                                   
[    0.844971] sizeof(dma_fence)=48                                                                         
[    0.848682] dma-buf: Running dma_fence/sanitycheck                                                       
[    0.854081] dma-buf: Running dma_fence/test_signaling                                                    
[    0.859745] dma-buf: Running dma_fence/test_add_callback                                                 
[    0.865742] dma-buf: Running dma_fence/test_late_add_callback                                            
[    0.872187] dma-buf: Running dma_fence/test_rm_callback                                                  
[    0.878067] dma-buf: Running dma_fence/test_late_rm_callback                                             
[    0.884428] dma-buf: Running dma_fence/test_status                                                       
[    0.889799] dma-buf: Running dma_fence/test_error                                                        
[    0.895085] dma-buf: Running dma_fence/test_wait                                                         
[    0.900263] dma-buf: Running dma_fence/test_wait_timeout                                                 
[    0.942879] dma-buf: Running dma_fence/test_stub                                                         
[    0.948075] dma-buf: Running dma_fence/race_signal_callback                                              
[    1.022884] thread_signal_callback[0] completed 36031 passes, 196 misses                                 
[    1.030423] thread_signal_callback[1] completed 36038 passes, 204 misses                                 
[    1.102886] thread_signal_callback[0] completed 39420 passes, 39420 misses                               
[    1.110627] thread_signal_callback[1] completed 39379 passes, 39378 misses                               
[    1.118903] libphy: Fixed MDIO Bus: probed                                                               
[    1.124218] sun8iw20-pinctrl 2000000.pinctrl: pin PE2 already requested by 2500000.uart; cannot claim foh
[    1.136206] sun8iw20-pinctrl 2000000.pinctrl: pin-130 (4500000.eth) status -22                           
[    1.144382] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 130 (PE2) from group PE2  on device l
[    1.156499] sunxi-gmac 4500000.eth: Error applying setting, reverse things back                          
[    1.164750] sunxi-gmac: probe of 4500000.eth failed with error -22                                       
[    1.171853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver                                   
[    1.179218] sunxi-ehci: EHCI SUNXI driver                                                                
[    1.184283] get ehci1-controller wakeup-source is fail.                                                  
[    1.190241] sunxi ehci1-controller don't init wakeup source                                              
[    1.196582] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0b5a928, 0x:c8835d
[    1.208635] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, usinr
[    1.221121] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dur
[    1.233304] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller                                    
[    1.240558] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1           
[    1.250561] sunxi-ehci 4200000.ehci1-controller: irq 61, io mem 0x04200000                               
[    1.282895] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00                              
[    1.291529] hub 1-0:1.0: USB hub found                                                                   
[    1.295791] hub 1-0:1.0: 1 port detected                                                                 
[    1.300736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver                                       
[    1.307721] sunxi-ohci: OHCI SUNXI driver                                                                
[    1.312693] get ohci1-controller wakeup-source is fail.                                                  
[    1.318671] sunxi ohci1-controller don't init wakeup source                                              
[    1.324941] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0b5abb8           
[    1.334635] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, usinr
[    1.347137] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dur
[    1.359333] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller                                    
[    1.366616] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2           
[    1.379560] sunxi-ohci 4200400.ohci1-controller: irq 62, io mem 0x04200400                               
[    1.457656] hub 2-0:1.0: USB hub found                                                                   
[    1.461906] hub 2-0:1.0: 1 port detected                                                                 
[    1.466984] i2c /dev entries driver                                                                      
[    1.470971] sunxi cedar version 1.1                                                                      
[    1.475093] sunxi-cedar 1c0e000.ve: Adding to iommu group 0                                              
[    1.481406] VE: sunxi_cedar_probe power-domain init!!!                                                   
[    1.487266] VE: install start!!!                                                                         
[    1.487266]                                                                                              
[    1.492752] VE: cedar-ve the get irq is 42                                                               
[    1.492752]                                                                                              
[    1.499209] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval)                                
[    1.499209]                                                                                              
[    1.508503] VE: install end!!!                                                                           
[    1.508503]                                                                                              
[    1.513593] VE: sunxi_cedar_probe                                                                        
[    1.517554] Bluetooth: HCI UART driver ver 2.3                                                           
[    1.522539] Bluetooth: HCI UART protocol H4 registered                                                   
[    1.528322] Bluetooth: HCI UART protocol BCSP registered                                                 
[    1.534576] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 1.0.10                                       
[    1.542508] sun8iw20-pinctrl 2000000.pinctrl: pin PC2 already requested by 4025000.spi; cannot claim forc
[    1.554542] sun8iw20-pinctrl 2000000.pinctrl: pin-66 (4022000.sdmmc) status -22                          
[    1.562745] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 66 (PC2) from group PC2  on device 2l
[    1.574764] sunxi-mmc 4022000.sdmmc: Error applying setting, reverse things back                         
[    1.583103] sunxi-mmc: probe of 4022000.sdmmc failed with error -22                                      
[    1.591116] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.25 2022-6-21 13:40)           
[    1.601006] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8                                               
[    1.607214] sunxi-mmc 4020000.sdmmc: No vmmc regulator found                                             
[    1.613576] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found                                            
[    1.620020] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found                                            
[    1.626477] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found                                           
[    1.633030] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found                                           
[    1.639571] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found                                           
[    1.646122] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found                                           
[    1.653103] sunxi-mmc 4020000.sdmmc: Got CD GPIO                                                         
[    1.658466] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail                                            
[    1.665119] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12)B
[    1.676301] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator                                
[    1.696461] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SB
[    1.720873] sunxi-mmc 4020000.sdmmc: detmode:gpio irq                                                    
[    1.726604] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12)B
[    1.738216] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.25 2022-6-21 13:40)           
[    1.748096] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8                                               
[    1.754311] sunxi-mmc 4021000.sdmmc: No vmmc regulator found                                             
[    1.760659] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found                                            
[    1.767117] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found                                            
[    1.773572] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found                                           
[    1.780113] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found                                           
[    1.786666] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found                                           
[    1.793218] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found                                           
[    1.799776] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed                     
[    1.809140] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12)B
[    1.820365] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator                                
[    1.840527] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SB
[    1.864764] sunxi-mmc 4021000.sdmmc: detmode:manually by software                                        
[    1.872437] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!                                        
[    1.872590] sunxi_led_probe()1749 - start                                                                
[    1.883882] sunxi_get_str_of_property()1595 - failed to get the string of propname led_regulator!        
[    1.884645] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!                                        
[    1.893859] sunxi_register_led_classdev()1483 - led_classdev start                                       
[    1.907625] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SB
[    1.920227] sunxi_led_probe()1845 - finish                                                               
[    1.925082] exFAT: Version 1.3.0                                                                         
[    1.926145] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SB
[    1.930597] [AUDIOCODEC][sunxi_codec_parse_params][2437]:digital_vol:0, lineout_vol:26, mic1gain:31, mic1
[    1.930597]                                                                                              
[    1.957562] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!                                         
[    1.964346] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!                                         
[    1.971096] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!                                         
[    1.977864] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!                                         
[    1.977889] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12)B
[    1.984649] [AUDIOCODEC][sunxi_codec_parse_params][2473]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachp0
[    1.995775] [DISP] disp_sys_pwm_request,line:442:                                                        
[    1.995783] disp_sys_pwm_request pwm 8 fail! -517                                                        
[    2.007152] [AUDIOCODEC][sunxi_internal_codec_probe][2634]:codec probe finished                          
[    2.011984] [DISP] disp_lcd_pwm_enable,line:1271:                                                        
[    2.011987] pwm device hdl is NULL                                                                       
[    2.018174] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!          
[    2.025561] [DISP] disp_device_attached_and_enable,line:233:                                             
[    2.025566] attached ok, mgr0<-->dev0                                                                    
[    2.030865] [SNDCODEC][sunxi_card_init][583]:card init finished                                          
[    2.034652] [DISP] disp_device_attached_and_enable,line:236:                                             
[    2.034660] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8              
[    2.077562] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok         
[    2.088477] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0
[    2.100427] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished                                 
[    2.108800] NET: Registered protocol family 10                                                           
[    2.113854] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch                                   
[    2.122088] Segment Routing with IPv6                                                                    
[    2.126324] NET: Registered protocol family 17                                                           
[    2.131469] Bluetooth: RFCOMM TTY layer initialized                                                      
[    2.137000] Bluetooth: RFCOMM socket layer initialized                                                   
[    2.142791] Bluetooth: RFCOMM ver 1.11                                                                   
[    2.147573] Registering SWP/SWPB emulation handler                                                       
[    2.167211] sun8iw20-pinctrl 2000000.pinctrl: pin PE2 already requested by 2500000.uart; cannot claim foh
[    2.179190] sun8iw20-pinctrl 2000000.pinctrl: pin-130 (4500000.eth) status -22                           
[    2.187317] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 130 (PE2) from group PE2  on device l
[    2.199447] sunxi-gmac 4500000.eth: Error applying setting, reverse things back                          
[    2.207708] sunxi-gmac: probe of 4500000.eth failed with error -22                                       
[    2.214954] sun8iw20-pinctrl 2000000.pinctrl: pin PC2 already requested by 4025000.spi; cannot claim forc
[    2.226973] sun8iw20-pinctrl 2000000.pinctrl: pin-66 (4022000.sdmmc) status -22                          
[    2.235187] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 66 (PC2) from group PC2  on device 2l
[    2.247196] sunxi-mmc 4022000.sdmmc: Error applying setting, reverse things back                         
[    2.255525] sunxi-mmc: probe of 4022000.sdmmc failed with error -22                                      
[    2.263933] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulr
[    2.276306] get ehci0-controller wakeup-source is fail.                                                  
[    2.282265] sunxi ehci0-controller don't init wakeup source                                              
[    2.288541] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b5a408, 0x:c88b8b
[    2.300557] [sunxi-ehci0]: Not init ehci0                                                                
[    2.305397] get ohci0-controller wakeup-source is fail.                                                  
[    2.311345] sunxi ohci0-controller don't init wakeup source                                              
[    2.317648] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b5a698           
[    2.327323] [sunxi-ohci0]: Not init ohci0                                                                
[    2.332525] otg manager soc@3000000:usbc0@0: soc@3000000:usbc0@0 supply usbc not found, using dummy regur
[    2.346128] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2           
[    2.355863] cfg80211: failed to load regulatory.db                                                       
[    2.355877] clk: Not disabling unused clocks                                                             
[    2.366051] ALSA device list:                                                                            
[    2.369377]   #0: audiocodec                                                                             
[    2.372610] alloc_fd: slot 0 not NULL!                                                                   
[    2.377191] VFS: Cannot open root device "mmcblk0p5" or unknown-block(0,0): error -6                     
[    2.385895] Please append a correct "root=" boot option; here are the available partitions:              
[    2.395290] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)               
[    2.404568] CPU1: stopping                                                                               
[    2.407605] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.4.61 #36                                         
[    2.414339] Hardware name: Generic DT based system                                                       
[    2.419733] [<c010de6c>] (unwind_backtrace) from [<c010a614>] (show_stack+0x10/0x14)                     
[    2.428430] [<c010a614>] (show_stack) from [<c062be28>] (dump_stack+0x88/0xa4)                           
[    2.436537] [<c062be28>] (dump_stack) from [<c010c254>] (handle_IPI+0xe4/0x180)                          
[    2.444742] [<c010c254>] (handle_IPI) from [<c0316614>] (gic_handle_irq+0x70/0x78)                       
[    2.453238] [<c0316614>] (gic_handle_irq) from [<c01021cc>] (__irq_svc+0x6c/0xa8)                        
[    2.461630] Exception stack(0xc705df80 to 0xc705dfc8)                                                    
[    2.467298] df80: 00000400 c76c7334 00000000 c01147a0 00000002 c705c000 c0a03de8 c0a03e24                
[    2.476474] dfa0: 4000406a 410fc075 00000000 00000000 c0b46748 c705dfd0 c0107f68 c0107f58                
[    2.485646] dfc0: 60000013 ffffffff                                                                      
[    2.489562] [<c01021cc>] (__irq_svc) from [<c0107f58>] (arch_cpu_idle+0x1c/0x38)                         
[    2.497864] [<c0107f58>] (arch_cpu_idle) from [<c013d43c>] (do_idle+0xd4/0x128)                          
[    2.506067] [<c013d43c>] (do_idle) from [<c013d728>] (cpu_startup_entry+0x18/0x20)                       
[    2.514561] [<c013d728>] (cpu_startup_entry) from [<40102bac>] (0x40102bac)                              
[    2.522381] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

最近编辑记录 Gentlepig (2024-11-27 15:13:39)

离线

#13 2024-12-09 09:19:00

zyz_432
会员
注册时间: 2024-12-09
已发帖子: 6
积分: 1

Re: t113 emmc 使用mq-R编译后,无法启动,卡在optee

大佬,我也用全志的H3芯片我想把系统装到emmc里面,但是用dd命令装上去系统起不来,大佬知道是啥问题不

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn