导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页

    t113-s3 启动后, 串口终端无法输入指令

    其它全志芯片讨论区
    2
    3
    1415
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • W
      WTE_WTE LV 3 最后由 WhycanService 编辑

      背景:自制了一个t113的板子,下载了芒果派的img镜像文件。或者下载基于芒果派修改后,编译生成的img镜像。
      问题:在进入busybox后,串口0终端无法输入,板子没得任何回复。插拔usb0,发现有显示usb0的插拔调试信息,说明板子没有死机。现在应该怎么找问题阿?或者大概哪个地方有问题?
      芒果派镜像启动,串口信息如下:

      [21:57:48.776]收←◆[    0.000000] Booting Linux on physical CPU 0x0
      [    0.000000] Linux version 5.4.61 (mango@vbox) (arm-openwrt-linux-muslgnueabi-gcc.bin (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) 6.4.1, GNU ld (GNU Binutils) 2.27) #32 SMP PREEMPT Wed Aug 10 15:39:32 UTC 2022
      [    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 4 MiB at 0x47c00000
      [    0.000000] On node 0 totalpages: 32768
      [    0.000000]   Normal zone: 256 pages used for memmap
      [    0.000000]   Normal zone: 0 pages reserved
      [    0.000000]   Normal zone: 32768 pages, LIFO batch:7
      [    0.000000] psci: probing for conduit method from DT.
      [    0.000000] psci: PSCIv1.0 detected in firmware.
      [    0.000000] psci: Using standard PSCI v0.2 function IDs
      [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
      [    0.000000] psci: SMC Calling Convention v1.0
      [    0.000000] percpu: Embedded 15 pages/cpu s30348 r8192 d22900 u61440
      [    0.000000] pcpu-alloc: s30348 r8192 d22900 u61440 alloc=15*4096
      [    0.000000] pcpu-alloc: [0] 0 [0] 1 
      [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
      [    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 rootdelay=2 loglevel=8 root=/dev/mmcblk0p5 init=/pseudo_init partitions=boot-resource@mmcblk0p1:env@mmcblk0p2:env-redund@mmcblk0p3:boot@mmcblk0p4:rootfs@mmcblk0p5:private@mmcblk0p6:rootfs_data@mmcblk0p7:UDISK@mmcblk0p8 cma=4M snum= mac_addr= wifi_mac= bt_mac= specialstr= gpt=1 androidboot.mode=normal androidboot.hardware=sun8iw20p1 boot_type=1 androidboot.boot_type=1 gpt=1 uboot_message=2018.05-g2a1965a(07/10/2022-02:50:57) mbr_offset=1032192 disp_reserve=1536000,0x43f06000 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: 106084K/131072K available (6144K kernel code, 279K rwdata, 1468K rodata, 1024K init, 1161K bss, 20892K reserved, 4096K 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.008025] Switching to timer-based delay loop, resolution 41ns
      [    0.014198] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
      [    0.023887] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
      [    0.034234] pid_max: default: 32768 minimum: 301
      [    0.038976] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
      [    0.046299] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
      [    0.054625] CPU: Testing write buffer coherency: ok
      [    0.059830] /cpus/cpu@0 missing clock-frequency property
      [    0.065155] /cpus/cpu@1 missing clock-frequency property
      [    0.070485] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
      [    0.076644] Setting up static identity map for 0x40100000 - 0x40100060
      [    0.083308] rcu: Hierarchical SRCU implementation.
      [    0.088538] smp: Bringing up secondary CPUs ...
      [    0.094165] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
      [    0.094285] smp: Brought up 1 node, 2 CPUs
      [    0.104115] SMP: Total of 2 processors activated (96.00 BogoMIPS).
      [    0.110311] CPU: All CPU(s) started in SVC mode.
      [    0.115375] devtmpfs: initialized
      [    0.129509] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
      [    0.137651] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.147744] pinctrl core: initialized pinctrl subsystem
      [    0.153873] NET: Registered protocol family 16
      [    0.159774] DMA: preallocated 256 KiB pool for atomic coherent allocations
      
      [21:57:49.264]收←◆[    0.195363] rtc_ccu: sunxi ccu init OK
      [    0.201432] ccu: sunxi ccu init OK
      [    0.205250] r_ccu: sunxi ccu init OK
      [    0.227835] iommu: Default domain type: Translated 
      [    0.232907] sunxi iommu: irq = 24
      [    0.237081] SCSI subsystem initialized
      [    0.241011] usbcore: registered new interface driver usbfs
      [    0.246531] usbcore: registered new interface driver hub
      [    0.251956] usbcore: registered new device driver usb
      [    0.257746] Advanced Linux Sound Architecture Driver Initialized.
      [    0.264410] Bluetooth: Core ver 2.22
      [    0.268022] NET: Registered protocol family 31
      [    0.272459] Bluetooth: HCI device and connection manager initialized
      [    0.278854] Bluetooth: HCI socket layer initialized
      [    0.283737] Bluetooth: L2CAP socket layer initialized
      [    0.288832] Bluetooth: SCO socket layer initialized
      [    0.293926] pwm module init!
      [    0.298002] g2d 5410000.g2d: Adding to iommu group 0
      [    0.303299] G2D: rcq version initialized.major:252
      [    0.308922] clocksource: Switched to clocksource arch_sys_counter
      [    0.323492] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
      [    0.332713] NET: Registered protocol family 2
      [    0.337618] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
      [    0.346056] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
      [    0.353764] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
      [    0.360833] TCP: Hash tables configured (established 1024 bind 1024)
      [    0.367275] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.373848] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.381049] NET: Registered protocol family 1
      [    0.386367] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator
      [    0.396664] spi spi0: spi0 supply spi not found, using dummy regulator
      [    0.403431] sunxi_spi_resource_get()2116 - [spi0] SPI MASTER MODE
      [    0.409582] sunxi_spi_resource_get()2154 - Failed to get sample mode
      [    0.415936] sunxi_spi_resource_get()2159 - Failed to get sample delay
      [    0.422409] sunxi_spi_resource_get()2163 - sample_mode:-1431633921 sample_delay:-1431633921
      [    0.430837] sunxi_spi_clk_init()2205 - [spi0] mclk 100000000
      [    0.437105] sunxi_spi_probe()2623 - [spi0]: driver probe succeed, base c881f000, irq 39
      [    0.446694] workingset: timestamp_bits=30 max_order=15 bucket_order=0
      [    0.457275] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.463299] ntfs: driver 2.1.32 [Flags: R/W].
      
      [21:57:49.565]收←◆[    0.496397] io scheduler mq-deadline registered
      [    0.500953] io scheduler kyber registered
      [    0.505995] [DISP]disp_module_init
      [    0.509939] disp 5000000.disp: Adding to iommu group 0
      [    0.515579] [DISP] parser_disp_init_para,line:1430:
      [    0.515582] of_property_read fb0_width fail
      [    0.524700] [DISP] disp_init,line:2386:
      [    0.524705] smooth display screen:0 type:1 mode:4
      [    0.549345] display_fb_request,fb_id:0
      [    0.555452] Freeing logo buffer memory: 1500K
      [    0.560338] disp_al_manager_apply ouput_type:1
      [    0.565000] sunxi_pwm_enable_dual: can't parse pwm device
      [    0.569221] [DISP]disp_module_init finish
      [    0.575452] sunxi_sid_init()551 - insmod ok
      [    0.580688] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator
      [    0.590866] uart uart0: uart0 supply uart not found, using dummy regulator
      [    0.598028] uart0: ttyS0 at MMIO 0x2500000 (irq = 34, base_baud = 1500000) is a SUNXI
      [    0.605918] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n
      [    0.613915] printk: console [ttyS0] enabled
      [    0.613915] printk: console [ttyS0] enabled
      [    0.622760] printk: bootconsole [earlycon0] disabled
      [    0.622760] printk: bootconsole [earlycon0] disabled
      [    0.634087] misc dump reg init
      [    0.638581] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator
      [    0.649769] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9
      [    0.656954] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed
      [    0.664267] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed
      [    0.671658] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)
      [    0.678150] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.
      [    0.685068] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1)
      [    0.692759] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1
      [    0.700565] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1
      [    0.708613] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled
      [    0.716200] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power.
      [    0.722924] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1)
      [    0.730419] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=207 assert=0
      [    0.738338] [ADDR_MGT] addr_mgt_probe: module version: v1.0.11
      [    0.745472] [ADDR_MGT] addr_mgt_probe: success.
      [    0.750905] dma-buf: Running sanitycheck
      [    0.755270] dma-buf: Running dma_fence
      [    0.759462] sizeof(dma_fence)=48
      [    0.763164] dma-buf: Running dma_fence/sanitycheck
      [    0.768517] dma-buf: Running dma_fence/test_signaling
      [    0.774182] dma-buf: Running dma_fence/test_add_callback
      [    0.780109] dma-buf: Running dma_fence/test_late_add_callback
      [    0.786509] dma-buf: Running dma_fence/test_rm_callback
      [    0.792335] dma-buf: Running dma_fence/test_late_rm_callback
      [    0.798641] dma-buf: Running dma_fence/test_status
      [    0.803984] dma-buf: Running dma_fence/test_error
      [    0.809229] dma-buf: Running dma_fence/test_wait
      [    0.814369] dma-buf: Running dma_fence/test_wait_timeout
      
      [21:57:49.927]收←◆[    0.858936] dma-buf: Running dma_fence/test_stub
      [    0.864090] dma-buf: Running dma_fence/race_signal_callback
      
      [21:57:50.007]收←◆[    0.938932] thread_signal_callback[0] completed 37842 passes, 14151 misses
      [    0.946634] thread_signal_callback[1] completed 37824 passes, 14134 misses
      
      [21:57:50.087]收←◆[    1.018941] thread_signal_callback[0] completed 40565 passes, 40565 misses
      [    1.026633] thread_signal_callback[1] completed 40540 passes, 40540 misses
      [    1.034823] sunxi-spinand: AW SPINand MTD Layer Version: 2.3 20211223
      [    1.042083] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
      [    1.053200] random: fast init done
      
      [21:57:50.388]收←◆[    1.319295] random: crng init done
      
      [21:57:51.117]收←◆[    2.049000] sunxi-spinand-phy: read id failed : -110
      [    2.054546] spi-nand: probe of spi0.0 failed with error -110
      [    2.060996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
      [    2.068265] sunxi-ehci: EHCI SUNXI driver
      [    2.073191] get ehci1-controller wakeup-source is fail.
      [    2.079131] sunxi ehci1-controller don't init wakeup source
      [    2.085338] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0b61480, 0x:c8837000, irq_no:3a
      [    2.097278] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator
      [    2.109664] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator
      [    2.121779] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
      [    2.129006] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
      [    2.138876] sunxi-ehci 4200000.ehci1-controller: irq 58, io mem 0x04200000
      [    2.168955] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
      [    2.177550] hub 1-0:1.0: USB hub found
      [    2.181785] hub 1-0:1.0: 1 port detected
      [    2.186717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
      [    2.193651] sunxi-ohci: OHCI SUNXI driver
      [    2.198569] get ohci1-controller wakeup-source is fail.
      [    2.204515] sunxi ohci1-controller don't init wakeup source
      [    2.210737] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0b61710
      [    2.220358] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator
      [    2.232777] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator
      [    2.244867] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
      [    2.252093] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
      [    2.261922] sunxi-ohci 4200400.ohci1-controller: irq 59, io mem 0x04200400
      
      [21:57:51.412]收←◆[    2.343742] hub 2-0:1.0: USB hub found
      [    2.347950] hub 2-0:1.0: 1 port detected
      [    2.353015] i2c /dev entries driver
      [    2.356974] sunxi cedar version 1.1
      [    2.361070] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
      [    2.367337] VE: sunxi_cedar_probe power-domain init!!!
      [    2.373078] VE: install start!!!
      [    2.373078] 
      [    2.378564] VE: cedar-ve the get irq is 40
      [    2.378564] 
      [    2.384985] VE: ve_debug_proc_info:be331635, data:537944a6, lock:fc475bca
      [    2.384985] 
      [    2.394202] VE: install end!!!
      [    2.394202] 
      [    2.399251] VE: sunxi_cedar_probe
      [    2.403192] Bluetooth: HCI UART driver ver 2.3
      [    2.408137] Bluetooth: HCI UART protocol H4 registered
      [    2.413873] Bluetooth: HCI UART protocol BCSP registered
      [    2.419798] Bluetooth: HCI UART protocol (null) registered
      [    2.425898] Bluetooth: HCI Realtek H5 protocol initialized
      [    2.433947] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.22 2021-12-20 15:40)
      [    2.443909] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8
      [    2.450094] sunxi-mmc 4020000.sdmmc: No vmmc regulator found
      [    2.456391] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found
      [    2.462813] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found
      [    2.469221] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found
      [    2.475717] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found
      [    2.482220] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found
      [    2.488708] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found
      [    2.495659] sunxi-mmc 4020000.sdmmc: Got CD GPIO
      [    2.501013] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail
      [    2.507584] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.518682] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator
      [    2.538790] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.563157] sunxi-mmc 4020000.sdmmc: detmode:gpio irq
      [    2.568805] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.580825] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.22 2021-12-20 15:40)
      [    2.583382] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.590727] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8
      [    2.604422] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.608251] sunxi-mmc 4021000.sdmmc: No vmmc regulator found
      [    2.622759] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.626069] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found
      [    2.644014] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found
      [    2.650435] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found
      [    2.656927] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found
      [    2.659269] mmc0: host does not support reading read-only switch, assuming write-enable
      [    2.663433] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found
      [    2.674045] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
      [    2.678853] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found
      [    2.678899] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed
      [    2.690396] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
      [    2.717299] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
      [    2.729063] mmc0: new high speed SDHC card at address 0001
      [    2.735742] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.747424] mmcblk0: mmc0:0001  15.0 GiB 
      [    2.751994] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator
      [    2.754877] Alternate GPT is invalid, using primary GPT.
      [    2.765579]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
      [    2.772142] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.796321] sunxi-mmc 4021000.sdmmc: detmode:manually by software
      [    2.803860] exFAT: Version 1.3.0
      [    2.803962] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
      [    2.815086] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
      [    2.816264] sunxi-spdif 2036000.spdif: Not using gpio-spdif gpio from dts
      [    2.829530] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.839553] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator
      [    2.852938] [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.852938] 
      [    2.853335] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.870072] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0
      [    2.892482] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    2.899197] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    2.905904] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    2.912610] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    2.912637] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
      [    2.919755] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished
      [    2.939531] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!
      [    2.949305] [SNDCODEC][sunxi_card_init][583]:card init finished
      [    2.956362] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok
      [    2.967207] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input0
      [    2.979097] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished
      [    2.987448] NET: Registered protocol family 10
      [    2.993377] Segment Routing with IPv6
      [    2.997530] NET: Registered protocol family 17
      [    3.002558] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch
      [    3.009107] Bluetooth: RFCOMM TTY layer initialized
      [    3.015263] Bluetooth: RFCOMM socket layer initialized
      [    3.021029] Bluetooth: RFCOMM ver 1.11
      [    3.025756] Registering SWP/SWPB emulation handler
      [    3.045429] sunxi-i2c sunxi-i2c2: sunxi-i2c2 supply twi not found, using dummy regulator
      [    3.055303] sunxi-i2c sunxi-i2c2: probe success
      [    3.062705] debugfs: Directory '2031000.dmic' with parent 'snddmic' already present!
      [    3.071923] sunxi-audio-card 2031060.sounddmic: dmic-hifi <-> 2031000.dmic mapping ok
      [    3.081536] sunxi-audio-card 203605c.soundspdif: use dummy codec for simple card.
      [    3.090048] debugfs: Directory '2036000.spdif' with parent 'sndspdif' already present!
      [    3.099385] sunxi-audio-card 203605c.soundspdif: snd-soc-dummy-dai <-> 2036000.spdif mapping ok
      [    3.110001] get ehci0-controller wakeup-source is fail.
      [    3.115914] sunxi ehci0-controller don't init wakeup source
      [    3.122163] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b60f60, 0x:c88a6000, irq_no:38
      [    3.134079] [sunxi-ehci0]: Not init ehci0
      [    3.138854] get ohci0-controller wakeup-source is fail.
      [    3.144797] sunxi ohci0-controller don't init wakeup source
      [    3.151023] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b611f0
      [    3.160626] [sunxi-ohci0]: Not init ohci0
      [    3.168142] clk: Not disabling unused clocks
      [    3.173093] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
      [    3.182721] cfg80211: failed to load regulatory.db
      [    3.182745] ALSA device list:
      [    3.191408]   #0: audiocodec
      [    3.194610]   #1: snddmic
      [    3.197522]   #2: sndspdif
      [    3.200562] alloc_fd: slot 0 not NULL!
      [    3.204946] Waiting 2 sec before mounting root device...
      
      [21:57:54.311]收←◆[    5.242204] VFS: Mounted root (squashfs filesystem) readonly on device 179:5.
      [    5.252956] devtmpfs: mounted
      [    5.258153] Freeing unused kernel memory: 1024K
      [    5.269071] Run /pseudo_init as init process
      
      [21:57:54.439]收←◆mount: mounting none on /dev failed: Resource busy
      
      [21:57:54.486]收←◆mount: mounting /dev/by-name/rootfs_data on /overlay failed: No such device
      Mount Failed: formating /dev/by-name/rootfs_data to ext4 ...
      /pseudo_init: line 402: mkfs.ext4: not found
      can't run '/etc/preinit': No such file or directory
      mount: mounting proc on /proc failed: Resource busy
      mount: mounting tmpfs on /run failed: No such file or directory
      hostname: can't open '/etc/hostname': No such file or directory
      ------run rc.preboot file-----
      install private mount info
      libubi: error!: "/dev/by-name/private" is not a character device
      ubiblock: error!: error while probing "/dev/by-name/private"
      [    5.486931] /dev/ubiblock0_: Can't open blockdev
                error 22 (Invalid argument)
      mount: mounting /dev/ubiblock0_ on /tmp/private/ failed: No such file or directory
      /etc/init.d/rcS: line 136: mkfs.ext4: not found
      ------run rc.modules file-----
      [    5.537071] usbcore: registered new interface driver usb-storage
      [    5.547727] sunxi_gpadc_init,2151, success
      [    5.552680] sunxi_gpadc_setup: get channel scan data failed
      [    5.559298] input: sunxi-gpadc0 as /devices/virtual/input/input1
      [    5.570953] get ctp_power is fail, -22
      [    5.575163] get ctp_power_ldo_vol is fail, -22
      [    5.581247] sunxi_ctp_startup: ctp_power_io is invalid.
      [    5.587136] get ctp_gesture_wakeup fail, no gesture wakeup
      [    5.593292] gt9xxnew_ts 2-0014: 2-0014 supply ctp not found, using dummy regulator
      
      [21:57:54.834]收←◆[    5.765912] sunxi-i2c sunxi-i2c2: Bus error
      [    5.770645] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    5.778203] sunxi-i2c sunxi-i2c2: STOP failed!
      [    5.783177] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    5.797884] sunxi-i2c sunxi-i2c2: Bus error
      [    5.802615] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    5.810170] sunxi-i2c sunxi-i2c2: STOP failed!
      [    5.815144] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    5.829580] sunxi-i2c sunxi-i2c2: Bus error
      [    5.834315] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    5.841865] sunxi-i2c sunxi-i2c2: STOP failed!
      [    5.846838] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    5.861560] sunxi-i2c sunxi-i2c2: Bus error
      [    5.866293] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    5.873842] sunxi-i2c sunxi-i2c2: STOP failed!
      [    5.878817] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    5.893353] sunxi-i2c sunxi-i2c2: Bus error
      [    5.898085] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    5.905634] sunxi-i2c sunxi-i2c2: STOP failed!
      [    5.910633] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    5.918198] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
      
      [21:57:55.147]收←◆[    6.078930] <<-GTP-ERROR->> GTP i2c test failed time 1.
      
      [21:57:55.184]收←◆[    6.116026] sunxi-i2c sunxi-i2c2: Bus error
      [    6.120756] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.128311] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.133283] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.147792] sunxi-i2c sunxi-i2c2: Bus error
      [    6.152521] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.160076] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.165067] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.179793] sunxi-i2c sunxi-i2c2: Bus error
      [    6.184522] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.192081] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.197055] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.211505] sunxi-i2c sunxi-i2c2: Bus error
      [    6.216243] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.223794] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.228767] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.243380] sunxi-i2c sunxi-i2c2: Bus error
      [    6.248110] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.255670] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.260662] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.268218] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
      
      [21:57:55.497]收←◆[    6.428932] <<-GTP-ERROR->> GTP i2c test failed time 2.
      
      [21:57:55.534]收←◆[    6.465884] sunxi-i2c sunxi-i2c2: Bus error
      [    6.470618] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.478172] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.483143] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.497870] sunxi-i2c sunxi-i2c2: Bus error
      [    6.502599] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.510157] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.515150] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.529541] sunxi-i2c sunxi-i2c2: Bus error
      [    6.534276] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.541828] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.546801] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.561454] sunxi-i2c sunxi-i2c2: Bus error
      [    6.566184] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.573742] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.578714] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.593193] sunxi-i2c sunxi-i2c2: Bus error
      [    6.597920] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.605477] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.610466] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.618022] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
      
      [21:57:55.788]收←◆[    6.719190] sunxi_usb_udc 4100000.udc-controller: 4100000.udc-controller supply udc not found, using dummy regulator
      
      [21:57:55.847]收←◆[    6.778940] <<-GTP-ERROR->> GTP i2c test failed time 3.
      [    6.816029] sunxi-i2c sunxi-i2c2: Bus error
      [    6.820763] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.828314] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.833292] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.847683] sunxi-i2c sunxi-i2c2: Bus error
      [    6.852415] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.859972] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.864968] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.879588] sunxi-i2c sunxi-i2c2: Bus error
      [    6.884322] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.891873] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.896850] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.911227] sunxi-i2c sunxi-i2c2: Bus error
      [    6.915964] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.923516] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.928492] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.943002] sunxi-i2c sunxi-i2c2: Bus error
      [    6.947735] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    6.955287] sunxi-i2c sunxi-i2c2: STOP failed!
      [    6.960282] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    6.967852] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
      
      [21:57:56.197]收←◆[    7.128930] <<-GTP-ERROR->> GTP i2c test failed time 4.
      
      [21:57:56.234]收←◆[    7.165821] sunxi-i2c sunxi-i2c2: Bus error
      [    7.170553] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    7.178110] sunxi-i2c sunxi-i2c2: STOP failed!
      [    7.183082] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    7.197712] sunxi-i2c sunxi-i2c2: Bus error
      [    7.202448] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    7.210001] sunxi-i2c sunxi-i2c2: STOP failed!
      [    7.214994] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    7.229308] sunxi-i2c sunxi-i2c2: Bus error
      [    7.234032] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    7.241594] sunxi-i2c sunxi-i2c2: STOP failed!
      [    7.246569] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    7.261133] sunxi-i2c sunxi-i2c2: Bus error
      [    7.265864] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    7.273426] sunxi-i2c sunxi-i2c2: STOP failed!
      [    7.278397] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    7.292810] sunxi-i2c sunxi-i2c2: Bus error
      [    7.297542] sunxi-i2c sunxi-i2c2: engine-mode: bus state: 0x0, isn't idle
      [    7.305101] sunxi-i2c sunxi-i2c2: STOP failed!
      [    7.310090] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
      [    7.317658] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
      
      [21:57:56.547]收←◆[    7.478929] <<-GTP-ERROR->> GTP i2c test failed time 5.
      
      [21:57:56.577]收←◆[    7.508930] I2C communication ERROR!
      [    7.508957] regulator-dummy: Underflow of regulator enable count
      [    7.519816] gt9xxnew_ts: probe of 2-0014 failed with error -1
      
      [21:57:56.670]收←◆[    7.601780] Error: Driver 'gt9xxnew_ts' is already registered, aborting...
      
      [21:57:56.768]收←◆insmod: can't insert '/lib/modules/5.4.61/gt9xxnew_ts.ko': Operation not permitted
      
      [21:57:56.914]收←◆[    7.844480] RTW: module init start
      [    7.848273] RTW: rtl8189fs v5.11.3-29-g5a946024c.20200901
      [    7.854322] RTW: build time: Aug 10 2022 14:48:36
      [    7.869595] sunxi-rfkill soc@3000000:rfkill@0: wlan power on success
      
      [21:57:57.046]收←◆[    7.976676] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
      [    7.982887] RTW: ----- platform_wifi_power_on sdc_id: 1
      [    7.988758] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    7.999858] RTW: rtw_inetaddr_notifier_register
      [    8.004951] RTW: module init ret=0
      [    8.009065] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator
      [    8.028954] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    8.053935] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
      [    8.061545] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
      [    8.068347] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    8.083955] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    8.097645] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    8.105152] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    8.112662] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    8.120177] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
      [    8.126881] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
      
      [21:58:01.183]收←◆Successfully initialized wpa_supplicant
      Could not read interface wlan0 flags: No such device
      nl80211: Driver does not support authentication/association or connect commands
      nl80211: deinit ifname=wlan0 disabled_11b_rates=0
      Could not read interface wlan0 flags: No such device
      wlan0: Failed to initialize driver interface
      ------run rc.final file-----
      
      [21:58:01.306]收←◆[   12.237183] file system registered
      [   12.253824] configfs-gadget 4100000.udc-controller: failed to start g1: -19
      sh: write error: No such device
      [   12.275064] read descriptors
      [   12.278305] read strings
      
      [21:58:02.308]收←◆[   13.239125] [ehci0-controller]: sunxi_usb_enable_ehci
      [   13.244771] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b60f60, 0x:c88a6000, irq_no:38
      [   13.256784] android_work: did not send uevent (0 0 00000000)
      [   13.263336] sunxi-ehci 4101000.ehci0-controller: 4101000.ehci0-controller supply hci not found, using dummy regulator
      [   13.276722] sunxi-ehci 4101000.ehci0-controller: EHCI Host Controller
      [   13.283968] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 3
      [   13.294041] sunxi-ehci 4101000.ehci0-controller: irq 56, io mem 0x04101000
      [   13.328948] sunxi-ehci 4101000.ehci0-controller: USB 2.0 started, EHCI 1.00
      [   13.337522] hub 3-0:1.0: USB hub found
      [   13.341799] hub 3-0:1.0: 1 port detected
      [   13.346653] [ohci0-controller]: sunxi_usb_enable_ohci
      [   13.352312] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b611f0
      [   13.362142] sunxi-ohci 4101400.ohci0-controller: 4101400.ohci0-controller supply hci not found, using dummy regulator
      [   13.374371] sunxi-ohci 4101400.ohci0-controller: OHCI Host Controller
      [   13.381631] sunxi-ohci 4101400.ohci0-controller: new USB bus registered, assigned bus number 4
      [   13.391386] debugfs: Directory 'sunxi-ohci' with parent 'ohci' already present!
      [   13.399620] sunxi-ohci 4101400.ohci0-controller: irq 57, io mem 0x04101400
      
      [21:58:02.543]收←◆[   13.473724] hub 4-0:1.0: USB hub found
      [   13.477945] hub 4-0:1.0: 1 port detected
      host_chose finished!
      clear private mount info
      nice: can't execute '/usr/bin/story_ota_bin': No such file or directory
      umount: can't unmount /tmp/private/: Invalid argument
      libubi: error!: "/dev/by-name/private" is not a character device
      ubiblock: error!: error while probing "/dev/by-name/private"
                error 22 (Invalid argument)
      
      
      BusyBox v1.27.2 () built-in shell (ash)
      
      ------run profile file-----
       _____  _              __     _
      |_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
        | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
        | |  | || | || _ |  |_____||_||_|_||___||_,_|
        |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
       ----------------------------------------------
       Tina Linux (Neptune, 5C1C9C53)
       ----------------------------------------------
      nodev	debugfs
      root@TinaLinux:/# 
      
      
      发送命令后的反应:
      ------run profile file-----
       _____  _              __     _
      |_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
        | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
        | |  | || | || _ |  |_____||_||_|_||___||_,_|
        |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
       ----------------------------------------------
       Tina Linux (Neptune, 5C1C9C53)
       ----------------------------------------------
      nodev	debugfs
      root@TinaLinux:/# 
      [21:58:05.385]发→◇ls
      
      
      
      
      
      □
      [21:58:06.095]发→◇ls
      
      
      
      
      
      □
      [21:58:21.308]发→◇ls
      
      
      
      
      
      □
      [21:58:21.770]发→◇ls
      
      
      1 条回复 最后回复 回复 引用 分享 0
      • WhycanService
        WhycanService LV 8 最后由 编辑

        接线对吗?看上去是硬件问题

        W 1 条回复 最后回复 回复 引用 分享 0
        • W
          WTE_WTE LV 3 @WhycanService 最后由 编辑

          @whycanservice 感谢回复,昨晚问题已经解决了。板子uart0-rx虚焊问题。放大镜看起来连接了,实际虚焊

          1 条回复 最后回复 回复 引用 分享 0
          • Deleted by  W WTE_WTE 
          • Restored by  W WTE_WTE 
          • 1 / 1
          • First post
            Last post

          Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

          行为准则 | 用户协议 | 隐私权政策