Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
68b29b68
Commit
68b29b68
authored
8 years ago
by
Deomid Ryabkov
Committed by
Marko Mikulicic
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweak to ESP8266 example
PUBLISHED_FROM=8fdac6c95ae29363fa0a8e519f926742531b9d00
parent
eee29351
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
README.md
examples/ESP8266_RTOS/README.md
+1
-2
No files found.
examples/ESP8266_RTOS/README.md
View file @
68b29b68
...
@@ -11,13 +11,12 @@ Compile (for NodeMCU 1.0):
...
@@ -11,13 +11,12 @@ Compile (for NodeMCU 1.0):
```
```
$ export SDK_PATH=/path/to/ESP8266_RTOS_SDK
$ export SDK_PATH=/path/to/ESP8266_RTOS_SDK
$ export BIN_PATH=./bin
$ export BIN_PATH=./bin
$ make clean; make BOOT=n
ew APP=1 SPI_SPEED=40 SPI_MODE=dio SPI_SIZE_MAP=6
$ make clean; make BOOT=n
one APP=0 SPI_SPEED=40 SPI_MODE=dio SPI_SIZE_MAP=0
```
```
Flash (using
[
esptool
](
https://github.com/themadinventor/esptool
)
):
Flash (using
[
esptool
](
https://github.com/themadinventor/esptool
)
):
```
```
$ make clean; make BOOT=none APP=0 SPI_SPEED=40 SPI_MODE=qio SPI_SIZE_MAP=0
$ esptool.py --port /dev/ttyUSB0 --baud 230400 \
$ esptool.py --port /dev/ttyUSB0 --baud 230400 \
write_flash --flash_mode=qio --flash_size=4m \
write_flash --flash_mode=qio --flash_size=4m \
0x00000 ${BIN_PATH}/eagle.flash.bin \
0x00000 ${BIN_PATH}/eagle.flash.bin \
...
...
This diff is collapsed.
Click to expand it.
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