Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes eboot.elf CS issue #7047

Merged
merged 2 commits into from
Feb 3, 2020
Merged

Conversation

mhightower83
Copy link
Contributor

@mhightower83 mhightower83 commented Jan 29, 2020

The CS issue is only seen when you try to use an eboot.elf that is built from scratch.
The eboot.elf checked in works fine. The .text section is significantly smaller than the one built from scratch.

Added dependencies for eboot.ld and Makefile to Makefile.
Updated eboot.ld to not fill with zeros through the CS field
on its way to the CRC.
Added size test to elf2bin.py

Edited: clarification

Updated eboot.ld to not fill with zeros through the CS field
on its way to the CRC.
Added size test to elf2bin.py
@mhightower83 mhightower83 changed the title Updated eboot.ld to not fill with zeros through the CS field. Fixes eboot.elf CS issue Jan 29, 2020
@earlephilhower earlephilhower merged commit 6be5616 into esp8266:master Feb 3, 2020
@mhightower83 mhightower83 deleted the pr-eboot-cs-fix branch February 3, 2020 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants