您尚未登录。

#1 Re: 全志 SOC » 请教:T113修改调试串口为UART1后,进入Linux一段时间后串口无输出打印问题 » 今天 22:08:11

regbbs 说:

@dyufeimen

传递给kernel的cmdline

是设备树里的chosen吗?修改了也是一样现象

#2 全志 SOC » 请教:T113修改调试串口为UART1后,进入Linux一段时间后串口无输出打印问题 » 今天 11:21:16

dyufeimen
回复: 2

根据网上的修改方法,将调试串口从Uart0修改成Uart1,修改的文件有如下:
1)    sys_config.fex文件中Debug Port部分:
uart_debug_port = 1
uart_debug_tx   = port:PG06<2><1><default><default>
uart_debug_rx   = port:PG07<2><1><default><default>
2)    Uboot配置文件sun8iw20p_defconfig增加uart1配置
# Serial Drivers
CONFIG_BAUDRATE=115200
CONFIG_SPECIFY_CONSOLE_INDEX=y
CONFIG_CONS_INDEX=2
3)    env.cfg里
earlyprintk=sunxi-uart,0x02500400
console=ttyS1,115200
4)    board.dts增加uart1设备引脚描述:
    uart1_pins_a: uart1_pins@0 {  /* For EVB1 board */
        pins = "PG6", "PG7";
        function = "uart1";
        drive-strength = <10>;
        bias-pull-up;
    };

    uart1_pins_b: uart1_pins {  /* For EVB1 board */
        pins = "PG6", "PG7";
        function = "gpio_in";
    };

&uart1 {
    pinctrl-names = "default", "sleep";
    pinctrl-0 = <&uart1_pins_a>;
    pinctrl-1 = <&uart1_pins_b>;
    status = "okay";
};
5)    修改kernel_menuconfig中linux的Debug输出映射
Ubuntu_16.04_X64(TINA)-2025-04-27-12-56-45.png

经过如下修改后,T113运行后Uboot和前半段Linux都能够正常打印,但是一会就无法输出了,请教有修改成功的大神帮忙看看问题,谢谢!
ps:打印输入如下:
[28]HELLO! BOOT0 is starting!OT
[31]BOOT0 commit : adaf1174cc
[34]set pll start
[40]periph0 has been enabled
[43]set pll end
[44][pmu]: bus read error
[47]board init ok
[49]ZQ value = 0x32
[51]get_pmu_exist() = -1
[53]DRAM BOOT DRIVE INFO: V0.33
[56]DRAM CLK = 936 MHz
[58]DRAM Type = 3 (2:DDR2,3:DDR3)
[61]DRAMC read ODT  off.
[64]DRAM ODT value: 0x42.
[67]ddr_efuse_type: 0xa
[70]DRAM SIZE =128 M
[72]dram_tpr4:0x0
[73]PLL_DDR_CTRL_REG:0xf8004d00
[76]DRAM_CLK_REG:0xc0000000
[79][TIMING DEBUG] MR2= 0x20
[86]DRAM simple test OK.
[88]rtc standby flag is 0x0, super standby flag is 0x0
[94]dram size =128
[96]spinand UBOOT_START_BLK_NUM 8 UBOOT_LAST_BLK_NUM 32
[101]block from 8 to 32
[198]Check is correct.
[200]dma 0x29c9c int is not used yet
[203]dma 0x29c9c int is free, you do not need to free it again
[209]Entry_name        = u-boot
[215]Entry_name        = optee
[218]Entry_name        = dtb
[221]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm


U-Boot 2018.05-g2a1965a-dirty (Jul 10 2022 - 02:50:57 +0000) Allwinner Technology

[00.275]CPU:   Allwinner Family
[00.278]Model: sun8iw20
[00.280]DRAM:  128 MiB
[00.283]Relocation Offset is: 04f0d000
[00.302]secure enable bit: 0
[00.304]smc_tee_inform_fdt failed with: -65526[00.308]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz  MBus=300Mhz
[00.315]gic: sec monitor mode
[00.317]flash init start
[00.319]workmode = 0,storage type = 0

