--- Available ports:
--- 1: /dev/cu.BLTH 'n/a'
--- 2: /dev/cu.Bluetooth-Incoming-Port 'n/a'
--- 3: /dev/cu.usbserial-144420 'USB Serial'
--- 4: /dev/cu.wchusbserial144420 'USB Serial'
--- Enter port index or full name: 3
--- FluidTerm v1.2.0 on /dev/cu.usbserial-144420 115200,8,N,1 ---
--- Quit: Ctrl+] or Ctrl+Q | Upload: Ctrl+U | Reset: Ctrl+R | ClearScreen: Ctrl+W ---
[MSG:INFO: FluidNC v3.6.3]
[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: No SD Card CS Pin]
[MSG:INFO: See http://wiki.fluidnc.com/en/config/sd_card#sdfallbackcs-access-sd-without-a-config-file]
[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]
Connection lost
Exception in thread tx:
Traceback (most recent call last):
File "/Users/caisong/.fluidnc_venv/lib/python3.9/site-packages/serial/serialposix.py", line 621, in write
n = os.write(self.fd, d)
OSError: [Errno 6] Device not configured
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Caskroom/miniconda/base/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/Caskroom/miniconda/base/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/Users/caisong/Downloads/fluidnc-v3.6.3-posix/common/fluidterm.py", line 704, in writer
self.enable_fluid_echo();
File "/Users/caisong/Downloads/fluidnc-v3.6.3-posix/common/fluidterm.py", line 919, in enable_fluid_echo
self.serial.write(self.tx_encoder.encode(right_arrow))
File "/Users/caisong/.fluidnc_venv/lib/python3.9/site-packages/serial/serialposix.py", line 655, in write
raise SerialException('write failed: {}'.format(e))
serial.serialutil.SerialException: write failed: [Errno 6] Device not configured
控制板
MKS-DLC32 V2.1
董事会供应商的帮助
机器描述
MKS-DLC32 V2.1
输入电路
没有反应
配置文件
Configuration file has not been uploaded
启动消息
用户界面软件
没有反应
发生了什么?
运行./install-fs.sh
选择串口设备
其他信息
电脑系统 MacOS 12.6
FluidNC Ver: v3.6.3
断电
运行
./erase.sh
重装
./install-fs.sh
故障依旧
`
./install-fs.sh
esptool.py –chip esp32 –baud 115200 dump_mem 0x3ff5a018 4 SecurityFuses.bin
esptool.py v3.1
Found 4 serial ports
Serial port /dev/cu.wchusbserial144420
Connecting….
芯片是ESP32-D0WD-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, efuse VRef calibration, Coding Scheme None
Crystal is 40MHz
MAC: 40:22:d8:76:28:b0
Uploading stub…
运行存根…
存根正在运行…
读取 4 个字节
完成!
通过 RTS 引脚硬重置…
esptool.py –chip esp32 –baud 115200 –before default_reset –after hard_reset write_flash -z –flash_mode dio –flash_freq 80m –flash_size detect 0x3d0000 wifi/spiffs.bin
esptool.py v3.1
发现 4 个串口
Serial port /dev/cu.wchusbserial144420
Connecting….
Chip is ESP32-D0WD-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal 是 40MHz
MAC: 40:22:d8:76:28:b0
Uploading stub…
Running stub…
Stub running…
Configuring flash size…
Auto-detected Flash size: 4MB
Flash will be从 0x003d0000 擦除到 0x003fffff…
将 196608 字节压缩到 134175…
在 12.2 秒内在 0x003d0000 写入 196608 字节(134175 压缩)(有效 129.4 kbit/s)…
已验证数据哈希。
离开…
通过 RTS 引脚硬重置…
`