burning impossible on Core 1 (basic)
-
hello,
I'm trying to Burn UIFlow2 to my core 1 (basic) without luck.
When trying to erase, I have the following Javascript error
Uncaught Exception:
Error: spawn Unknown system error -86
at ChildProcess.spawn (node:internal/child_process:412:11)
at Object.spawn (node:child_process:707:9)
at runBurnScript (/Applications/M5Burner.app/Contents/Resources/app.asar/packages/serialport/tool.js:115:25)
at erase (/Applications/M5Burner.app/Contents/Resources/app.asar/packages/serialport/tool.js:124:17)
at IpcMainImpl.<anonymous> (/Applications/M5Burner.app/Contents/Resources/app.asar/packages/serialport/event.js:31:5)
at IpcMainImpl.emit (node:events:394:28)
at Object.<anonymous> (node:electron/js2c/browser_init:161:9959)
at Object.emit (node:events:394:28)I'm on a MacBook Pro INTEL with latest version for M5Burner.
Thank you for your help.
-
@damien_hirlimann no help, but can confirme the error on burn, erase and configure. Intel Mac with MacOS 11.7.10.
-
@damien_hirlimann @visevision
you can try download the UiFlow2 firmware and manually flash using esptool, but you will lose the account binding function
https://github.com/m5stack/uiflow-micropython/releases/tag/2.2.7 -
@kuriko is it possible after flashing this firmware to use uiflow 2.0 burning oder wifi?
-
@visevision
oh sorry i almost forgot
you can also burn the UiFlow 2 firmware using webburner (located at the left down corner of UiFlow2)
-
@kuriko this would be a nice option, but if i choose the webburner and select the AtomS3 then there is no firmware I can select/burn. All AtomS3 Versions show nothing in Firmware, all other do.
-
So no solution for the moment ?
-
It looks like the error may be related to a missing or incompatible binary for your Intel Mac. Try running M5Burner using Rosetta, or check if there’s an x64-compatible version of M5Burner available. Also, make sure you’ve given M5Burner full disk access in macOS settings. Reinstalling the app or using Terminal to manually erase and burn via esptool could also help.