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

ESP32: move Elixir support to new Elixir images #1266

Merged
merged 3 commits into from
Sep 14, 2024

Conversation

bettio
Copy link
Collaborator

@bettio bettio commented Sep 11, 2024

BREAKING CHANGE:
Starting with this PR, Elixir support is only available in Elixir images with bigger boot.avm partition.

Fixes #1262

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

@bettio bettio changed the base branch from main to release-0.6 September 11, 2024 22:47
@bettio bettio force-pushed the esp32-with-bigger-elixir-partition branch 3 times, most recently from 2c757e4 to a7e0ac9 Compare September 14, 2024 15:05
esp32boot.avm when including Elixir library doesn't fit into standard boot.avm
partition.
Starting from this, and Elixir flavour with a bigger boot.avm partition
will be released.

Signed-off-by: Davide Bettio <davide@uninstall.it>
Do not include anymore Elixir by default into esp32boot.avm due to
partition size constrains, introduce instead instead
elixir_esp32boot.amv.

Signed-off-by: Davide Bettio <davide@uninstall.it>
…titions

Add support for `--boot` option so a different esp32boot.avm file (e.g.
the one with Elixir support) can be used.

Signed-off-by: Davide Bettio <davide@uninstall.it>
@bettio bettio force-pushed the esp32-with-bigger-elixir-partition branch from a7e0ac9 to 5fc54c9 Compare September 14, 2024 15:35
@bettio bettio changed the title WIP: Esp32 with bigger elixir partition ESP32: move Elixir support to new Elixir images Sep 14, 2024
@bettio bettio merged commit 2aaf7a3 into atomvm:release-0.6 Sep 14, 2024
87 of 96 checks passed
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.

esp32boot.avm got bigger than the partition that contains it
1 participant