device nand0 <nand>, # parts = 4
#: name                size            offset          mask_flags
0: boot0               0x00100000      0x00000000      1
1: uboot               0x00300000      0x00100000      1
2: secure_storage      0x00100000      0x00400000      1
3: sys                 0x07b00000      0x00500000      0

active partition: nand0,0 - (boot0) 0x00100000 @ 0x00000000

defaults:
mtdids  : nand0=nand
mtdparts: mtdparts=nand:1024k@0(boot0)ro,3072k@1048576(uboot)ro,1024k@4194304(secure_storage)ro,-(sys)
[00.420]ubi0: attaching mtd4
[00.630]ubi0: scanning is finished
[00.639]ubi0: attached mtd4 (name "sys", size 123 MiB)
[00.644]ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
[00.650]ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 2048
[00.656]ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[00.662]ubi0: good PEBs: 492, bad PEBs: 0, corrupted PEBs: 0
[00.668]ubi0: user volume: 9, internal volumes: 1, max. volumes count: 128
[00.674]ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
[00.682]ubi0: available PEBs: 0, total reserved PEBs: 492, PEBs reserved for bad PEB handling: 20
[00.691]sunxi flash init ok
[00.693]line:703 init_clocks
[00.886]Loading Environment from SUNXI_FLASH... OK
[00.922]Item0 (Map) magic is bad
[00.925]out of usb burn from boot: not need burn key
List file under ULI/factory
** Unrecognized filesystem type **
[00.957]update bootcmd
[00.980]change working_fdt 0x43ecce70 to 0x43eace70
[00.998]update dts
Hit any key to stop autoboot:  0
[02.452]no vendor_boot partition is found
Android's image name: t113-mq_r
[02.463]Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.61 (test@test-virtual-machine) (arm-openwrt-linux-muslgnueabi-gcc.bin (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) 6.4.1, GNU ld (GNU Binutils) 2.27) #3 SMP PREEMPT Tue Apr 29 07:35:20 UTC 2025
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: sun8iw20
[    0.000000] printk: bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 8 MiB at 0x47800000
[    0.000000] On node 0 totalpages: 32768
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 15 pages/cpu s30348 r8192 d22900 u61440
[    0.000000] pcpu-alloc: s30348 r8192 d22900 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: ubi.mtd=sys ubi.block=0,rootfs earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/ubiblock0_5 rootfstype=squashfs,rw init=/pseudo_init partitions=mbr@ubi0_0:boot-resource@ubi0_1:env@ubi0_2:env-redund@ubi0_3:boot@ubi0_4:rootfs@ubi0_5:private@ubi0_6:rootfs_data@ubi0_7:UDISK@ubi0_8: cma=8M snum= mac_addr= wifi_mac= bt_mac= specialstr= gpt=1 androidboot.hardware=sun8iw20p1 boot_type=5 androidboot.boot_type=5 gpt=1 uboot_message=2018.05-g2a1965a-dirty(07/10/2022-02:50:57) mbr_offset=1032192 aw-ubi-spinand.ubootblks=24 androidboot.dramsize=128
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 103432K/131072K available (6144K kernel code, 316K rwdata, 1576K rodata, 1024K init, 1173K bss, 19448K reserved, 8192K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x26c/0x3ec with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008007] Switching to timer-based delay loop, resolution 41ns
[    0.014176] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.023881] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.034246] pid_max: default: 32768 minimum: 301
[    0.039000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.046342] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.054668] CPU: Testing write buffer coherency: ok
[    0.059893] /cpus/cpu@0 missing clock-frequency property
[    0.065227] /cpus/cpu@1 missing clock-frequency property
[    0.070557] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.076714] Setting up static identity map for 0x40100000 - 0x40100060
[    0.083364] rcu: Hierarchical SRCU implementation.
[    0.088570] smp: Bringing up secondary CPUs ...
[    0.094170] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.094290] smp: Brought up 1 node, 2 CPUs
[    0.104102] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.110297] CPU: All CPU(s) started in SVC mode.
[    0.115390] devtmpfs: initialized
[    0.129685] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.137823] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.148082] pinctrl core: initialized pinctrl subsystem
[    0.154251] NET: Registered protocol family 16
[    0.160202] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.193004] rtc_ccu: sunxi ccu init OK
[    0.199074] ccu: sunxi ccu init OK
[    0.202908] r_ccu: sunxi ccu init OK
[    0.225617] iommu: Default domain type: Translated
[    0.230711] sunxi iommu: irq = 24
[    0.234863] SCSI subsystem initialized
[    0.238743] usbcore: registered new interface driver usbfs
[    0.244302] usbcore: registered new interface driver hub
[    0.249700] usbcore: registered new device driver usb
[    0.255466] Advanced Linux Sound Architecture Driver Initialized.
[    0.262274] Bluetooth: Core ver 2.22
[    0.265909] NET: Registered protocol family 31
[    0.270354] Bluetooth: HCI device and connection manager initialized
[    0.276755] Bluetooth: HCI socket layer initialized
[    0.281654] Bluetooth: L2CAP socket layer initialized
[    0.286753] Bluetooth: SCO socket layer initialized
[    0.291848] pwm module init!
[    0.295884] g2d 5410000.g2d: Adding to iommu group 0
[    0.301205] G2D: rcq version initialized.major:252
[    0.306742] clocksource: Switched to clocksource arch_sys_counter
[    0.321234] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
[    0.330426] NET: Registered protocol family 2
[    0.335351] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.343778] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.351497] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.358587] TCP: Hash tables configured (established 1024 bind 1024)
[    0.365058] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.371631] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.378836] NET: Registered protocol family 1
[    0.384137] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator
[    0.394437] spi spi0: spi0 supply spi not found, using dummy regulator
[    0.401151] sunxi_spi_resource_get()2116 - [spi0] SPI MASTER MODE
[    0.407316] sunxi_spi_resource_get()2154 - Failed to get sample mode
[    0.413669] sunxi_spi_resource_get()2159 - Failed to get sample delay
[    0.420117] sunxi_spi_resource_get()2163 - sample_mode:-1431633921 sample_delay:-1431633921
[    0.428525] sunxi_spi_clk_init()2205 - [spi0] mclk 100000000
[    0.434772] sunxi_spi_probe()2623 - [spi0]: driver probe succeed, base c881f000, irq 38
[    0.444379] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.455769] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.461794] ntfs: driver 2.1.32 [Flags: R/W].
[    0.496104] io scheduler mq-deadline registered
[    0.500667] io scheduler kyber registered
[    0.505699] [DISP]disp_module_init
[    0.509660] disp 5000000.disp: Adding to iommu group 0
[    0.515325] [DISP] parser_disp_init_para,line:1430:
[    0.515328] of_property_read fb0_width fail
[    0.535469] disp 5000000.disp: 5000000.disp supply dc1sw not found, using dummy regulator
[    0.549058] display_fb_request,fb_id:0
[    0.555268] [DISP] Fb_copy_boot_fb,line:1443:
[    0.555273] no boot_fb0
[    0.562567] disp_al_manager_apply ouput_type:0
[    0.567036] [DISP]disp_module_init finish
[    0.567998] sunxi_sid_init()551 - insmod ok
[    0.571574] [DISP] lcd_clk_config,line:744:
[    0.571585] disp 0, clk: pll(480000000),clk(480000000),dclk(40000000) dsi_rate(40000000)
[    0.571585]      clk real:pll(480000000),clk(480000000),dclk(120000000) dsi_rate(150000000)
[    0.576185] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator
[    0.606148] uart uart0: uart0 supply uart not found, using dummy regulator
[    0.613308] uart0: ttyS0 at MMIO 0x2500000 (irq = 34, base_baud = 1500000) is a SUNXI
[    0.621202] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n
[    0.629183] printk: console [ttyS0] enabled
[    0.629183] printk: console [ttyS0] enabled
[    0.638066] printk: bootconsole [earlycon0] disabled
[    0.638066] printk: bootconsole [earlycon0] disabled
[    0.649373] misc dump reg init
[    0.653929] [ADDR_MGT] addr_mgt_probe: module version: v1.0.11
[    0.661127] [ADDR_MGT] addr_mgt_probe: success.
[    0.666472] dma-buf: Running sanitycheck
[    0.670899] dma-buf: Running dma_fence
[    0.675100] sizeof(dma_fence)=48
[    0.678834] dma-buf: Running dma_fence/sanitycheck
[    0.684218] dma-buf: Running dma_fence/test_signaling
[    0.689900] dma-buf: Running dma_fence/test_add_callback
[    0.695858] dma-buf: Running dma_fence/test_late_add_callback
[    0.702314] dma-buf: Running dma_fence/test_rm_callback
[    0.708186] dma-buf: Running dma_fence/test_late_rm_callback
[    0.714533] dma-buf: Running dma_fence/test_status
[    0.719916] dma-buf: Running dma_fence/test_error
[    0.725190] dma-buf: Running dma_fence/test_wait
[    0.730380] dma-buf: Running dma_fence/test_wait_timeout
[    0.766755] dma-buf: Running dma_fence/test_stub
[    0.771952] dma-buf: Running dma_fence/race_signal_callback
[    0.856759] thread_signal_callback[0] completed 20817 passes, 1783 misses
[    0.864454] thread_signal_callback[1] completed 20827 passes, 1794 misses
[    0.946769] thread_signal_callback[0] completed 24547 passes, 24547 misses
[    0.954497] thread_signal_callback[1] completed 17424 passes, 17421 misses
[    0.967250] sunxi-spinand: AW SPINand MTD Layer Version: 2.3 20211223
[    0.974479] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
[    0.982431] sunxi-spinand-phy: not detect any munufacture from id table
[    0.989887] sunxi-spinand-phy: get spi-nand Model from fdt fail
[    0.996525] sunxi-spinand-phy: get phy info from fdt fail
[    1.002605] sunxi-spinand-phy: not detect munufacture from fdt
[    1.009266] sunxi-spinand-phy: detect munufacture from id table: Winbond
[    1.016845] sunxi-spinand-phy: detect spinand id: ff21aaef ffffffff
[    1.023872] sunxi-spinand-phy: ========== arch info ==========
[    1.030438] sunxi-spinand-phy: Model:               W25N01GVZEIG
[    1.037200] sunxi-spinand-phy: Munufacture:         Winbond
[    1.043447] sunxi-spinand-phy: DieCntPerChip:       1
[    1.049131] sunxi-spinand-phy: BlkCntPerDie:        1024
[    1.055086] sunxi-spinand-phy: PageCntPerBlk:       64
[    1.060856] sunxi-spinand-phy: SectCntPerPage:      4
[    1.066517] sunxi-spinand-phy: OobSizePerPage:      64
[    1.072294] sunxi-spinand-phy: BadBlockFlag:        0x0
[    1.078159] sunxi-spinand-phy: OperationOpt:        0x7
[    1.084015] sunxi-spinand-phy: MaxEraseTimes:       65000
[    1.090074] sunxi-spinand-phy: EccFlag:             0x0
[    1.095930] sunxi-spinand-phy: EccType:             2
[    1.101599] sunxi-spinand-phy: EccProtectedType:    3
[    1.107273] sunxi-spinand-phy: ========================================
[    1.114689] sunxi-spinand-phy:
[    1.118214] sunxi-spinand-phy: ========== physical info ==========
[    1.125142] sunxi-spinand-phy: TotalSize:    128 M
[    1.130519] sunxi-spinand-phy: SectorSize:   512 B
[    1.135887] sunxi-spinand-phy: PageSize:     2 K
[    1.141068] sunxi-spinand-phy: BlockSize:    128 K
[    1.146437] sunxi-spinand-phy: OOBSize:      64 B
[    1.151715] sunxi-spinand-phy: ========================================
[    1.159137] sunxi-spinand-phy:
[    1.162654] sunxi-spinand-phy: ========== logical info ==========
[    1.169523] sunxi-spinand-phy: TotalSize:    128 M
[    1.174892] sunxi-spinand-phy: SectorSize:   512 B
[    1.180270] sunxi-spinand-phy: PageSize:     4 K
[    1.185444] sunxi-spinand-phy: BlockSize:    256 K
[    1.190821] sunxi-spinand-phy: OOBSize:      128 B
[    1.196189] sunxi-spinand-phy: ========================================
[    1.203615] sunxi-spinand-phy: W25N01GVZEIG reset rx bit width to 1
[    1.210656] sunxi-spinand-phy: W25N01GVZEIG reset tx bit width to 1
[    1.217761] sunxi-spinand-phy: block lock register: 0x00
[    1.223806] sunxi-spinand-phy: feature register: 0x19
[    1.229483] sunxi-spinand-phy: sunxi physic nand init end
[    1.235982] Creating 4 MTD partitions on "sunxi_mtd_nand":
[    1.242191] 0x000000000000-0x000000100000 : "boot0"
[    1.257597] 0x000000100000-0x000000400000 : "uboot"
[    1.277602] 0x000000400000-0x000000500000 : "secure_storage"
[    1.284321] random: fast init done
[    1.297551] 0x000000500000-0x000008000000 : "sys"
[    1.437781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.445108] sunxi-ehci: EHCI SUNXI driver
[    1.450107] get ehci1-controller wakeup-source is fail.
[    1.455968] sunxi ehci1-controller is no enable
[    1.461077] sunxi-ehci 4200000.ehci1-controller: init_sunxi_hci is fail
[    1.468526] sunxi-ehci: probe of 4200000.ehci1-controller failed with error -1
[    1.476719] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.483705] sunxi-ohci: OHCI SUNXI driver
[    1.488599] get ohci1-controller wakeup-source is fail.
[    1.494460] sunxi ohci1-controller is no enable
[    1.499563] sunxi-ohci 4200400.ohci1-controller: init_sunxi_hci is fail
[    1.507009] sunxi-ohci: probe of 4200400.ohci1-controller failed with error -1
[    1.515246] usbcore: registered new interface driver usb-storage
[    1.522128] i2c /dev entries driver
[    1.526113] sunxi cedar version 1.1
[    1.530189] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
[    1.536503] VE: sunxi_cedar_probe power-domain init!!!
[    1.542285] VE: install start!!!
[    1.542285]
[    1.547810] VE: cedar-ve the get irq is 39
[    1.547810]
[    1.554229] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval)
[    1.554229]
[    1.563519] VE: install end!!!
[    1.563519]
[    1.568604] VE: sunxi_cedar_probe
[    1.572546] Bluetooth: HCI UART driver ver 2.3
[    1.577562] Bluetooth: HCI UART protocol H4 registered
[    1.583324] Bluetooth: HCI UART protocol BCSP registered
[    1.589289] Bluetooth: HCI UART protocol (null) registered
[    1.595438] Bluetooth: HCI Realtek H5 protocol initialized
[    1.603699] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.22 2021-12-20 15:40)
[    1.613711] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8
[    1.619921] sunxi-mmc 4020000.sdmmc: No vmmc regulator found
[    1.626269] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found
[    1.632723] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found
[    1.639176] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found
[    1.645717] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found
[    1.652280] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found
[    1.658831] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found
[    1.665818] sunxi-mmc 4020000.sdmmc: Got CD GPIO

页脚

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

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