Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Getting started to modify "memory maps" #2

Closed
meron1122 opened this issue Apr 13, 2016 · 7 comments
Closed

Getting started to modify "memory maps" #2

meron1122 opened this issue Apr 13, 2016 · 7 comments

Comments

@meron1122
Copy link

Hi!
I actualy experiment with esp8266 - example, i solder flash W25Q128 (16mb), and i have question.
how to property edit this "memory maps", is any tips to edit files? ;)

@valeros
Copy link
Member

valeros commented Apr 13, 2016

Hi @meron1122! Which example do you want to try with Arduino or SDK?

@meron1122
Copy link
Author

For example, i want to extend spiffs size.
I use arduino.

@valeros
Copy link
Member

valeros commented Apr 13, 2016

Default 16MB linker script has 15MB spiffs partition, is it enough for you?
Just add to your environment in platformio.ini next line:

build_flags = -Wl,-T"esp8266.flash.16m.ld"

@meron1122
Copy link
Author

Thanks i think this solved my issue, but, by the way, Do you have any link, to read about this mapping scripts? ;)

@valeros
Copy link
Member

valeros commented Apr 13, 2016

I haven't seen an extensive manual, but there is some information about this topic in the Arduino issues, for example here.

@valeros valeros closed this as completed Apr 13, 2016
@pieman64
Copy link

Thanks @valeros I quickly looked at that earlier today but I have to confess it didn't mean much to me.

@ivankravets
Copy link
Member

This is obsolete repo for PlatfomIO 2.0. We will remove it later. Use https://github.com/platformio/platform-espressif8266 instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants