Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
st7789_mpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
st7789_mpy
Commits
924dbc5a
Commit
924dbc5a
authored
Mar 09, 2023
by
russhughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ESP32-S3 Flash Example
parent
19a427e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
firmware/ESP32_BOX_LITE/flash_instructions.md
firmware/ESP32_BOX_LITE/flash_instructions.md
+10
-0
No files found.
firmware/ESP32_BOX_LITE/flash_instructions.md
0 → 100644
View file @
924dbc5a
# ESP32-S3 Flash Example
## Erase flash
esptool.py --chip esp32s3 --port /dev/ttyACM0 erase_flash
## Flash firmware
esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash -z 0 firmware.bin
Power Cycle device
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment