Skip to content

Releases: wezhunter/ESP32_LinuxCNC_MotionController_RealTime

v20240218.01

18 Feb 02:38
Compare
Choose a tag to compare
v20240218.01 Pre-release
Pre-release

Initial pre-release including serial console

Two variants - SPI Ethernet and RMII Native Ethernet. Choose which version you need for your board/setup.

Download the relevant zip archive and flash using esptool replacing COMxx with your the COM port # your ESP32 is connected to:
esptool.py --chip esp32 --port "COMxx" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

Standalone binary images also included if you don't need to flash bootloader.bin and partitions.bin