yrlmz14/Running-linux-on-ESP32-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. Download every file, 2. Install esptool with "pip install esptool" in CMD (Command Prompt) or Terminal 3. Run this Command : esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 before default_reset after hard_reset write_flash \ 0x0000 bootloader.bin \ 0x8000 partition-table.bin \ 0xb0000 etc.jffs2 \ 0x120000 xipImage \ 0x480000 rootfs.cramfs !!!CHANGE THE /dev/ttyUSB0 TO COM(NUMBER HERE) IN WINDOWS!!!! THE USERNAME IS ROOT!