Add ESP8266_RTOS_SDK bulid configuration#81
Open
QB4-dev wants to merge 1 commit into
Open
Conversation
|
Thanks @QB4-dev, that works perfectly. I'm now able to flash the binary file built from mkspiffs ESP8266 RTOS SDK to ESP8266 board. Here are my steps: With # Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0xF0000,
storage, data, spiffs, 0x210000, 1M,Run this command to generate bin file ./mkspiffs -c data/ -b 4096 -p 256 -s 0x100000 data_outputThen flash esptool.py -p /dev/ttyUSB0 write_flash 0x210000 data_outputAll file inside folder |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello.
This is default configuration for https://github.com/espressif/ESP8266_RTOS_SDK
I am using this config to craete spiffs images for ESP8266