试着用t113的uboot测试mipi屏幕,出现问题,能不能帮帮我
-
用的t113的sdk编译出来的uboot,自己修改了设备树,之前用的800x480的lcd在uboot下面已经用colorbar指令测试成功了,然后想测试手头的mipi屏幕,结果出现了个问题
用disp指令显示,我配置的刷新率应该是59帧,实际只有25.5帧,colorbar测试失败,但是用mipi指令可以获取到屏幕的id值,说明mipi其实已经跑起来了,可能是时钟哪里配置不对,没有修改uboot源码,只是修改了设备树,按照mipi初始化指令增加了屏幕的指令,这个屏幕不需要额外的初始化指令,只需要一个0x29和0x11指令就可以显示的uboot打印的logo如下
U-Boot 2018.05-g2a24076-dirty (May 13 2022 - 21:35:03 +0800) Allwinner Technology [03.349].................................set debug mode=8[03.354]CPU: Allwinner Family [03.357]Model: sun8iw20 [03.359]DRAM: 128 MiB [03.362]Relocation Offset is: 04f36000 [03.380]secure enable bit: 0 [03.383]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [03.389]gic: normal mode [03.391]flash init start0 [03.393]workmode = 0,storage type = 3 spi sunxi_slave->max_hz:120000000 SF: Detected w25q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB [03.409]sunxi flash init ok [03.412]sunxi_flash_probe ok [03.415]sunxi_flash_probe ok1 [03.417]line:703 init_clocks [03.420]init_clocks:finish [03.422]drv_disp_init [03.430]get flash lcd idx 0 request pwm success, pwm7:pwm7:0x2000c00. fdt get node offset faill: hdmi [03.441]HDMI 2.0 driver init start! [03.444]fdt_path_offset hdmi fail [03.447]unable to map hdmi registers [03.450]drv_disp_init finish [03.453]boot_gui_init:start [03.456]set disp.dev2_output_type fail. using defval=0 [03.461]lcd_open_flow=0 [03.463]lcd_clk_config-------------------------------- [03.468]-------------disp_al_lcd_get_clk_info [03.472]DSI_VERSION_40 [03.474]DSI_VERSION_40 lcd_dsi_format=0 [03.477]tcon_div=4 lcd_div=1 dsi_div=6 dsi_rate=150000000 [03.482]lcd_rate=408000000 pll_rate=408000000 tcon_div=4 [03.488]pll_rate_set=408000000 [03.490]2222222222 [03.492]disp 0, clk: pll(408000000),clk(408000000),dclk(68000000) dsi_rate(150000000) clk real:pll(408000000),clk(408000000),dclk(102000000) dsi_rate(150000000) [03.507]DSI_VERSION_40 [03.509]DSI_VERSION_40 lcd_dsi_format=0 [03.512]tcon_div=4 lcd_div=1 dsi_div=6 dsi_rate=150000000 [03.518]lcd_open_flow=0 [03.851]switch device: sel=0, type=1, mode=4, format=0, bits=0, eotf=4, cs=260 [03.858]boot_gui_init:finish GUID P[03.861]lcd_open_flow=0 [03.873]lcd_panel_init dsi_dcs_write=29 get lcd id0 0x41 get lcd id15 0xff get lcd id16 0x0 readbytes=16 artition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: In[04.192]lcd_open_flow=0 valid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** partno erro : can't find partition bootloader GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** partno erro : can't find partition boot-resource [04.238]Get bootloader and boot-resource partition number fail[04.244]lcd_open_flow=0 [04.247]lcd_open_flow=0 [04.249]lcd_open_flow=0 [04.251]LCD open finish ! GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** [04.277]Loading Environment from SUNXI_FLASH... GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** *** Warning - no device, using default environment Failed (-19) GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** [04.334]update part info [04.336]key 0 GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** [04.361]no misc partition is found [04.364]update bootcmd GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** GUID Partition Table Header signature is wrong: 0xE07060200000000 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** ERROR: attempting read past flash size *** ERROR: Can't read GPT header *** part_get_info_efi: *** ERROR: Invalid Backup GPT *** [04.412]libfdt fdt_check_header(): FDT_ERR_BADMAGIC [04.417]replace_fdt fail addr:0x43200000 disable nand error: FDT_ERR_NOTFOUND [04.424](weak)update dtb dram start [04.428]## error: update_fdt_dram_para : FDT_ERR_NOTFOUND [04.434]update dts Hit any key to stop autoboot: 0 ## Error: "distro_bootcmd" not defined => disp screen 0: de_rate 300000000 hz, ref_fps:59 mgr0: 720x1280 fmt[rgb] cs[0x204] range[full] eotf[0x4] bits[8bits] err[1] force_sync[0] unblank direct_show[false] iommu[0] lcd output backlight(100) fps:25.5 720x1280 err:0 skip:0 irq:0 vsync:0 vsync_skip:0 =>
希望有经验的朋友能不能帮我分析一下,是不是哪里时钟配置出错了
uboot的dts文件如下
/* * Allwinner Technology CO., Ltd. sun8iw20p1 soc board. * * soc board support. */ /dts-v1/; #include "sun8iw20p1-soc-system.dtsi" &platform { eraseflag = <1>; next_work = <3>; debug_mode = <1>; }; &target { boot_clock = <1008>; /*CPU boot frequency, Unit: MHz*/ storage_type = <0xffffffff>; /*boot medium, 0-nand, 1-card0, 2-card2, -1(defualt)auto scan*/ burn_key = <0>; /*1:support burn key; 0:not support burn key*/ dragonboard_test = <0>; /*1:support card boot dragonboard; 0:not support card boot dragonboard*/ }; &charger0 { pmu_safe_vol = <3500>; }; &twi6 { clock-frequency = <200000>; pinctrl-0 = <&s_twi0_pins_a>; no_suspend = <1>; twi_drv_used = <1>; status = "okay"; }; &pwm7_pin_a { pins = "PD22"; function = "pwm7"; muxsel = <5>; drive-strength = <10>; bias-pull-up; }; &pwm7_pin_b { pins = "PD22"; muxsel = <0>; function = "gpio_out"; }; &pwm7 { pinctrl-names = "active", "sleep"; pinctrl-0 = <&pwm7_pin_a>; pinctrl-1 = <&pwm7_pin_b>; status = "okay"; }; &sdc0_pins_a { allwinner,pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; allwinner,function = "sdc0"; allwinner,muxsel = <2>; allwinner,drive = <3>; allwinner,pull = <1>; pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; function = "sdc0"; drive-strength = <30>; bias-pull-up; power-source = <3300>; }; &sdc0_pins_b { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; function = "sdc0"; drive-strength = <30>; bias-pull-up; power-source = <1800>; }; &sdc0_pins_c { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; function = "gpio_in"; }; &sdc2_pins_a { allwinner,pins = "PC2", "PC3", "PC4", "PC5", "PC6", "PC7"; allwinner,function = "sdc2"; allwinner,muxsel = <3>; allwinner,drive = <3>; allwinner,pull = <1>; pins = "PC2", "PC3", "PC4", "PC5", "PC6", "PC7"; function = "sdc2"; drive-strength = <30>; bias-pull-up; }; &sdc2_pins_b { pins = "PC2", "PC3", "PC4", "PC5", "PC6", "PC7"; function = "gpio_in"; }; &nand0_pins_a { allwinner,pins = "PC0", "PC1", "PC2", "PC5", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16"; allwinner,pname= "nand0_we", "nand0_ale","nand0_cle", "nand0_nre", "nand0_d0", "nand0_d1", "nand0_d2", "nand0_d3", "nand0_d4", "nand0_d5", "nand0_d6", "nand0_d7", "nand0_ndqs"; allwinner,function = "nand0"; allwinner,muxsel = <2>; allwinner,drive = <1>; allwinner,pull = <0>; }; &nand0_pins_b { allwinner,pins = "PC4", "PC6", "PC03", "PC07"; allwinner,pname= "nand0_ce0", "nand0_rb0", "nand0_ce1", "nand0_rb1"; allwinner,function = "nand0"; allwinner,muxsel = <2>; allwinner,drive = <1>; allwinner,pull = <1>; /* only RB&CE should be pulled up */ }; &nand0_pins_c { allwinner,pins = "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16"; allwinner,function = "io_disabled"; allwinner,muxsel = <7>; allwinner,drive = <1>; allwinner,pull = <0>; }; &spi0_pins_a { allwinner,pins = "PC2", "PC4", "PC5"; allwinner,pname = "spi0_sclk", "spi0_mosi", "spi0_miso"; allwinner,function = "spi0"; allwinner,muxsel = <2>; allwinner,drive = <1>; allwinner,pull = <0>; }; &spi0_pins_b { allwinner,pins = "PC3", "PC7", "PC6"; allwinner,pname = "spi0_cs0", "spi0_hold", "spi0_wp"; allwinner,function = "spi0"; allwinner,muxsel = <2>; allwinner,drive = <1>; allwinner,pull = <1>; // only CS should be pulled up }; &spi0_pins_c { allwinner,pins = "PC2", "PC3", "PC4", "PC5", "PC6", "PC7"; allwinner,function = "gpio_in"; allwinner,muxsel = <0>; allwinner,drive = <1>; allwinner,pull = <0>; }; &card0_boot_para { /* Avoid dtc compiling warnings. @TODO: Developer should modify this to the actual value */ /* reg = <0x0 0x2 0x0 0x0>; [> Avoid dtc compiling warnings. @TODO: Developer should modify this to the actual value <] */ device_type = "card0_boot_para"; card_ctrl = <0x0>; card_high_speed = <0x1>; card_line = <0x4>; pinctrl-0 = <&sdc0_pins_a>; }; &card2_boot_para { /* Avoid dtc compiling warnings. @TODO: Developer should modify this to the actual value */ /* reg = <0x0 0x3 0x0 0x0>; [> Avoid dtc compiling warnings. @TODO: Developer should modify this to the actual value <] */ device_type = "card2_boot_para"; card_ctrl = <0x2>; card_high_speed = <0x1>; card_line = <0x4>; pinctrl-0 = <&sdc2_pins_a>; sdc_ex_dly_used = <0x2>; sdc_io_1v8 = <0x1>; sdc_tm4_win_th = <0x08>; sdc_tm4_hs200_max_freq = <150>; sdc_tm4_hs400_max_freq = <100>; sdc_type = "tm4"; }; &gpio_bias { /* Avoid dtc compiling warnings. @TODO: Developer should modify this to the actual value */ device_type = "gpio_bias"; pc_bias = <1800>; }; &nand0 { compatible = "allwinner,sun8iw20-nand"; device_type = "nand0"; //reg = <0x0 0x04011000 0x0 0x1000>;/* nand0 */ pinctrl-names = "default", "sleep"; pinctrl-0 = <&nand0_pins_a &nand0_pins_b>; pinctrl-1 = <&nand0_pins_c>; nand0_regulator1 = "vcc-nand"; nand0_regulator2 = "none"; nand0_cache_level = <0x55aaaa55>; nand0_flush_cache_num = <0x55aaaa55>; nand0_capacity_level = <0x55aaaa55>; nand0_id_number_ctl = <0x55aaaa55>; nand0_print_level = <0x55aaaa55>; nand0_p0 = <0x55aaaa55>; nand0_p1 = <0x55aaaa55>; nand0_p2 = <0x55aaaa55>; nand0_p3 = <0x55aaaa55>; chip_code = "sun8iw20"; status = "disabled"; }; &spi0 { clock-frequency = <100000000>; pinctrl-0 = <&spi0_pins_a &spi0_pins_b>; pinctrl-1 = <&spi0_pins_c>; pinctrl-names = "default", "sleep"; /*spi-supply = <®_dcdc1>;*/ spi_slave_mode = <0>; spi0_cs_number = <1>; spi0_cs_bitmap = <1>; status = "okay"; spi-nand@0 { compatible = "spi-nand"; spi-max-frequency=<0x5F5E100>; reg = <0x0>; spi-rx-bus-width=<0x04>; spi-tx-bus-width=<0x04>; status="okay"; }; }; &disp { disp_init_enable = <1>; disp_mode = <0>; screen0_output_type = <1>; screen0_output_mode = <4>; screen1_output_type = <3>; screen1_output_mode = <10>; screen1_output_format = <0>; screen1_output_bits = <0>; screen1_output_eotf = <4>; screen1_output_cs = <257>; screen1_output_range = <2>; screen1_output_scan = <0>; screen1_output_aspect_ratio = <8>; dev0_output_type = <1>; dev0_output_mode = <4>; dev0_screen_id = <0>; dev0_do_hpd = <0>; dev1_output_type = <4>; dev1_output_mode = <10>; dev1_screen_id = <1>; dev1_do_hpd = <1>; def_output_dev = <0>; fb0_format = <0>; fb0_width = <0>; fb0_height = <0>; fb1_format = <0>; fb1_width = <0>; fb1_height = <0>; chn_cfg_mode = <1>; disp_para_zone = <1>; /*VCC-LCD*/ /* dc1sw-supply = <®_dc1sw>;*/ /*VCC-DSI*/ /* eldo3-supply = <®_eldo3>;*/ /*VCC-PD*/ /* dcdc1-supply = <®_dcdc1>;*/ }; /*800x480 tft*/ /* &lcd0 { lcd_used = <1>; lcd_driver_name = "default_lcd"; lcd_backlight = <100>; lcd_if = <0>; lcd_x = <800>; lcd_y = <480>; lcd_width = <150>; lcd_height = <94>; lcd_dclk_freq = <36>; lcd_hv_clk_phase = <0>; lcd_hv_sync_polarity= <3>; lcd_pwm_used = <1>; lcd_pwm_ch = <7>; lcd_pwm_freq = <20000>; lcd_pwm_pol = <0>; lcd_hbp = <46>; lcd_ht = <1055>; lcd_hspw = <0>; lcd_vbp = <23>; lcd_vt = <525>; lcd_vspw = <0>; lcd_lvds_if = <0>; lcd_lvds_colordepth = <1>; lcd_lvds_mode = <0>; lcd_frm = <1>; lcd_io_phase = <0x0000>; lcd_gamma_en = <0>; lcd_bright_curve_en = <0>; lcd_cmap_en = <0>; pinctrl-0 = <&rgb18_pins_a>; pinctrl-1 = <&rgb18_pins_b>; }; &aliases { 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; }; */ &lcd0 { /* part 1 */ lcd_used = <1>; lcd_driver_name = "lq055k3sx02"; /* part 2 */ lcd_if = <4>; lcd_dsi_if = <0>; /* part 3 */ lcd_x = <720>; lcd_y = <1280>; lcd_width = <135>; lcd_height = <216>; lcd_dclk_freq = <68>; lcd_hbp = <40>; lcd_ht = <870>; lcd_hspw = <10>; lcd_vbp = <11>; lcd_vt = <1305>; lcd_vspw = <1>; /* part 4 */ lcd_backlight = <100>; lcd_pwm_used = <1>; lcd_pwm_ch = <7>; lcd_pwm_freq = <20000>; lcd_pwm_pol = <0>; lcd_pwm_max_limit = <100>; //lcd_bl_en = <&pio PD 22 1 0 3 1>;//pwm7 pd22 lcd_bright_curve_en = <0>; /* part 5 */ lcd_dsi_lane = <4>; lcd_dsi_format = <0>; lcd_dsi_te = <0>; /* part 6 */ lcd_frm = <0>; lcd_gamma_en = <0>; lcd_cmap_en = <0>; /* part 7 */ //lcd_pin_power = "dcdc1"; //lcd_pin_power1 = "eldo3"; //lcd_power = "dc1sw"; lcd_gpio_0 = <&pio PG 10 1 0 3 1>;//rst(PG10) lcd_gpio_1 = <&pio PG 13 1 0 3 1>;// led(PG13) pinctrl-0 = <&dsi4lane_pins_a>; pinctrl-1 = <&dsi4lane_pins_b>; }; &aliases { 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; };
-
@smiletiger
我也出现一模一样的问题了,同样的D1s板子,同一个固件,淘宝上面买的渣TF卡,有一张卡不正常:
[32]HELLO! BOOT0 is starting! [35]BOOT0 commit : 88480af-dirty [38]set pll start [40]periph0 has been enabled [43]set pll end [44][pmu]: bus read error [47]board init ok [48]ZQ value = 0x30 [50]get_pmu_exist() = -1 [53]ddr_efuse_type: 0xa [55]trefi:7.8ms [57][AUTO DEBUG] single rank and full DQ! [61]ddr_efuse_type: 0xa [63]trefi:7.8ms [65][AUTO DEBUG] rank 0 row = 13 [68][AUTO DEBUG] rank 0 bank = 4 [71][AUTO DEBUG] rank 0 page size = 2 KB [75]DRAM BOOT DRIVE INFO: V0.33 [78]DRAM CLK = 528 MHz [80]DRAM Type = 2 (2:DDR2,3:DDR3) [83]DRAMC read ODT off. [86]DRAM ODT off. [87]ddr_efuse_type: 0xa [90]DRAM SIZE =64 M [92]dram_tpr4:0x0 [94]PLL_DDR_CTRL_REG:0xf8002b00 [97]DRAM_CLK_REG:0xc0000000 [99][TIMING DEBUG] MR2= 0x0 [104]DRAM simple test OK. [106]dram size =64 [108]card no is 0 [109]sdcard 0 line count 4 [112][mmc]: mmc driver ver 2021-04-2 16:45 [121][mmc]: Wrong media type 0x0 [124][mmc]: ***Try SD card 0*** [133][mmc]: HSSDR52/SDR25 4 bit [136][mmc]: 50000000 Hz [138][mmc]: 3763 MB [140][mmc]: ***SD/MMC 0 init OK!!!*** [179]Loading boot-pkg Succeed(index=0). [182]Entry_name = opensbi [186]Entry_name = u-boot [189]Entry_name = dtb [192]mmc not para ▒193]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 08 2023 - 22:56:48 +0800) Allwinner Technology [00.203]DRAM: 64 MiB [00.206]Relocation Offset is: 01f27000 [00.210]secure enable bit: 0 [00.213]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.219]flash init start [00.221]workmode = 0,storage type = 1 [00.225][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.230][mmc]: get sdc_type fail and use default host:tm1. [00.237][mmc]: can't find node "mmc0",will add new node [00.242][mmc]: fdt err returned <no error> [00.246][mmc]: Using default timing para [00.249][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.267][mmc]: card_caps:0x3000000a [00.270][mmc]: host_caps:0x3000003f [00.274]sunxi flash init ok [00.276]line:703 init_clocks GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.304]Loading Environment from SUNXI_FLASH... GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** Can't find env partition *** Warning - no device, using default environment Failed (-19) [00.340]out of usb burn from boot: not need burn key cann't get the boot_base from the env [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.364]Item0 (Map) magic is bad GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** partno erro : can't find partition private GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.417]update part info GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.443]update bootcmd GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.492]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.527]update dts noncached_alloc(): addr = 0x42b4ba00 noncached_alloc(): addr = 0x42b4ba40 noncached_alloc(): addr = 0x42b4ba80 noncached_alloc(): addr = 0x42b4c2c0 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.547]Board Net Initialization Failed [00.551]No ethernet found. Hit any key to stop autoboot: 0 ## Error: "distro_bootcmd" not defined => => =>
有一张正常:
[35]HELLO! BOOT0 is starting! [38]BOOT0 commit : 88480af-dirty [41]set pll start [43]periph0 has been enabled [46]set pll end [48][pmu]: bus read error [50]board init ok [52]ZQ value = 0x30 [54]get_pmu_exist() = -1 [56]ddr_efuse_type: 0xa [58]trefi:7.8ms [60][AUTO DEBUG] single rank and full DQ! [64]ddr_efuse_type: 0xa [66]trefi:7.8ms [68][AUTO DEBUG] rank 0 row = 13 [71][AUTO DEBUG] rank 0 bank = 4 [75][AUTO DEBUG] rank 0 page size = 2 KB [78]DRAM BOOT DRIVE INFO: V0.33 [81]DRAM CLK = 528 MHz [83]DRAM Type = 2 (2:DDR2,3:DDR3) [87]DRAMC read ODT off. [89]DRAM ODT off. [91]ddr_efuse_type: 0xa [93]DRAM SIZE =64 M [95]dram_tpr4:0x0 [97]PLL_DDR_CTRL_REG:0xf8002b00 [100]DRAM_CLK_REG:0xc0000000 [102][TIMING DEBUG] MR2= 0x0 [107]DRAM simple test OK. [109]dram size =64 [111]card no is 0 [113]sdcard 0 line count 4 [115][mmc]: mmc driver ver 2021-04-2 16:45 [125][mmc]: Wrong media type 0x0 [127][mmc]: ***Try SD card 0*** [140][mmc]: HSSDR52/SDR25 4 bit [143][mmc]: 50000000 Hz [145][mmc]: 3780 MB [147][mmc]: ***SD/MMC 0 init OK!!!*** [191]Loading boot-pkg Succeed(index=0). [195]Entry_name = opensbi [198]Entry_name = u-boot [202]Entry_name = dtb [204]mmc not para ▒206]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 09 2023 - 21:12:54 +0800) Allwinner Technology [00.216]DRAM: 64 MiB [00.218]Relocation Offset is: 01f27000 [00.222]secure enable bit: 0 [00.226]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.232]flash init start [00.234]workmode = 0,storage type = 1 [00.237][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.243][mmc]: get sdc_type fail and use default host:tm1. [00.250][mmc]: can't find node "mmc0",will add new node [00.254][mmc]: fdt err returned <no error> [00.258][mmc]: Using default timing para [00.262][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.282][mmc]: card_caps:0x3000000a [00.285][mmc]: host_caps:0x3000003f [00.290]sunxi flash init ok [00.292]line:703 init_clocks [00.318]Loading Environment from SUNXI_FLASH... OK [00.343]out of usb burn from boot: not need burn key [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.363]Item0 (Map) magic is bad partno erro : can't find partition private root_partition is rootfs set root to /dev/mmcblk0p5 [00.380]update part info [00.385]update bootcmd [00.390]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.425]update dts noncached_alloc(): addr = 0x42b4afc0 noncached_alloc(): addr = 0x42b4b000 noncached_alloc(): addr = 0x42b4b040 noncached_alloc(): addr = 0x42b4b880 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.445]Board Net Initialization Failed [00.448]No ethernet found. Hit any key to stop autoboot: 0 [00.656]no vendor_boot partition is found Android's image name: d1s-whycanpih Detect comp gzip [00.935] Starting kernel ... [00.938][mmc]: MMC Device 2 not found [00.941][mmc]: mmc 2 not find, so not exit ▒** 17 printk messages dropped ** [ 0.000000] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.000000] Sorting __ex_table... [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 56316K/65536K available (4943K kernel code, 428K rwdata, 1914K rodata, 156K init, 237K bss, 9220K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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: 0, nr_irqs: 0, preallocated irqs: 0 [ 0.000000] plic: mapped 200 interrupts with 1 handlers for 2 contexts. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0] [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000009] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000032] riscv_timer_clockevent depends on broadcast, but no broadcast function available [ 0.000437] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.001236] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.001261] pid_max: default: 32768 minimum: 301 [ 0.001480] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.001504] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.003805] ASID allocator initialised with 65536 entries [ 0.004015] rcu: Hierarchical SRCU implementation. [ 0.004826] devtmpfs: initialized [ 0.025392] random: get_random_u32 called from bucket_table_alloc.isra.27+0x10a/0x12c with crng_init=0 [ 0.026850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.026891] futex hash table entries: 256 (order: 0, 6144 bytes, linear) [ 0.027080] pinctrl core: initialized pinctrl subsystem [ 0.028945] NET: Registered protocol family 16 [ 0.030003] DMA: preallocated 256 KiB pool for atomic allocations [ 0.035896] cpuidle: using governor menu [ 0.145503] rtc_ccu: sunxi ccu init OK [ 0.156066] clock: sunxi ccu init OK [ 0.157489] clock: sunxi ccu init OK [ 0.290983] iommu: Default domain type: Translated [ 0.291915] sunxi iommu: irq = 4 [ 0.295166] SCSI subsystem initialized [ 0.296614] usbcore: registered new interface driver usbfs [ 0.296940] usbcore: registered new interface driver hub [ 0.297252] usbcore: registered new device driver usb [ 0.298245] mc: Linux media interface: v0.10 [ 0.298684] videodev: Linux video capture interface: v2.00 [ 0.304674] Advanced Linux Sound Architecture Driver Initialized. [ 0.306109] Bluetooth: Core ver 2.22 [ 0.306386] NET: Registered protocol family 31 [ 0.306402] Bluetooth: HCI device and connection manager initialized [ 0.306429] Bluetooth: HCI socket layer initialized [ 0.306444] Bluetooth: L2CAP socket layer initialized [ 0.306498] Bluetooth: SCO socket layer initialized [ 0.307200] pwm module init! [ 0.310031] g2d 5410000.g2d: Adding to iommu group 0 [ 0.310996] G2D: rcq version initialized.major:251 [ 0.312811] clocksource: Switched to clocksource riscv_clocksource [ 0.334719] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver [ 0.343333] NET: Registered protocol family 2 [ 0.344718] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.344777] TCP established hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344806] TCP bind hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344824] TCP: Hash tables configured (established 512 bind 512) [ 0.345003] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345364] NET: Registered protocol family 1 [ 0.347805] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator [ 0.348690] spi spi0: spi0 supply spi not found, using dummy regulator [ 0.349244] sunxi_spi_resource_get()2151 - [spi0] SPI MASTER MODE [ 0.349325] sunxi_spi_resource_get()2189 - Failed to get sample mode [ 0.349337] sunxi_spi_resource_get()2194 - Failed to get sample delay [ 0.349349] sunxi_spi_resource_get()2198 - sample_mode:-1431633921 sample_delay:-1431633921 [ 0.349431] sunxi_spi_clk_init()2240 - [spi0] mclk 100000000 [ 0.351018] sunxi_spi_probe()2653 - [spi0]: driver probe succeed, base ffffffd004058000, irq 31 [ 0.356804] workingset: timestamp_bits=62 max_order=14 bucket_order=0 [ 0.392652] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.394012] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.425659] io scheduler mq-deadline registered [ 0.425677] io scheduler kyber registered [ 0.427921] [DISP]disp_module_init [ 0.428947] disp 5000000.disp: Adding to iommu group 0 [ 0.479607] display_fb_request,fb_id:0 [ 0.483653] [DISP] Fb_copy_boot_fb,line:1443: [ 0.483658] no boot_fb0 [ 0.484431] disp_al_manager_apply ouput_type:0 [ 0.484914] [DISP] lcd_clk_config,line:744: [ 0.484931] disp 0, clk: pll(224000000),clk(224000000),dclk(8000000) dsi_rate(224000000) [ 0.484931] clk real:pll(288000000),clk(288000000),dclk(10285714) dsi_rate(0) [ 0.484990] LCD_open_flow line136: 1111111111111111111111111111111111 [ 0.485004] LCD_power_on line158: 1111111111111111111111111111111111 [ 0.486182] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pd not found, using dummy regulator [ 0.487407] [DISP]disp_module_init finish [ 0.489365] sunxi_sid_init()551 - insmod ok [ 0.490695] pwm-regulator: supplied by regulator-dummy [ 0.494140] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator [ 0.494754] uart uart1: get regulator failed [ 0.494792] uart uart1: uart1 supply uart not found, using dummy regulator [ 0.496189] uart1: ttyS1 at MMIO 0x2500400 (irq = 19, base_baud = 1500000) is a SUNXI [ 0.497418] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator [ 0.497965] uart uart3: get regulator failed [ 0.498002] uart uart3: uart3 supply uart not found, using dummy regulator [ 0.498689] uart3: ttyS3 at MMIO 0x2500c00 (irq = 21, base_baud = 1500000) is a SUNXI [ 0.498722] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n [ 0.613592] LCD_panel_init line200: 1111111111111111111111111111111111 [ 0.613599] [ST7789V LCD INFO] LINE:0201-->LCD_panel_init: [ 0.613604] [ST7789V LCD INFO] LINE:0202-->LCD_panel_init:init statr! [ 0.613606] ili9327 statr [ 0.613612] lcd_panel_ili9327_init line218: 1111111111111111111111111111111111 [ 0.613617] lcd_panel_ili9327_init line219: 1111111111111111111111111111111111 [ 0.613622] lcd_panel_ili9327_init line220: 1111111111111111111111111111111111 [ 0.613627] [ST7789V LCD INFO] LINE:0222-->lcd_panel_ili9327_init: [ 0.633378] [ST7789V LCD INFO] LINE:0226-->lcd_panel_ili9327_init:reset do! [ 0.633383] ili9327 reset! [ 1.061128] ili9327 init over! [ 1.223203] LCD_bl_open line182: 1111111111111111111111111111111111 [ 1.223210] [ST7789V LCD INFO] LINE:0183-->LCD_bl_open:bl open! [ 1.223212] ili9327 open [ 1.223533] [DISP] disp_device_attached_and_enable,line:233: [ 1.223540] attached ok, mgr0<-->dev0 [ 1.223544] [DISP] disp_device_attached_and_enable,line:236: [ 1.223557] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8 [ 1.287862] printk: console [ttyS3] enabled [ 1.295053] misc dump reg init [ 1.300955] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9 [ 1.308725] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed [ 1.316253] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed [ 1.323863] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1) [ 1.330380] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power. [ 1.337529] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1) [ 1.345388] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1 [ 1.353439] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1 [ 1.361550] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled [ 1.369606] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power. [ 1.376626] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1) [ 1.384329] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=141 assert=0 [ 1.391969] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator [ 1.404966] [ADDR_MGT] addr_mgt_probe: module version: v1.0.10 [ 1.413930] [ADDR_MGT] addr_mgt_probe: success. [ 1.421428] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228 [ 1.429684] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306 [ 1.437867] sunxi-spinand-phy: not detect any munufacture from id table [ 1.445517] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.452176] sunxi-spinand-phy: get phy info from fdt fail [ 1.458432] sunxi-spinand-phy: not detect munufacture from fdt [ 1.465359] sunxi-spinand-phy: detect munufacture from id table: GD [ 1.472396] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.479114] sunxi-spinand-phy: get phy info from fdt fail [ 1.485264] sunxi-spinand-phy: not detect munufacture from fdt [ 1.491820] sunxi-spinand-phy: not match spinand: f1c8f1c8 f1c8f1c8 [ 1.500032] libphy: Fixed MDIO Bus: probed [ 1.505646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.513263] sunxi-ehci: EHCI SUNXI driver [ 1.518445] get ehci0-controller wakeup-source is fail. [ 1.524641] sunxi ehci0-controller don't init wakeup source [ 1.530928] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffffe00076f910, 0x:ffffffd00406f000, irq_no:2e [ 1.544618] [sunxi-ehci0]: Not init ehci0 [ 1.549821] get ehci1-controller wakeup-source is fail. [ 1.556114] sunxi ehci1-controller don't init wakeup source [ 1.562405] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xffffffe0007700a0, 0x:ffffffd004073000, irq_no:31 [ 1.576146] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator [ 1.589134] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator [ 1.601819] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller [ 1.609204] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1 [ 1.619306] sunxi-ehci 4200000.ehci1-controller: irq 49, io mem 0x04200000 [ 1.652885] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00 [ 1.662384] hub 1-0:1.0: USB hub found [ 1.667096] hub 1-0:1.0: 1 port detected [ 1.673442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.680456] sunxi-ohci: OHCI SUNXI driver [ 1.686319] get ohci0-controller wakeup-source is fail. [ 1.692289] sunxi ohci0-controller don't init wakeup source [ 1.698759] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xffffffe00076fcd8 [ 1.709320] [sunxi-ohci0]: Not init ohci0 [ 1.714640] get ohci1-controller wakeup-source is fail. [ 1.720690] sunxi ohci1-controller don't init wakeup source [ 1.727269] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xffffffe000770468 [ 1.737889] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator [ 1.750901] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator [ 1.763569] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller [ 1.770883] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2 [ 1.781408] sunxi-ohci 4200400.ohci1-controller: irq 50, io mem 0x04200400 [ 1.858499] hub 2-0:1.0: USB hub found [ 1.863208] hub 2-0:1.0: 1 port detected [ 1.869955] sunxi_gpadc_init,2151, success [ 1.875866] sunxi_gpadc_setup: get channel scan data failed [ 1.883334] input: sunxi-gpadc0 as /devices/virtual/input/input0 [ 1.895405] sunxi-rtc 7090000.rtc: registered as rtc0 [ 1.901265] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T04:02:42 UTC (14562) [ 1.911365] sunxi-rtc 7090000.rtc: sunxi rtc probed [ 1.917931] i2c /dev entries driver [ 1.922493] IR NEC protocol handler initialized [ 1.928116] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 1.940457] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 1.948690] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 1.960835] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 1.969608] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 1.981799] usbcore: registered new interface driver uvcvideo [ 1.988838] USB Video Class driver (1.1.1) [ 1.993597] sunxi cedar version 1.1 [ 1.997842] sunxi-cedar 1c0e000.ve: Adding to iommu group 0 [ 2.004346] VE: install start!!! [ 2.004346] [ 2.010362] VE: cedar-ve the get irq is 6 [ 2.010362] [ 2.017218] VE: ve_debug_proc_info:(____ptrval____), data:(____ptrval____), lock:(____ptrval____) [ 2.017218] [ 2.028944] VE: install end!!! [ 2.028944] [ 2.034098] VE: sunxi_cedar_probe [ 2.038489] Bluetooth: HCI UART driver ver 2.3 [ 2.043917] Bluetooth: HCI UART protocol H4 registered [ 2.049743] Bluetooth: HCI UART protocol BCSP registered [ 2.055791] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 1.0.10 [ 2.063350] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1 [ 2.069843] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 1 [ 2.076617] [XR_BT_LPM] bluesleep_probe: wakeup source is disabled! [ 2.076617] [ 2.085437] [XR_BT_LPM] bluesleep_probe: uart_index(1) [ 2.096723] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.107138] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8 [ 2.113483] sunxi-mmc 4020000.sdmmc: No vmmc regulator found [ 2.119860] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found [ 2.126599] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found [ 2.133128] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found [ 2.139687] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found [ 2.146352] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found [ 2.152934] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found [ 2.160077] sunxi-mmc 4020000.sdmmc: Got CD GPIO [ 2.165563] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail [ 2.172475] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.183909] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator [ 2.202921] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.227584] sunxi-mmc 4020000.sdmmc: detmode:gpio irq [ 2.233340] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.246119] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.256697] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8 [ 2.263024] sunxi-mmc 4021000.sdmmc: No vmmc regulator found [ 2.269466] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found [ 2.276015] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.287717] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found [ 2.294298] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found [ 2.300821] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found [ 2.307629] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found [ 2.314306] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found [ 2.320912] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed [ 2.330097] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.342761] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.354387] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator [ 2.363756] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.375412] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.399922] sunxi-mmc 4021000.sdmmc: detmode:manually by software [ 2.407711] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.415499] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.422420] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.434840] sunxi_led_probe()1751 - start [ 2.439740] sunxi_get_str_of_property()1597 - failed to get the string of propname led_regulator! [ 2.450066] sunxi_register_led_classdev()1485 - led_classdev start [ 2.458589] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.472453] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.481921] sunxi_led_probe()1847 - finish [ 2.488557] ledtrig-cpu: registered to indicate activity on CPUs [ 2.496828] ashmem: initialized [ 2.500495] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.512463] exFAT: Version 1.3.0 [ 2.516119] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.523319] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.535036] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.542805] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.550505] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.557360] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B [ 2.570218] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B [ 2.588877] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:1, pa_pwr_level:1 [ 2.588877] [ 2.606464] mmc0: new high speed SDHC card at address 0001 [ 2.614631] mmcblk0: mmc0:0001 3333 3.69 GiB [ 2.619846] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0 [ 2.634941] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished [ 2.644853] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.651190] sid_rd_ver_reg()254 - ver >= 4, soc ver:5 [ 2.663456] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present! [ 2.673623] [SNDCODEC][sunxi_card_init][583]:card init finished [ 2.683254] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok [ 2.695942] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input1 [ 2.709314] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished [ 2.722526] NET: Registered protocol family 10 [ 2.727679] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch [ 2.737647] Segment Routing with IPv6 [ 2.742026] NET: Registered protocol family 17 [ 2.747617] Bluetooth: RFCOMM TTY layer initialized [ 2.753476] Bluetooth: RFCOMM socket layer initialized [ 2.759287] Bluetooth: RFCOMM ver 1.11 [ 2.797946] sunxi-i2c sunxi-i2c0: sunxi-i2c0 supply twi not found, using dummy regulator [ 2.817440] sunxi-i2c sunxi-i2c0: probe success [ 2.824419] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 2.836820] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 2.845188] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 2.857286] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 2.866115] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 2.879560] clk: Not disabling unused clocks [ 2.884886] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.895096] ALSA device list: [ 2.898411] #0: audiocodec [ 2.901685] alloc_fd: slot 0 not NULL! [ 2.906068] cfg80211: failed to load regulatory.db [ 2.920827] VFS: Mounted root (squashfs filesystem) readonly on device 179:5. [ 2.934454] devtmpfs: mounted [ 2.937996] Freeing unused kernel memory: 156K [ 2.943068] This architecture does not have kernel memory protection.
-
@smiletiger
我也出现一模一样的问题了,同样的D1s板子,同一个固件,淘宝上面买的渣TF卡,有一张卡不正常:
[32]HELLO! BOOT0 is starting! [35]BOOT0 commit : 88480af-dirty [38]set pll start [40]periph0 has been enabled [43]set pll end [44][pmu]: bus read error [47]board init ok [48]ZQ value = 0x30 [50]get_pmu_exist() = -1 [53]ddr_efuse_type: 0xa [55]trefi:7.8ms [57][AUTO DEBUG] single rank and full DQ! [61]ddr_efuse_type: 0xa [63]trefi:7.8ms [65][AUTO DEBUG] rank 0 row = 13 [68][AUTO DEBUG] rank 0 bank = 4 [71][AUTO DEBUG] rank 0 page size = 2 KB [75]DRAM BOOT DRIVE INFO: V0.33 [78]DRAM CLK = 528 MHz [80]DRAM Type = 2 (2:DDR2,3:DDR3) [83]DRAMC read ODT off. [86]DRAM ODT off. [87]ddr_efuse_type: 0xa [90]DRAM SIZE =64 M [92]dram_tpr4:0x0 [94]PLL_DDR_CTRL_REG:0xf8002b00 [97]DRAM_CLK_REG:0xc0000000 [99][TIMING DEBUG] MR2= 0x0 [104]DRAM simple test OK. [106]dram size =64 [108]card no is 0 [109]sdcard 0 line count 4 [112][mmc]: mmc driver ver 2021-04-2 16:45 [121][mmc]: Wrong media type 0x0 [124][mmc]: ***Try SD card 0*** [133][mmc]: HSSDR52/SDR25 4 bit [136][mmc]: 50000000 Hz [138][mmc]: 3763 MB [140][mmc]: ***SD/MMC 0 init OK!!!*** [179]Loading boot-pkg Succeed(index=0). [182]Entry_name = opensbi [186]Entry_name = u-boot [189]Entry_name = dtb [192]mmc not para ▒193]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 08 2023 - 22:56:48 +0800) Allwinner Technology [00.203]DRAM: 64 MiB [00.206]Relocation Offset is: 01f27000 [00.210]secure enable bit: 0 [00.213]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.219]flash init start [00.221]workmode = 0,storage type = 1 [00.225][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.230][mmc]: get sdc_type fail and use default host:tm1. [00.237][mmc]: can't find node "mmc0",will add new node [00.242][mmc]: fdt err returned <no error> [00.246][mmc]: Using default timing para [00.249][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.267][mmc]: card_caps:0x3000000a [00.270][mmc]: host_caps:0x3000003f [00.274]sunxi flash init ok [00.276]line:703 init_clocks GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.304]Loading Environment from SUNXI_FLASH... GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** Can't find env partition *** Warning - no device, using default environment Failed (-19) [00.340]out of usb burn from boot: not need burn key cann't get the boot_base from the env [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.364]Item0 (Map) magic is bad GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** partno erro : can't find partition private GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.417]update part info GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.443]update bootcmd GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.492]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.527]update dts noncached_alloc(): addr = 0x42b4ba00 noncached_alloc(): addr = 0x42b4ba40 noncached_alloc(): addr = 0x42b4ba80 noncached_alloc(): addr = 0x42b4c2c0 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.547]Board Net Initialization Failed [00.551]No ethernet found. Hit any key to stop autoboot: 0 ## Error: "distro_bootcmd" not defined => => =>
有一张正常:
[35]HELLO! BOOT0 is starting! [38]BOOT0 commit : 88480af-dirty [41]set pll start [43]periph0 has been enabled [46]set pll end [48][pmu]: bus read error [50]board init ok [52]ZQ value = 0x30 [54]get_pmu_exist() = -1 [56]ddr_efuse_type: 0xa [58]trefi:7.8ms [60][AUTO DEBUG] single rank and full DQ! [64]ddr_efuse_type: 0xa [66]trefi:7.8ms [68][AUTO DEBUG] rank 0 row = 13 [71][AUTO DEBUG] rank 0 bank = 4 [75][AUTO DEBUG] rank 0 page size = 2 KB [78]DRAM BOOT DRIVE INFO: V0.33 [81]DRAM CLK = 528 MHz [83]DRAM Type = 2 (2:DDR2,3:DDR3) [87]DRAMC read ODT off. [89]DRAM ODT off. [91]ddr_efuse_type: 0xa [93]DRAM SIZE =64 M [95]dram_tpr4:0x0 [97]PLL_DDR_CTRL_REG:0xf8002b00 [100]DRAM_CLK_REG:0xc0000000 [102][TIMING DEBUG] MR2= 0x0 [107]DRAM simple test OK. [109]dram size =64 [111]card no is 0 [113]sdcard 0 line count 4 [115][mmc]: mmc driver ver 2021-04-2 16:45 [125][mmc]: Wrong media type 0x0 [127][mmc]: ***Try SD card 0*** [140][mmc]: HSSDR52/SDR25 4 bit [143][mmc]: 50000000 Hz [145][mmc]: 3780 MB [147][mmc]: ***SD/MMC 0 init OK!!!*** [191]Loading boot-pkg Succeed(index=0). [195]Entry_name = opensbi [198]Entry_name = u-boot [202]Entry_name = dtb [204]mmc not para ▒206]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 09 2023 - 21:12:54 +0800) Allwinner Technology [00.216]DRAM: 64 MiB [00.218]Relocation Offset is: 01f27000 [00.222]secure enable bit: 0 [00.226]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.232]flash init start [00.234]workmode = 0,storage type = 1 [00.237][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.243][mmc]: get sdc_type fail and use default host:tm1. [00.250][mmc]: can't find node "mmc0",will add new node [00.254][mmc]: fdt err returned <no error> [00.258][mmc]: Using default timing para [00.262][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.282][mmc]: card_caps:0x3000000a [00.285][mmc]: host_caps:0x3000003f [00.290]sunxi flash init ok [00.292]line:703 init_clocks [00.318]Loading Environment from SUNXI_FLASH... OK [00.343]out of usb burn from boot: not need burn key [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.363]Item0 (Map) magic is bad partno erro : can't find partition private root_partition is rootfs set root to /dev/mmcblk0p5 [00.380]update part info [00.385]update bootcmd [00.390]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.425]update dts noncached_alloc(): addr = 0x42b4afc0 noncached_alloc(): addr = 0x42b4b000 noncached_alloc(): addr = 0x42b4b040 noncached_alloc(): addr = 0x42b4b880 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.445]Board Net Initialization Failed [00.448]No ethernet found. Hit any key to stop autoboot: 0 [00.656]no vendor_boot partition is found Android's image name: d1s-whycanpih Detect comp gzip [00.935] Starting kernel ... [00.938][mmc]: MMC Device 2 not found [00.941][mmc]: mmc 2 not find, so not exit ▒** 17 printk messages dropped ** [ 0.000000] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.000000] Sorting __ex_table... [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 56316K/65536K available (4943K kernel code, 428K rwdata, 1914K rodata, 156K init, 237K bss, 9220K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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: 0, nr_irqs: 0, preallocated irqs: 0 [ 0.000000] plic: mapped 200 interrupts with 1 handlers for 2 contexts. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0] [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000009] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000032] riscv_timer_clockevent depends on broadcast, but no broadcast function available [ 0.000437] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.001236] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.001261] pid_max: default: 32768 minimum: 301 [ 0.001480] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.001504] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.003805] ASID allocator initialised with 65536 entries [ 0.004015] rcu: Hierarchical SRCU implementation. [ 0.004826] devtmpfs: initialized [ 0.025392] random: get_random_u32 called from bucket_table_alloc.isra.27+0x10a/0x12c with crng_init=0 [ 0.026850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.026891] futex hash table entries: 256 (order: 0, 6144 bytes, linear) [ 0.027080] pinctrl core: initialized pinctrl subsystem [ 0.028945] NET: Registered protocol family 16 [ 0.030003] DMA: preallocated 256 KiB pool for atomic allocations [ 0.035896] cpuidle: using governor menu [ 0.145503] rtc_ccu: sunxi ccu init OK [ 0.156066] clock: sunxi ccu init OK [ 0.157489] clock: sunxi ccu init OK [ 0.290983] iommu: Default domain type: Translated [ 0.291915] sunxi iommu: irq = 4 [ 0.295166] SCSI subsystem initialized [ 0.296614] usbcore: registered new interface driver usbfs [ 0.296940] usbcore: registered new interface driver hub [ 0.297252] usbcore: registered new device driver usb [ 0.298245] mc: Linux media interface: v0.10 [ 0.298684] videodev: Linux video capture interface: v2.00 [ 0.304674] Advanced Linux Sound Architecture Driver Initialized. [ 0.306109] Bluetooth: Core ver 2.22 [ 0.306386] NET: Registered protocol family 31 [ 0.306402] Bluetooth: HCI device and connection manager initialized [ 0.306429] Bluetooth: HCI socket layer initialized [ 0.306444] Bluetooth: L2CAP socket layer initialized [ 0.306498] Bluetooth: SCO socket layer initialized [ 0.307200] pwm module init! [ 0.310031] g2d 5410000.g2d: Adding to iommu group 0 [ 0.310996] G2D: rcq version initialized.major:251 [ 0.312811] clocksource: Switched to clocksource riscv_clocksource [ 0.334719] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver [ 0.343333] NET: Registered protocol family 2 [ 0.344718] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.344777] TCP established hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344806] TCP bind hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344824] TCP: Hash tables configured (established 512 bind 512) [ 0.345003] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345364] NET: Registered protocol family 1 [ 0.347805] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator [ 0.348690] spi spi0: spi0 supply spi not found, using dummy regulator [ 0.349244] sunxi_spi_resource_get()2151 - [spi0] SPI MASTER MODE [ 0.349325] sunxi_spi_resource_get()2189 - Failed to get sample mode [ 0.349337] sunxi_spi_resource_get()2194 - Failed to get sample delay [ 0.349349] sunxi_spi_resource_get()2198 - sample_mode:-1431633921 sample_delay:-1431633921 [ 0.349431] sunxi_spi_clk_init()2240 - [spi0] mclk 100000000 [ 0.351018] sunxi_spi_probe()2653 - [spi0]: driver probe succeed, base ffffffd004058000, irq 31 [ 0.356804] workingset: timestamp_bits=62 max_order=14 bucket_order=0 [ 0.392652] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.394012] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.425659] io scheduler mq-deadline registered [ 0.425677] io scheduler kyber registered [ 0.427921] [DISP]disp_module_init [ 0.428947] disp 5000000.disp: Adding to iommu group 0 [ 0.479607] display_fb_request,fb_id:0 [ 0.483653] [DISP] Fb_copy_boot_fb,line:1443: [ 0.483658] no boot_fb0 [ 0.484431] disp_al_manager_apply ouput_type:0 [ 0.484914] [DISP] lcd_clk_config,line:744: [ 0.484931] disp 0, clk: pll(224000000),clk(224000000),dclk(8000000) dsi_rate(224000000) [ 0.484931] clk real:pll(288000000),clk(288000000),dclk(10285714) dsi_rate(0) [ 0.484990] LCD_open_flow line136: 1111111111111111111111111111111111 [ 0.485004] LCD_power_on line158: 1111111111111111111111111111111111 [ 0.486182] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pd not found, using dummy regulator [ 0.487407] [DISP]disp_module_init finish [ 0.489365] sunxi_sid_init()551 - insmod ok [ 0.490695] pwm-regulator: supplied by regulator-dummy [ 0.494140] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator [ 0.494754] uart uart1: get regulator failed [ 0.494792] uart uart1: uart1 supply uart not found, using dummy regulator [ 0.496189] uart1: ttyS1 at MMIO 0x2500400 (irq = 19, base_baud = 1500000) is a SUNXI [ 0.497418] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator [ 0.497965] uart uart3: get regulator failed [ 0.498002] uart uart3: uart3 supply uart not found, using dummy regulator [ 0.498689] uart3: ttyS3 at MMIO 0x2500c00 (irq = 21, base_baud = 1500000) is a SUNXI [ 0.498722] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n [ 0.613592] LCD_panel_init line200: 1111111111111111111111111111111111 [ 0.613599] [ST7789V LCD INFO] LINE:0201-->LCD_panel_init: [ 0.613604] [ST7789V LCD INFO] LINE:0202-->LCD_panel_init:init statr! [ 0.613606] ili9327 statr [ 0.613612] lcd_panel_ili9327_init line218: 1111111111111111111111111111111111 [ 0.613617] lcd_panel_ili9327_init line219: 1111111111111111111111111111111111 [ 0.613622] lcd_panel_ili9327_init line220: 1111111111111111111111111111111111 [ 0.613627] [ST7789V LCD INFO] LINE:0222-->lcd_panel_ili9327_init: [ 0.633378] [ST7789V LCD INFO] LINE:0226-->lcd_panel_ili9327_init:reset do! [ 0.633383] ili9327 reset! [ 1.061128] ili9327 init over! [ 1.223203] LCD_bl_open line182: 1111111111111111111111111111111111 [ 1.223210] [ST7789V LCD INFO] LINE:0183-->LCD_bl_open:bl open! [ 1.223212] ili9327 open [ 1.223533] [DISP] disp_device_attached_and_enable,line:233: [ 1.223540] attached ok, mgr0<-->dev0 [ 1.223544] [DISP] disp_device_attached_and_enable,line:236: [ 1.223557] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8 [ 1.287862] printk: console [ttyS3] enabled [ 1.295053] misc dump reg init [ 1.300955] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9 [ 1.308725] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed [ 1.316253] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed [ 1.323863] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1) [ 1.330380] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power. [ 1.337529] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1) [ 1.345388] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1 [ 1.353439] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1 [ 1.361550] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled [ 1.369606] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power. [ 1.376626] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1) [ 1.384329] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=141 assert=0 [ 1.391969] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator [ 1.404966] [ADDR_MGT] addr_mgt_probe: module version: v1.0.10 [ 1.413930] [ADDR_MGT] addr_mgt_probe: success. [ 1.421428] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228 [ 1.429684] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306 [ 1.437867] sunxi-spinand-phy: not detect any munufacture from id table [ 1.445517] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.452176] sunxi-spinand-phy: get phy info from fdt fail [ 1.458432] sunxi-spinand-phy: not detect munufacture from fdt [ 1.465359] sunxi-spinand-phy: detect munufacture from id table: GD [ 1.472396] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.479114] sunxi-spinand-phy: get phy info from fdt fail [ 1.485264] sunxi-spinand-phy: not detect munufacture from fdt [ 1.491820] sunxi-spinand-phy: not match spinand: f1c8f1c8 f1c8f1c8 [ 1.500032] libphy: Fixed MDIO Bus: probed [ 1.505646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.513263] sunxi-ehci: EHCI SUNXI driver [ 1.518445] get ehci0-controller wakeup-source is fail. [ 1.524641] sunxi ehci0-controller don't init wakeup source [ 1.530928] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffffe00076f910, 0x:ffffffd00406f000, irq_no:2e [ 1.544618] [sunxi-ehci0]: Not init ehci0 [ 1.549821] get ehci1-controller wakeup-source is fail. [ 1.556114] sunxi ehci1-controller don't init wakeup source [ 1.562405] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xffffffe0007700a0, 0x:ffffffd004073000, irq_no:31 [ 1.576146] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator [ 1.589134] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator [ 1.601819] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller [ 1.609204] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1 [ 1.619306] sunxi-ehci 4200000.ehci1-controller: irq 49, io mem 0x04200000 [ 1.652885] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00 [ 1.662384] hub 1-0:1.0: USB hub found [ 1.667096] hub 1-0:1.0: 1 port detected [ 1.673442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.680456] sunxi-ohci: OHCI SUNXI driver [ 1.686319] get ohci0-controller wakeup-source is fail. [ 1.692289] sunxi ohci0-controller don't init wakeup source [ 1.698759] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xffffffe00076fcd8 [ 1.709320] [sunxi-ohci0]: Not init ohci0 [ 1.714640] get ohci1-controller wakeup-source is fail. [ 1.720690] sunxi ohci1-controller don't init wakeup source [ 1.727269] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xffffffe000770468 [ 1.737889] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator [ 1.750901] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator [ 1.763569] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller [ 1.770883] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2 [ 1.781408] sunxi-ohci 4200400.ohci1-controller: irq 50, io mem 0x04200400 [ 1.858499] hub 2-0:1.0: USB hub found [ 1.863208] hub 2-0:1.0: 1 port detected [ 1.869955] sunxi_gpadc_init,2151, success [ 1.875866] sunxi_gpadc_setup: get channel scan data failed [ 1.883334] input: sunxi-gpadc0 as /devices/virtual/input/input0 [ 1.895405] sunxi-rtc 7090000.rtc: registered as rtc0 [ 1.901265] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T04:02:42 UTC (14562) [ 1.911365] sunxi-rtc 7090000.rtc: sunxi rtc probed [ 1.917931] i2c /dev entries driver [ 1.922493] IR NEC protocol handler initialized [ 1.928116] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 1.940457] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 1.948690] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 1.960835] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 1.969608] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 1.981799] usbcore: registered new interface driver uvcvideo [ 1.988838] USB Video Class driver (1.1.1) [ 1.993597] sunxi cedar version 1.1 [ 1.997842] sunxi-cedar 1c0e000.ve: Adding to iommu group 0 [ 2.004346] VE: install start!!! [ 2.004346] [ 2.010362] VE: cedar-ve the get irq is 6 [ 2.010362] [ 2.017218] VE: ve_debug_proc_info:(____ptrval____), data:(____ptrval____), lock:(____ptrval____) [ 2.017218] [ 2.028944] VE: install end!!! [ 2.028944] [ 2.034098] VE: sunxi_cedar_probe [ 2.038489] Bluetooth: HCI UART driver ver 2.3 [ 2.043917] Bluetooth: HCI UART protocol H4 registered [ 2.049743] Bluetooth: HCI UART protocol BCSP registered [ 2.055791] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 1.0.10 [ 2.063350] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1 [ 2.069843] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 1 [ 2.076617] [XR_BT_LPM] bluesleep_probe: wakeup source is disabled! [ 2.076617] [ 2.085437] [XR_BT_LPM] bluesleep_probe: uart_index(1) [ 2.096723] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.107138] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8 [ 2.113483] sunxi-mmc 4020000.sdmmc: No vmmc regulator found [ 2.119860] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found [ 2.126599] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found [ 2.133128] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found [ 2.139687] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found [ 2.146352] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found [ 2.152934] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found [ 2.160077] sunxi-mmc 4020000.sdmmc: Got CD GPIO [ 2.165563] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail [ 2.172475] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.183909] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator [ 2.202921] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.227584] sunxi-mmc 4020000.sdmmc: detmode:gpio irq [ 2.233340] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.246119] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.256697] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8 [ 2.263024] sunxi-mmc 4021000.sdmmc: No vmmc regulator found [ 2.269466] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found [ 2.276015] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.287717] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found [ 2.294298] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found [ 2.300821] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found [ 2.307629] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found [ 2.314306] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found [ 2.320912] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed [ 2.330097] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.342761] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.354387] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator [ 2.363756] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.375412] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.399922] sunxi-mmc 4021000.sdmmc: detmode:manually by software [ 2.407711] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.415499] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.422420] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.434840] sunxi_led_probe()1751 - start [ 2.439740] sunxi_get_str_of_property()1597 - failed to get the string of propname led_regulator! [ 2.450066] sunxi_register_led_classdev()1485 - led_classdev start [ 2.458589] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.472453] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.481921] sunxi_led_probe()1847 - finish [ 2.488557] ledtrig-cpu: registered to indicate activity on CPUs [ 2.496828] ashmem: initialized [ 2.500495] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.512463] exFAT: Version 1.3.0 [ 2.516119] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.523319] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.535036] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.542805] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.550505] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.557360] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B [ 2.570218] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B [ 2.588877] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:1, pa_pwr_level:1 [ 2.588877] [ 2.606464] mmc0: new high speed SDHC card at address 0001 [ 2.614631] mmcblk0: mmc0:0001 3333 3.69 GiB [ 2.619846] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0 [ 2.634941] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished [ 2.644853] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.651190] sid_rd_ver_reg()254 - ver >= 4, soc ver:5 [ 2.663456] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present! [ 2.673623] [SNDCODEC][sunxi_card_init][583]:card init finished [ 2.683254] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok [ 2.695942] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input1 [ 2.709314] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished [ 2.722526] NET: Registered protocol family 10 [ 2.727679] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch [ 2.737647] Segment Routing with IPv6 [ 2.742026] NET: Registered protocol family 17 [ 2.747617] Bluetooth: RFCOMM TTY layer initialized [ 2.753476] Bluetooth: RFCOMM socket layer initialized [ 2.759287] Bluetooth: RFCOMM ver 1.11 [ 2.797946] sunxi-i2c sunxi-i2c0: sunxi-i2c0 supply twi not found, using dummy regulator [ 2.817440] sunxi-i2c sunxi-i2c0: probe success [ 2.824419] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 2.836820] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 2.845188] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 2.857286] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 2.866115] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 2.879560] clk: Not disabling unused clocks [ 2.884886] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.895096] ALSA device list: [ 2.898411] #0: audiocodec [ 2.901685] alloc_fd: slot 0 not NULL! [ 2.906068] cfg80211: failed to load regulatory.db [ 2.920827] VFS: Mounted root (squashfs filesystem) readonly on device 179:5. [ 2.934454] devtmpfs: mounted [ 2.937996] Freeing unused kernel memory: 156K [ 2.943068] This architecture does not have kernel memory protection.
-
@smiletiger
我也出现一模一样的问题了,同样的D1s板子,同一个固件,淘宝上面买的渣TF卡,有一张卡不正常:
[32]HELLO! BOOT0 is starting! [35]BOOT0 commit : 88480af-dirty [38]set pll start [40]periph0 has been enabled [43]set pll end [44][pmu]: bus read error [47]board init ok [48]ZQ value = 0x30 [50]get_pmu_exist() = -1 [53]ddr_efuse_type: 0xa [55]trefi:7.8ms [57][AUTO DEBUG] single rank and full DQ! [61]ddr_efuse_type: 0xa [63]trefi:7.8ms [65][AUTO DEBUG] rank 0 row = 13 [68][AUTO DEBUG] rank 0 bank = 4 [71][AUTO DEBUG] rank 0 page size = 2 KB [75]DRAM BOOT DRIVE INFO: V0.33 [78]DRAM CLK = 528 MHz [80]DRAM Type = 2 (2:DDR2,3:DDR3) [83]DRAMC read ODT off. [86]DRAM ODT off. [87]ddr_efuse_type: 0xa [90]DRAM SIZE =64 M [92]dram_tpr4:0x0 [94]PLL_DDR_CTRL_REG:0xf8002b00 [97]DRAM_CLK_REG:0xc0000000 [99][TIMING DEBUG] MR2= 0x0 [104]DRAM simple test OK. [106]dram size =64 [108]card no is 0 [109]sdcard 0 line count 4 [112][mmc]: mmc driver ver 2021-04-2 16:45 [121][mmc]: Wrong media type 0x0 [124][mmc]: ***Try SD card 0*** [133][mmc]: HSSDR52/SDR25 4 bit [136][mmc]: 50000000 Hz [138][mmc]: 3763 MB [140][mmc]: ***SD/MMC 0 init OK!!!*** [179]Loading boot-pkg Succeed(index=0). [182]Entry_name = opensbi [186]Entry_name = u-boot [189]Entry_name = dtb [192]mmc not para ▒193]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 08 2023 - 22:56:48 +0800) Allwinner Technology [00.203]DRAM: 64 MiB [00.206]Relocation Offset is: 01f27000 [00.210]secure enable bit: 0 [00.213]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.219]flash init start [00.221]workmode = 0,storage type = 1 [00.225][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.230][mmc]: get sdc_type fail and use default host:tm1. [00.237][mmc]: can't find node "mmc0",will add new node [00.242][mmc]: fdt err returned <no error> [00.246][mmc]: Using default timing para [00.249][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.267][mmc]: card_caps:0x3000000a [00.270][mmc]: host_caps:0x3000003f [00.274]sunxi flash init ok [00.276]line:703 init_clocks GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.304]Loading Environment from SUNXI_FLASH... GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** Can't find env partition *** Warning - no device, using default environment Failed (-19) [00.340]out of usb burn from boot: not need burn key cann't get the boot_base from the env [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.364]Item0 (Map) magic is bad GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** partno erro : can't find partition private GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.417]update part info GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.443]update bootcmd GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** [00.492]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.527]update dts noncached_alloc(): addr = 0x42b4ba00 noncached_alloc(): addr = 0x42b4ba40 noncached_alloc(): addr = 0x42b4ba80 noncached_alloc(): addr = 0x42b4c2c0 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.547]Board Net Initialization Failed [00.551]No ethernet found. Hit any key to stop autoboot: 0 ## Error: "distro_bootcmd" not defined => => =>
有一张正常:
[35]HELLO! BOOT0 is starting! [38]BOOT0 commit : 88480af-dirty [41]set pll start [43]periph0 has been enabled [46]set pll end [48][pmu]: bus read error [50]board init ok [52]ZQ value = 0x30 [54]get_pmu_exist() = -1 [56]ddr_efuse_type: 0xa [58]trefi:7.8ms [60][AUTO DEBUG] single rank and full DQ! [64]ddr_efuse_type: 0xa [66]trefi:7.8ms [68][AUTO DEBUG] rank 0 row = 13 [71][AUTO DEBUG] rank 0 bank = 4 [75][AUTO DEBUG] rank 0 page size = 2 KB [78]DRAM BOOT DRIVE INFO: V0.33 [81]DRAM CLK = 528 MHz [83]DRAM Type = 2 (2:DDR2,3:DDR3) [87]DRAMC read ODT off. [89]DRAM ODT off. [91]ddr_efuse_type: 0xa [93]DRAM SIZE =64 M [95]dram_tpr4:0x0 [97]PLL_DDR_CTRL_REG:0xf8002b00 [100]DRAM_CLK_REG:0xc0000000 [102][TIMING DEBUG] MR2= 0x0 [107]DRAM simple test OK. [109]dram size =64 [111]card no is 0 [113]sdcard 0 line count 4 [115][mmc]: mmc driver ver 2021-04-2 16:45 [125][mmc]: Wrong media type 0x0 [127][mmc]: ***Try SD card 0*** [140][mmc]: HSSDR52/SDR25 4 bit [143][mmc]: 50000000 Hz [145][mmc]: 3780 MB [147][mmc]: ***SD/MMC 0 init OK!!!*** [191]Loading boot-pkg Succeed(index=0). [195]Entry_name = opensbi [198]Entry_name = u-boot [202]Entry_name = dtb [204]mmc not para ▒206]Jump to second Boot. U-Boot 2018.05-g24521d6-dirty (Feb 09 2023 - 21:12:54 +0800) Allwinner Technology [00.216]DRAM: 64 MiB [00.218]Relocation Offset is: 01f27000 [00.222]secure enable bit: 0 [00.226]CPU=720 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.232]flash init start [00.234]workmode = 0,storage type = 1 [00.237][mmc]: mmc driver ver uboot2018:2021-11-19 15:38:00 [00.243][mmc]: get sdc_type fail and use default host:tm1. [00.250][mmc]: can't find node "mmc0",will add new node [00.254][mmc]: fdt err returned <no error> [00.258][mmc]: Using default timing para [00.262][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.282][mmc]: card_caps:0x3000000a [00.285][mmc]: host_caps:0x3000003f [00.290]sunxi flash init ok [00.292]line:703 init_clocks [00.318]Loading Environment from SUNXI_FLASH... OK [00.343]out of usb burn from boot: not need burn key [00.348]Item0 (Map) magic is bad [00.351]the secure storage item0 copy0 magic is bad [00.356]Item0 (Map) magic is bad [00.359]the secure storage item0 copy1 magic is bad [00.363]Item0 (Map) magic is bad partno erro : can't find partition private root_partition is rootfs set root to /dev/mmcblk0p5 [00.380]update part info [00.385]update bootcmd [00.390]change working_fdt 0x42ae6da0 to 0x42ac6da0 disable nand error: FDT_ERR_BADPATH No reserved memory region found in source FDT [00.425]update dts noncached_alloc(): addr = 0x42b4afc0 noncached_alloc(): addr = 0x42b4b000 noncached_alloc(): addr = 0x42b4b040 noncached_alloc(): addr = 0x42b4b880 geth_sys_init:634: get node 'gmac0' error geth_sys_init fail! [00.445]Board Net Initialization Failed [00.448]No ethernet found. Hit any key to stop autoboot: 0 [00.656]no vendor_boot partition is found Android's image name: d1s-whycanpih Detect comp gzip [00.935] Starting kernel ... [00.938][mmc]: MMC Device 2 not found [00.941][mmc]: mmc 2 not find, so not exit ▒** 17 printk messages dropped ** [ 0.000000] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.000000] Sorting __ex_table... [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 56316K/65536K available (4943K kernel code, 428K rwdata, 1914K rodata, 156K init, 237K bss, 9220K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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: 0, nr_irqs: 0, preallocated irqs: 0 [ 0.000000] plic: mapped 200 interrupts with 1 handlers for 2 contexts. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0] [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000009] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000032] riscv_timer_clockevent depends on broadcast, but no broadcast function available [ 0.000437] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.001236] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.001261] pid_max: default: 32768 minimum: 301 [ 0.001480] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.001504] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.003805] ASID allocator initialised with 65536 entries [ 0.004015] rcu: Hierarchical SRCU implementation. [ 0.004826] devtmpfs: initialized [ 0.025392] random: get_random_u32 called from bucket_table_alloc.isra.27+0x10a/0x12c with crng_init=0 [ 0.026850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.026891] futex hash table entries: 256 (order: 0, 6144 bytes, linear) [ 0.027080] pinctrl core: initialized pinctrl subsystem [ 0.028945] NET: Registered protocol family 16 [ 0.030003] DMA: preallocated 256 KiB pool for atomic allocations [ 0.035896] cpuidle: using governor menu [ 0.145503] rtc_ccu: sunxi ccu init OK [ 0.156066] clock: sunxi ccu init OK [ 0.157489] clock: sunxi ccu init OK [ 0.290983] iommu: Default domain type: Translated [ 0.291915] sunxi iommu: irq = 4 [ 0.295166] SCSI subsystem initialized [ 0.296614] usbcore: registered new interface driver usbfs [ 0.296940] usbcore: registered new interface driver hub [ 0.297252] usbcore: registered new device driver usb [ 0.298245] mc: Linux media interface: v0.10 [ 0.298684] videodev: Linux video capture interface: v2.00 [ 0.304674] Advanced Linux Sound Architecture Driver Initialized. [ 0.306109] Bluetooth: Core ver 2.22 [ 0.306386] NET: Registered protocol family 31 [ 0.306402] Bluetooth: HCI device and connection manager initialized [ 0.306429] Bluetooth: HCI socket layer initialized [ 0.306444] Bluetooth: L2CAP socket layer initialized [ 0.306498] Bluetooth: SCO socket layer initialized [ 0.307200] pwm module init! [ 0.310031] g2d 5410000.g2d: Adding to iommu group 0 [ 0.310996] G2D: rcq version initialized.major:251 [ 0.312811] clocksource: Switched to clocksource riscv_clocksource [ 0.334719] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver [ 0.343333] NET: Registered protocol family 2 [ 0.344718] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.344777] TCP established hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344806] TCP bind hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.344824] TCP: Hash tables configured (established 512 bind 512) [ 0.345003] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.345364] NET: Registered protocol family 1 [ 0.347805] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator [ 0.348690] spi spi0: spi0 supply spi not found, using dummy regulator [ 0.349244] sunxi_spi_resource_get()2151 - [spi0] SPI MASTER MODE [ 0.349325] sunxi_spi_resource_get()2189 - Failed to get sample mode [ 0.349337] sunxi_spi_resource_get()2194 - Failed to get sample delay [ 0.349349] sunxi_spi_resource_get()2198 - sample_mode:-1431633921 sample_delay:-1431633921 [ 0.349431] sunxi_spi_clk_init()2240 - [spi0] mclk 100000000 [ 0.351018] sunxi_spi_probe()2653 - [spi0]: driver probe succeed, base ffffffd004058000, irq 31 [ 0.356804] workingset: timestamp_bits=62 max_order=14 bucket_order=0 [ 0.392652] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.394012] ntfs: driver 2.1.32 [Flags: R/W]. [ 0.425659] io scheduler mq-deadline registered [ 0.425677] io scheduler kyber registered [ 0.427921] [DISP]disp_module_init [ 0.428947] disp 5000000.disp: Adding to iommu group 0 [ 0.479607] display_fb_request,fb_id:0 [ 0.483653] [DISP] Fb_copy_boot_fb,line:1443: [ 0.483658] no boot_fb0 [ 0.484431] disp_al_manager_apply ouput_type:0 [ 0.484914] [DISP] lcd_clk_config,line:744: [ 0.484931] disp 0, clk: pll(224000000),clk(224000000),dclk(8000000) dsi_rate(224000000) [ 0.484931] clk real:pll(288000000),clk(288000000),dclk(10285714) dsi_rate(0) [ 0.484990] LCD_open_flow line136: 1111111111111111111111111111111111 [ 0.485004] LCD_power_on line158: 1111111111111111111111111111111111 [ 0.486182] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pd not found, using dummy regulator [ 0.487407] [DISP]disp_module_init finish [ 0.489365] sunxi_sid_init()551 - insmod ok [ 0.490695] pwm-regulator: supplied by regulator-dummy [ 0.494140] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator [ 0.494754] uart uart1: get regulator failed [ 0.494792] uart uart1: uart1 supply uart not found, using dummy regulator [ 0.496189] uart1: ttyS1 at MMIO 0x2500400 (irq = 19, base_baud = 1500000) is a SUNXI [ 0.497418] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator [ 0.497965] uart uart3: get regulator failed [ 0.498002] uart uart3: uart3 supply uart not found, using dummy regulator [ 0.498689] uart3: ttyS3 at MMIO 0x2500c00 (irq = 21, base_baud = 1500000) is a SUNXI [ 0.498722] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n [ 0.613592] LCD_panel_init line200: 1111111111111111111111111111111111 [ 0.613599] [ST7789V LCD INFO] LINE:0201-->LCD_panel_init: [ 0.613604] [ST7789V LCD INFO] LINE:0202-->LCD_panel_init:init statr! [ 0.613606] ili9327 statr [ 0.613612] lcd_panel_ili9327_init line218: 1111111111111111111111111111111111 [ 0.613617] lcd_panel_ili9327_init line219: 1111111111111111111111111111111111 [ 0.613622] lcd_panel_ili9327_init line220: 1111111111111111111111111111111111 [ 0.613627] [ST7789V LCD INFO] LINE:0222-->lcd_panel_ili9327_init: [ 0.633378] [ST7789V LCD INFO] LINE:0226-->lcd_panel_ili9327_init:reset do! [ 0.633383] ili9327 reset! [ 1.061128] ili9327 init over! [ 1.223203] LCD_bl_open line182: 1111111111111111111111111111111111 [ 1.223210] [ST7789V LCD INFO] LINE:0183-->LCD_bl_open:bl open! [ 1.223212] ili9327 open [ 1.223533] [DISP] disp_device_attached_and_enable,line:233: [ 1.223540] attached ok, mgr0<-->dev0 [ 1.223544] [DISP] disp_device_attached_and_enable,line:236: [ 1.223557] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8 [ 1.287862] printk: console [ttyS3] enabled [ 1.295053] misc dump reg init [ 1.300955] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9 [ 1.308725] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed [ 1.316253] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed [ 1.323863] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1) [ 1.330380] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power. [ 1.337529] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1) [ 1.345388] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1 [ 1.353439] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1 [ 1.361550] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled [ 1.369606] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power. [ 1.376626] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1) [ 1.384329] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=141 assert=0 [ 1.391969] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator [ 1.404966] [ADDR_MGT] addr_mgt_probe: module version: v1.0.10 [ 1.413930] [ADDR_MGT] addr_mgt_probe: success. [ 1.421428] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228 [ 1.429684] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306 [ 1.437867] sunxi-spinand-phy: not detect any munufacture from id table [ 1.445517] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.452176] sunxi-spinand-phy: get phy info from fdt fail [ 1.458432] sunxi-spinand-phy: not detect munufacture from fdt [ 1.465359] sunxi-spinand-phy: detect munufacture from id table: GD [ 1.472396] sunxi-spinand-phy: get spi-nand Model from fdt fail [ 1.479114] sunxi-spinand-phy: get phy info from fdt fail [ 1.485264] sunxi-spinand-phy: not detect munufacture from fdt [ 1.491820] sunxi-spinand-phy: not match spinand: f1c8f1c8 f1c8f1c8 [ 1.500032] libphy: Fixed MDIO Bus: probed [ 1.505646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.513263] sunxi-ehci: EHCI SUNXI driver [ 1.518445] get ehci0-controller wakeup-source is fail. [ 1.524641] sunxi ehci0-controller don't init wakeup source [ 1.530928] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffffe00076f910, 0x:ffffffd00406f000, irq_no:2e [ 1.544618] [sunxi-ehci0]: Not init ehci0 [ 1.549821] get ehci1-controller wakeup-source is fail. [ 1.556114] sunxi ehci1-controller don't init wakeup source [ 1.562405] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xffffffe0007700a0, 0x:ffffffd004073000, irq_no:31 [ 1.576146] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator [ 1.589134] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator [ 1.601819] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller [ 1.609204] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1 [ 1.619306] sunxi-ehci 4200000.ehci1-controller: irq 49, io mem 0x04200000 [ 1.652885] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00 [ 1.662384] hub 1-0:1.0: USB hub found [ 1.667096] hub 1-0:1.0: 1 port detected [ 1.673442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.680456] sunxi-ohci: OHCI SUNXI driver [ 1.686319] get ohci0-controller wakeup-source is fail. [ 1.692289] sunxi ohci0-controller don't init wakeup source [ 1.698759] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xffffffe00076fcd8 [ 1.709320] [sunxi-ohci0]: Not init ohci0 [ 1.714640] get ohci1-controller wakeup-source is fail. [ 1.720690] sunxi ohci1-controller don't init wakeup source [ 1.727269] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xffffffe000770468 [ 1.737889] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator [ 1.750901] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator [ 1.763569] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller [ 1.770883] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2 [ 1.781408] sunxi-ohci 4200400.ohci1-controller: irq 50, io mem 0x04200400 [ 1.858499] hub 2-0:1.0: USB hub found [ 1.863208] hub 2-0:1.0: 1 port detected [ 1.869955] sunxi_gpadc_init,2151, success [ 1.875866] sunxi_gpadc_setup: get channel scan data failed [ 1.883334] input: sunxi-gpadc0 as /devices/virtual/input/input0 [ 1.895405] sunxi-rtc 7090000.rtc: registered as rtc0 [ 1.901265] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T04:02:42 UTC (14562) [ 1.911365] sunxi-rtc 7090000.rtc: sunxi rtc probed [ 1.917931] i2c /dev entries driver [ 1.922493] IR NEC protocol handler initialized [ 1.928116] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 1.940457] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 1.948690] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 1.960835] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 1.969608] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 1.981799] usbcore: registered new interface driver uvcvideo [ 1.988838] USB Video Class driver (1.1.1) [ 1.993597] sunxi cedar version 1.1 [ 1.997842] sunxi-cedar 1c0e000.ve: Adding to iommu group 0 [ 2.004346] VE: install start!!! [ 2.004346] [ 2.010362] VE: cedar-ve the get irq is 6 [ 2.010362] [ 2.017218] VE: ve_debug_proc_info:(____ptrval____), data:(____ptrval____), lock:(____ptrval____) [ 2.017218] [ 2.028944] VE: install end!!! [ 2.028944] [ 2.034098] VE: sunxi_cedar_probe [ 2.038489] Bluetooth: HCI UART driver ver 2.3 [ 2.043917] Bluetooth: HCI UART protocol H4 registered [ 2.049743] Bluetooth: HCI UART protocol BCSP registered [ 2.055791] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 1.0.10 [ 2.063350] [XR_BT_LPM] bluesleep_probe: bt_wake polarity: 1 [ 2.069843] [XR_BT_LPM] bluesleep_probe: host_wake polarity: 1 [ 2.076617] [XR_BT_LPM] bluesleep_probe: wakeup source is disabled! [ 2.076617] [ 2.085437] [XR_BT_LPM] bluesleep_probe: uart_index(1) [ 2.096723] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.107138] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8 [ 2.113483] sunxi-mmc 4020000.sdmmc: No vmmc regulator found [ 2.119860] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found [ 2.126599] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found [ 2.133128] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found [ 2.139687] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found [ 2.146352] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found [ 2.152934] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found [ 2.160077] sunxi-mmc 4020000.sdmmc: Got CD GPIO [ 2.165563] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail [ 2.172475] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.183909] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator [ 2.202921] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.227584] sunxi-mmc 4020000.sdmmc: detmode:gpio irq [ 2.233340] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.246119] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-11-18 10:02) [ 2.256697] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8 [ 2.263024] sunxi-mmc 4021000.sdmmc: No vmmc regulator found [ 2.269466] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found [ 2.276015] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.287717] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found [ 2.294298] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found [ 2.300821] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found [ 2.307629] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found [ 2.314306] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found [ 2.320912] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed [ 2.330097] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.342761] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.354387] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator [ 2.363756] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.375412] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.399922] sunxi-mmc 4021000.sdmmc: detmode:manually by software [ 2.407711] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.415499] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !! [ 2.422420] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.434840] sunxi_led_probe()1751 - start [ 2.439740] sunxi_get_str_of_property()1597 - failed to get the string of propname led_regulator! [ 2.450066] sunxi_register_led_classdev()1485 - led_classdev start [ 2.458589] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 2.472453] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.481921] sunxi_led_probe()1847 - finish [ 2.488557] ledtrig-cpu: registered to indicate activity on CPUs [ 2.496828] ashmem: initialized [ 2.500495] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.512463] exFAT: Version 1.3.0 [ 2.516119] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.523319] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 2.535036] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.542805] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.550505] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !! [ 2.557360] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B [ 2.570218] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B [ 2.588877] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:1, pa_pwr_level:1 [ 2.588877] [ 2.606464] mmc0: new high speed SDHC card at address 0001 [ 2.614631] mmcblk0: mmc0:0001 3333 3.69 GiB [ 2.619846] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0 [ 2.634941] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished [ 2.644853] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.651190] sid_rd_ver_reg()254 - ver >= 4, soc ver:5 [ 2.663456] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present! [ 2.673623] [SNDCODEC][sunxi_card_init][583]:card init finished [ 2.683254] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok [ 2.695942] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input1 [ 2.709314] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished [ 2.722526] NET: Registered protocol family 10 [ 2.727679] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch [ 2.737647] Segment Routing with IPv6 [ 2.742026] NET: Registered protocol family 17 [ 2.747617] Bluetooth: RFCOMM TTY layer initialized [ 2.753476] Bluetooth: RFCOMM socket layer initialized [ 2.759287] Bluetooth: RFCOMM ver 1.11 [ 2.797946] sunxi-i2c sunxi-i2c0: sunxi-i2c0 supply twi not found, using dummy regulator [ 2.817440] sunxi-i2c sunxi-i2c0: probe success [ 2.824419] sun8iw20-pinctrl 2000000.pinctrl: pin PB7 already requested by 2500c00.uart; cannot claim for 7040000.s_cir [ 2.836820] sun8iw20-pinctrl 2000000.pinctrl: pin-39 (7040000.s_cir) status -22 [ 2.845188] sun8iw20-pinctrl 2000000.pinctrl: could not request pin 39 (PB7) from group PB7 on device 2000000.pinctrl [ 2.857286] sunxi-rc-recv 7040000.s_cir: Error applying setting, reverse things back [ 2.866115] sunxi-rc-recv: probe of 7040000.s_cir failed with error -22 [ 2.879560] clk: Not disabling unused clocks [ 2.884886] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.895096] ALSA device list: [ 2.898411] #0: audiocodec [ 2.901685] alloc_fd: slot 0 not NULL! [ 2.906068] cfg80211: failed to load regulatory.db [ 2.920827] VFS: Mounted root (squashfs filesystem) readonly on device 179:5. [ 2.934454] devtmpfs: mounted [ 2.937996] Freeing unused kernel memory: 156K [ 2.943068] This architecture does not have kernel memory protection.
-
Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号