Skip to content

Releases: RMinte/robOS

robOS v1.1.0

05 Oct 19:08
1d0fd11

Choose a tag to compare

robOS ESP32S3 Firmware v1.1.0

🚀 Quick Flash Instructions

  1. Download the robOS-esp32s3-v1.1.0.zip file
  2. Extract the zip file
  3. Connect your ESP32S3 device
  4. Run the flash script:
    chmod +x flash_standalone.sh
    ./flash_standalone.sh

For detailed instructions, see FLASH_README.md in the package.

📁 Package Contents

  • robOS.bin - Main application binary
  • bootloader.bin - ESP32S3 bootloader
  • partition-table.bin - Partition table
  • flash_args - Flash arguments for esptool
  • flash_standalone.sh - Standalone flash script (no ESP-IDF required)
  • FLASH_README.md - Detailed flashing instructions
  • build_info.txt - Build information and details

🔧 Manual Flash Command

If you prefer to flash manually:

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 460800 write_flash @flash_args

📊 Build Info

  • Target: ESP32S3
  • ESP-IDF Version: v5.5.1
  • Build Date: 2025-10-06T02:55:47+08:00
  • Git Commit: 1d0fd11

robOS v1.0.0

04 Oct 17:58

Choose a tag to compare

robOS ESP32S3 Firmware v1.0.0

🚀 Quick Flash Instructions

  1. Download the robOS-esp32s3-v1.0.0.zip file
  2. Extract the zip file
  3. Connect your ESP32S3 device
  4. Run the flash script:
    chmod +x flash_standalone.sh
    ./flash_standalone.sh

For detailed instructions, see FLASH_README.md in the package.

📁 Package Contents

  • robOS.bin - Main application binary
  • bootloader.bin - ESP32S3 bootloader
  • partition-table.bin - Partition table
  • flash_args - Flash arguments for esptool
  • flash_standalone.sh - Standalone flash script (no ESP-IDF required)
  • FLASH_README.md - Detailed flashing instructions
  • build_info.txt - Build information and details

🔧 Manual Flash Command

If you prefer to flash manually:

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 460800 write_flash @flash_args

📊 Build Info

  • Target: ESP32S3
  • ESP-IDF Version: v5.5.1
  • Build Date: 2025-10-05T01:50:14+08:00
  • Git Commit: 0fc5398