Releases: RMinte/robOS
Releases · RMinte/robOS
robOS v1.1.0
robOS ESP32S3 Firmware v1.1.0
🚀 Quick Flash Instructions
- Download the
robOS-esp32s3-v1.1.0.zipfile - Extract the zip file
- Connect your ESP32S3 device
- 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 binarybootloader.bin- ESP32S3 bootloaderpartition-table.bin- Partition tableflash_args- Flash arguments for esptoolflash_standalone.sh- Standalone flash script (no ESP-IDF required)FLASH_README.md- Detailed flashing instructionsbuild_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
robOS ESP32S3 Firmware v1.0.0
🚀 Quick Flash Instructions
- Download the
robOS-esp32s3-v1.0.0.zipfile - Extract the zip file
- Connect your ESP32S3 device
- 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 binarybootloader.bin- ESP32S3 bootloaderpartition-table.bin- Partition tableflash_args- Flash arguments for esptoolflash_standalone.sh- Standalone flash script (no ESP-IDF required)FLASH_README.md- Detailed flashing instructionsbuild_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