开源改变世界

8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

推推 grbl 2年前 (2023-02-05) 259次浏览
关闭
3 个任务中的第 1 个
skorpi08 开了这个issue 2022 年 9 月 1 日 · 10 条评论
关闭
3 个任务中的第 1 个

8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃#591

skorpi08 开了这个issue 2022 年 9 月 1 日 · 10 条评论

评论

8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591
贡献者

控制板

MKS DLC32 和 MKS Tinybee

董事会供应商的帮助

  • 是的
  • 不适用

机器描述

不需要

配置文件

not needed

启动消息

With install-wifi.bat

$bye
[MSG:INFO: Restarting]
ok
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:12812
load:0x40080400,len:3032
entry 0x400805e4

[MSG:INFO: FluidNC EventQueue2-Test]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.1-1-gb8050b365e]
[MSG:INFO: Local filesystem type is SPIFFS]
[MSG:WARN: Cannot open configuration file:config.yaml]
[MSG:INFO: Using default configuration]
[MSG:INFO: Axes: using defaults]
[MSG:INFO: Machine Default (Test Drive)]
[MSG:INFO: Board None]
[MSG:INFO: SPI not defined]
[MSG:INFO: Stepping:RMT Pulse:4us Dsbl Delay:0us Dir Delay:0us Idle Delay:255ms]
[MSG:INFO: Axis count 3]
[MSG:INFO: Axis X (-1000.000,0.000)]
[MSG:INFO: Axis Y (-1000.000,0.000)]
[MSG:INFO: Axis Z (-1000.000,0.000)]
[MSG:INFO: Kinematic system: Cartesian]
[MSG:INFO: Using spindle NoSpindle]
[MSG:INFO: STA SSID is not set]
[MSG:INFO: AP SSID FluidNC IP 192.168.0.1 mask 255.255.255.0 channel 1]
[MSG:INFO: AP started]
[MSG:INFO: WiFi on]
[MSG:INFO: Captive Portal Started]
[MSG:INFO: HTTP started on port 80]
[MSG:INFO: Telnet started on port 23]

Grbl  [FluidNC EventQueue2-Test (wifi) '$' for help]
[MSG:INFO: '$H'|'$X' to unlock]



Compiled and Uploaded with Visual Studio Code and app3M_spiffs1M_8MB.csv:

rst:0x3 (SW_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:12812
load:0x40080400,len:3032
entry 0x400805e4
ets Jun  8 2016 00:22:57

rst:0x3 (SW_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:12812
load:0x40080400,len:3032
entry 0x400805e4
ets Jun  8 2016 00:22:57

用户界面软件

一航码头

发生了什么?

为 8MB ESP32 更改 platformio.ini 中的第 59 行,它崩溃了。

这是一个旧的屏幕截图,它曾经工作过。
8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

其他信息

只改变了第 59 行
8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

闪光后
8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

在 Tinybee 上使用 install-wifi.bat 输出

-flash_freq 80m --flash_size detect 0x1000 common\bootloader_dio_80m.bin 0xe000 common\boot_app0.bin 0x10000 wifi\firmware.bin 0x8000 wifi\partitions.bin
esptool.py v3.1
Found 2 serial ports
Serial port COM6
Connecting....
Chip is ESP32-D0WD (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:91:51:1b:1f:4c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 8MB
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00150fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash params set to 0x023f
Compressed 17120 bytes to 11840...
Wrote 17120 bytes (11840 compressed) at 0x00001000 in 0.4 seconds (effective 362.0 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 742.7 kbit/s)...
Hash of data verified.
Compressed 1314032 bytes to 823744...
Writing at 0x000d3bea... (58 %)
8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

我想您将不得不调试它,因为我们还不支持该 FLASH 大小。

8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591
贡献者作者

board = dpu_esp32
board_build.partitions = default_8MB.csv

8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591

board = dpu_esp32
board_build.partitions = FluidNC/ld/esp32/app3M_spiffs1M_8MB.csv ; 对于 8Meg ESP32
8Meg ESP32 的 app3M_spiffs1M_8MB.csv 崩溃 #591