Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/esp8266/boards/esp8266_ota.ld

14 lines
421 B
Plaintext
Raw Normal View History

esp8266: Add "ota" target to produce firmware binary for use with yaota8266. https://github.com/pfalcon/yaota8266 is a (WIP) OTA-enabled bootloader which doesn't require reserving space 2x size of a firmware.
2016-12-14 17:44:05 +03:00
/* GNU linker script for ESP8266 */
MEMORY
{
dport0_0_seg : org = 0x3ff00000, len = 0x10
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
/* 0x3c000 is size of bootloader, 0x9000 is size of packed RAM segments */
esp8266/esp8266.ld, esp8266_ota.ld: Grow main firmware size by 32KB. To accommodate both system and user frozen modules.
2017-05-11 23:39:34 +03:00
irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x8f000
esp8266: Add "ota" target to produce firmware binary for use with yaota8266. https://github.com/pfalcon/yaota8266 is a (WIP) OTA-enabled bootloader which doesn't require reserving space 2x size of a firmware.
2016-12-14 17:44:05 +03:00
}
esp8266: Factor out common linker code to esp8266_common.ld.
2017-01-25 09:49:55 +11:00
/* define common sections and symbols */
esp8266: Add per-board configs, following other ports. The specific board can be selected with the BOARD makefile variable. This defaults (if not specified) to BOARD=GENERIC, which is the original default firmware build. For the 512k target use BOARD=GENERIC_512K.
2019-09-18 15:08:06 +10:00
INCLUDE boards/esp8266_common.ld
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 87ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API