esp-hosted icon indicating copy to clipboard operation
esp-hosted copied to clipboard

Error while loading esp-hosted-ng

Open sergey-suloev opened this issue 1 year ago • 41 comments

Hello, I have the following error log while trying to make esp32-spi driver work:

Received ESP bootup event [ 14.985448] EVENT: 3 [ 14.987680] EVENT: 2 [ 14.989873] EVENT: 0 [ 14.992135] EVENT: 4 [ 14.994334] EVENT: 1 [ 14.996575] esp32: process_fw_data ESP chipset's last reset cause: [ 14.996584] POWERON_RESET [ 15.005595] esp32: ESP Firmware version: 1.0.2 [ 15.010102] ESP chipset detected [esp32] [ 15.102378] ESP peripheral capabilities: 0xf8 [ 15.135844] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 15.144481] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 15.211651] dwmac-sun8i 1c30000.ethernet eth0: Too many address, switching to promiscuous [ 15.311069] ESP Bluetooth init [ 15.321969] Capabilities: 0xf8. Features supported are: [ 15.327285] * WLAN on SPI [ 15.330147] * BT/BLE [ 15.332603] - HCI over SPI [ 15.335763] - BT/BLE dual mode [ 16.829694] esp_cfg80211_scan [ 18.879041] Bluetooth: hci0: command 0x1001 tx timeout [ 18.879040] Bluetooth: hci0: Opcode 0x1001 failed: -110 [ 21.983063] esp32: Command[4] timed out [ 21.986980] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22 [ 22.006071] esp_cfg80211_scan [ 27.103076] esp32: Command[4] timed out [ 27.108800] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22 [ 27.129254] esp_cfg80211_scan [ 27.286672] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 27.309867] Bridge firewalling registered [ 31.711121] dc1sw: disabling [ 31.714236] cpvdd: disabling [ 31.717313] vcc-1v2-hsic: disabling [ 32.223050] esp32: Command[4] timed out [ 32.226950] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22 [ 33.043185] esp_cfg80211_scan [ 38.111931] esp32: Command[4] timed out [ 38.117139] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22 [ 43.049586] esp_cfg80211_scan [ 48.095297] esp32: Command[4] timed out [ 48.100716] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22 [ 57.045779] esp_cfg80211_scan [ 62.175302] esp32: Command[4] timed out [ 62.179178] esp32: wait_and_decode_cmd_resp(priv, cmd_node) failure, ret: -22

sergey-suloev avatar May 09 '23 17:05 sergey-suloev