We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
always
ESP32 Hosted NG works as expected
Driver does not finish init. Outputs repated:
esp32_sdio: tx_process: not ready
U-Boot SPL 2024.10 (Jan 01 2025 - 22:50:37 +0100) DRAM: 64 MiB Trying to boot from sunxi SPI U-Boot 2024.10 (Jan 01 2025 - 22:50:37 +0100) Allwinner Technology CPU: Allwinner V3s (SUN8I 1681) Model: NetCube Systems Kumquat DRAM: 64 MiB Core: 52 devices, 23 uclasses, devicetree: separate WDT: Not starting watchdog@1c20ca0 MMC: mmc@1c0f000: 0, mmc@1c10000: 1 Loading Environment from SPIFlash... SF: Detected w25q64cv with page size 256 Bytes, erase size 4 KiB, total 8 MiB OK In: serial@1c28000 Out: serial@1c28000 Err: serial@1c28000 ethaddr set to: 44:B7:D0:D7:62:C5 Net: eth0: ethernet@1c30000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found /boot/extlinux/extlinux.conf Retrieving file: /boot/extlinux/extlinux.conf 1: default Retrieving file: /boot/zImage append: root=/dev/mmcblk0p1 rootwait console=ttyS0,115200 rootfstype=ext4 panic=3 mtdparts=firmware:1M(u-boot)ro,512k(u-boot-env1),512k(u-boot-env2),-(user) Retrieving file: /boot/allwinner/sun8i-v3s-netcube-kumquat.dtb Kernel image @ 0x41000000 [ 0x000000 - 0x5b5408 ] ## Flattened Device Tree blob at 41800000 Booting using the fdt blob at 0x41800000 Working FDT set to 41800000 Loading Device Tree to 42d3d000, end 42d445d2 ... OK Working FDT set to 42d3d000 ethaddr set to: 44:B7:D0:D7:62:C5 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.7 (lukas@lukas-hpz440workstation) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2024.11-368-g25c000b5e9-dirty) 13.3.0, GNU ld (GNU Binutils) 2.42) #1 SMP Thu Jan 2 21:02:38 CET 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: NetCube Systems Kumquat [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0x41c00000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x0000000043ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000043ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x0000000043ffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 13 pages/cpu s21132 r8192 d23924 u53248 [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rootwait console=ttyS0,115200 rootfstype=ext4 panic=3 mtdparts=firmware:1M(u-boot)ro,512k(u-boot-env1),512k(u-boot-env2),-(user) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16384 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 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.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000017] Switching to timer-based delay loop, resolution 41ns [ 0.000285] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000725] Console: colour dummy device 80x30 [ 0.000823] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.000847] CPU: Testing write buffer coherency: ok [ 0.000905] pid_max: default: 32768 minimum: 301 [ 0.001157] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001186] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002573] CPU0: update cpu_capacity 1024 [ 0.002614] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.050255] Setting up static identity map for 0x40100000 - 0x40100060 [ 0.060293] rcu: Hierarchical SRCU implementation. [ 0.060314] rcu: Max phase no-delay instances is 1000. [ 0.080411] smp: Bringing up secondary CPUs ... [ 0.080469] smp: Brought up 1 node, 1 CPU [ 0.080488] SMP: Total of 1 processors activated (48.00 BogoMIPS). [ 0.080498] CPU: All CPU(s) started in HYP mode. [ 0.080502] CPU: Virtualization extensions available. [ 0.080709] Memory: 33400K/65536K available (9216K kernel code, 863K rwdata, 2332K rodata, 1024K init, 270K bss, 15216K reserved, 16384K cma-reserved, 0K highmem) [ 0.081565] devtmpfs: initialized [ 0.086274] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.086632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.086676] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.087584] pinctrl core: initialized pinctrl subsystem [ 0.090259] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.091821] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.093168] thermal_sys: Registered thermal governor 'step_wise' [ 0.093434] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.093457] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.097738] /soc/interrupt-controller@1c81000: Fixed dependency cycle(s) with /soc/interrupt-controller@1c81000 [ 0.110211] usbcore: registered new interface driver usbfs [ 0.110272] usbcore: registered new interface driver hub [ 0.110348] usbcore: registered new device driver usb [ 0.110922] mc: Linux media interface: v0.10 [ 0.111017] videodev: Linux video capture interface: v2.00 [ 0.111068] pps_core: LinuxPPS API ver. 1 registered [ 0.111075] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.111097] PTP clock support registered [ 0.111412] Advanced Linux Sound Architecture Driver Initialized. [ 0.112351] Bluetooth: Core ver 2.22 [ 0.112460] NET: Registered PF_BLUETOOTH protocol family [ 0.112469] Bluetooth: HCI device and connection manager initialized [ 0.112492] Bluetooth: HCI socket layer initialized [ 0.112504] Bluetooth: L2CAP socket layer initialized [ 0.112546] Bluetooth: SCO socket layer initialized [ 0.113672] clocksource: Switched to clocksource arch_sys_counter [ 0.130942] NET: Registered PF_INET protocol family [ 0.131262] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.132096] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.132147] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.132162] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.132198] TCP bind hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.132262] TCP: Hash tables configured (established 1024 bind 1024) [ 0.132418] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.132478] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.132762] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.134214] RPC: Registered named UNIX socket transport module. [ 0.134246] RPC: Registered udp transport module. [ 0.134253] RPC: Registered tcp transport module. [ 0.134258] RPC: Registered tcp-with-tls transport module. [ 0.134263] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.137358] Initialise system trusted keyrings [ 0.138282] workingset: timestamp_bits=30 max_order=14 bucket_order=0 [ 0.139593] NFS: Registering the id_resolver key type [ 0.139686] Key type id_resolver registered [ 0.139697] Key type id_legacy registered [ 0.369649] Key type asymmetric registered [ 0.369672] Asymmetric key parser 'x509' registered [ 0.369792] io scheduler mq-deadline registered [ 0.369806] io scheduler kyber registered [ 0.369846] io scheduler bfq registered [ 0.481737] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.491667] CAN device driver interface [ 0.493563] i2c_dev: i2c /dev entries driver [ 0.495507] ehci-platform 1c1a000.usb: EHCI Host Controller [ 0.495574] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 0.496584] ehci-platform 1c1a000.usb: irq 32, io mem 0x01c1a000 [ 0.497149] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 0.497206] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 [ 0.497643] ohci-platform 1c1a400.usb: irq 33, io mem 0x01c1a400 [ 0.498206] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.499024] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected] [ 0.500123] sun4i-ss 1c15000.crypto: Die ID 7 [ 0.501541] usbcore: registered new interface driver usbhid [ 0.501563] usbhid: USB HID core driver [ 0.505999] NET: Registered PF_PACKET protocol family [ 0.506028] can: controller area network core [ 0.506120] NET: Registered PF_CAN protocol family [ 0.506134] can: raw protocol [ 0.506145] can: broadcast manager protocol [ 0.506155] can: netlink gateway - max_hops=1 [ 0.506420] Key type dns_resolver registered [ 0.506694] Registering SWP/SWPB emulation handler [ 0.514683] Loading compiled-in X.509 certificates [ 0.527437] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 0.528458] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.532038] sun8i-v3s-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.535285] hub 1-0:1.0: USB hub found [ 0.535404] hub 1-0:1.0: 1 port detected [ 0.540212] printk: legacy console [ttyS0] disabled [ 0.561182] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 100, base_baud = 1500000) is a U6_16550A [ 0.561293] printk: legacy console [ttyS0] enabled [ 1.394099] hub 2-0:1.0: USB hub found [ 1.398029] hub 2-0:1.0: 1 port detected [ 1.425619] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 101, base_baud = 1500000) is a U6_16550A [ 1.439551] 4 cmdlinepart partitions found on MTD device firmware [ 1.445846] Creating 4 MTD partitions on "firmware": [ 1.450833] 0x000000000000-0x000000100000 : "u-boot" [ 1.457042] 0x000000100000-0x000000180000 : "u-boot-env1" [ 1.463343] 0x000000180000-0x000000200000 : "u-boot-env2" [ 1.469994] 0x000000200000-0x000000800000 : "user" [ 1.477158] spi_master spi0: will run message pump with realtime priority [ 1.495105] mcp251xfd spi0.1 can0: MCP2518FD rev0.0 (-RX_INT -PLL -MAB_NO_WARN +CRC_REG +CRC_RX +CRC_TX +ECC -HD o:40.00MHz c:40.00MHz m:20.00MHz rs:17.00MHz es:12.50MHz rf:17.00MHz ef:12.50MHz) successfully initialized. [ 1.519341] at24 0-0050: 256 byte 24c02 EEPROM, read-only [ 1.637462] hwmon hwmon0: temp1_input not attached to any thermal zone [ 1.649082] rtc-ds3232 0-0068: registered as rtc0 [ 1.654984] rtc-ds3232 0-0068: setting system clock to 2025-01-02T20:41:25 UTC (1735850485) [ 1.672135] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found [ 1.678688] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found [ 1.684661] dwmac-sun8i 1c30000.ethernet: IRQ sfty not found [ 1.690430] dwmac-sun8i 1c30000.ethernet: No regulator found [ 1.696279] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 1.702064] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 38000) [ 1.717930] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 1.725322] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 1.732578] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 1.737600] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 1.744418] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 1.750078] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 1.757895] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 1.764825] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 1.771218] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 1.780067] usb_phy_generic usb_phy_generic.0.auto: dummy supplies not allowed for exclusive requests (id=vbus) [ 1.791507] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver [ 1.797470] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3 [ 1.805575] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 1.812900] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB [ 1.822138] hub 3-0:1.0: USB hub found [ 1.826428] hub 3-0:1.0: 1 port detected [ 1.833552] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 1.842102] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.854992] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.863125] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 1.870572] clk: Disabling unused clocks [ 1.874649] ALSA device list: [ 1.877629] #0: V3s Audio Codec [ 1.881759] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 1.890503] cfg80211: failed to load regulatory.db [ 1.896128] Waiting for root device /dev/mmcblk0p1... [ 2.020530] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.030637] mmc0: non-supported SD ext reg layout [ 2.035442] mmc0: new high speed SDXC card at address 0001 [ 2.042547] mmcblk0: mmc0:0001 FD4Q9 119 GiB [ 2.049988] mmcblk0: p1 [ 2.083920] EXT4-fs (mmcblk0p1): orphan cleanup on readonly fs [ 2.090304] EXT4-fs (mmcblk0p1): mounted filesystem e031871d-2c8d-4cd7-bef6-6ba9f04fd1d2 ro with ordered data mode. Quota mode: disabled. [ 2.102960] VFS: Mounted root (ext4 filesystem) readonly on device 179:1. [ 2.110966] devtmpfs: mounted [ 2.115522] Freeing unused kernel image (initmem) memory: 1024K [ 2.121783] Run /sbin/init as init process [ 2.313463] EXT4-fs (mmcblk0p1): re-mounted e031871d-2c8d-4cd7-bef6-6ba9f04fd1d2 r/w. Quota mode: disabled. Seeding 256 bits and crediting [ 2.436155] random: crng init done Saving 256 bits of creditable seed for next boot Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: [ 2.697856] udevd[85]: starting version 3.2.14 [ 2.792012] udevd[86]: starting eudev-3.2.14 done Starting system message bus: done Starting esphosted: [ 5.700024] esp32_sdio: loading out-of-tree module taints kernel. OK Starting bluetoothd: OK Starting network: [ 6.176743] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 6.194645] dwmac-sun8i 1c30000.ethernet eth0: PHY [mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL) [ 6.203987] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found [ 6.211317] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available [ 6.219032] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW [ 6.252814] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode [ 6.265262] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx udhcpc: started, v1.36.1 udhcpc: broadcasting discover udhcpc: broadcasting select for 10.0.0.86, server 10.0.1.254 udhcpc: lease of 10.0.0.86 obtained from 10.0.1.254, lease time 86400 deleting routers adding dns 10.0.1.254 OK Starting NetworkManager: OK Starting chronyd: OK Starting crond: OK Starting polkitd: OK Starting ser2net: no configuration file [ 7.519063] mmc1: queuing unknown CIS tuple 0x01 [d9 01 ff] (3 bytes) [ 7.543188] mmc1: queuing unknown CIS tuple 0x1a [01 01 00 02 07] (5 bytes) [ 7.557067] mmc1: queuing unknown CIS tuple 0x1b [c1 41 30 30 ff ff ff ff] (8 bytes) [ 7.583951] mmc1: new SDIO card at address 0001 [ 7.604609] esp32_sdio: esp_probe: ESP network device detected [ 7.622063] esp32_sdio: get_firmware_data: Rx Pre ====== 0 [ 7.627789] esp32_sdio: get_firmware_data: Rx Pos ====== 0 [ 7.638518] esp32_sdio: get_firmware_data: Tx Pre ====== 0 [ 7.644335] esp32_sdio: get_firmware_data: Tx Pos ====== 10 [ 7.663869] esp32_sdio: tx_process: not ready [ 7.677230] esp32_sdio mmc1:0001:2: probe with driver esp32_sdio failed with error -22 [ 7.692335] esp32_sdio: tx_process: not ready [ 7.709981] esp32_sdio: tx_process: not ready [ 7.735291] esp32_sdio: tx_process: not ready [ 7.755628] esp32_sdio: tx_process: not ready [ 7.775234] esp32_sdio: tx_process: not ready [ 7.794115] esp32_sdio: tx_process: not ready [ 7.817603] esp32_sdio: tx_process: not ready [ 7.833805] esp32_sdio: tx_process: not ready [ 7.853864] esp32_sdio: tx_process: not ready Starting sshd: [ 7.875563] esp32_sdio: tx_process: not ready [ 7.894029] esp32_sdio: tx_process: not ready [ 7.915861] esp32_sdio: tx_process: not ready [ 7.936869] esp32_sdio: tx_process: not ready [ 7.954306] esp32_sdio: tx_process: not ready [ 7.977445] esp32_sdio: tx_process: not ready [ 7.997820] esp32_sdio: tx_process: not ready [ 8.014158] esp32_sdio: tx_process: not ready [ 8.044490] esp32_sdio: tx_process: not ready [ 8.067160] esp32_sdio: tx_process: not ready [ 8.094708] esp32_sdio: tx_process: not ready [ 8.115483] esp32_sdio: process_esp_bootup_event: Received ESP bootup event [ 8.126973] esp32_sdio: process_event_esp_bootup: Bootup Event tag: 3 [ 8.133426] esp32_sdio: esp_validate_chipset: Chipset=ESP32 ID=00 detected over SDIO [ 8.141219] esp32_sdio: process_event_esp_bootup: Bootup Event tag: 0 [ 8.147684] esp32_sdio: process_event_esp_bootup: Bootup Event tag: 4 [ 8.154154] esp32_sdio: process_event_esp_bootup: Unsupported tag=4 in bootup event [ 8.161811] esp32_sdio: process_event_esp_bootup: Bootup Event tag: 1 [ 8.168298] esp32_sdio: process_fw_data: Length not matching to firmware data size [ 8.175880] esp32_sdio: process_event_esp_bootup: failed to process tag=1 in bootup event [ 8.193803] esp32_sdio: tx_process: not ready [ 8.228053] esp32_sdio: tx_process: not ready [ 8.254108] esp32_sdio: tx_process: not ready [ 8.283813] esp32_sdio: tx_process: not ready [ 8.316048] esp32_sdio: tx_process: not ready [ 8.350447] esp32_sdio: tx_process: not ready [ 8.374224] esp32_sdio: tx_process: not ready [ 8.394446] esp32_sdio: tx_process: not ready [ 8.413942] esp32_sdio: tx_process: not ready [ 8.434967] esp32_sdio: tx_process: not ready [ 8.463843] esp32_sdio: tx_process: not ready [ 8.488077] esp32_sdio: tx_process: not ready [ 8.515987] esp32_sdio: tx_process: not ready [ 8.535276] esp32_sdio: tx_process: not ready [ 8.557509] esp32_sdio: tx_process: not ready [ 8.576325] esp32_sdio: tx_process: not ready [ 8.600519] esp32_sdio: tx_process: not ready OK [ 8.627222] esp32_sdio: tx_process: not ready [ 8.649790] esp32_sdio: tx_process: not ready [ 8.674504] esp32_sdio: tx_process: not ready [ 8.703844] esp32_sdio: tx_process: not ready [ 8.723921] esp32_sdio: tx_process: not ready [ 8.743935] esp32_sdio: tx_process: not ready [ 8.765076] esp32_sdio: tx_process: not ready
Build Buildroot Linux with esp_hosted, and Linux 6.12.7 on an Allwinner V3s
927a34f
ARM 32-bit (Raspberry Pi 32-bit)
Linux
Buildroot
Bash
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
How often does this bug occurs?
always
Expected behavior
ESP32 Hosted NG works as expected
Actual behavior (suspected bug)
Driver does not finish init. Outputs repated:
esp32_sdio: tx_process: not ready
Error logs or terminal output
Steps to reproduce the behavior
Build Buildroot Linux with esp_hosted, and Linux 6.12.7 on an Allwinner V3s
Project release version
927a34f
System architecture
ARM 32-bit (Raspberry Pi 32-bit)
Operating system
Linux
Operating system version
Buildroot
Shell
Bash
Additional context
No response
The text was updated successfully, but these errors were encountered: