Skip to content

[BUG] esp32c3 is missing support for legacy idf format #18825

@Laczen

Description

@Laczen

Description / Steps to reproduce the issue

The esp32c3 (and probably other riscv-v based espressif devices) are missing support for the legacy (esp-idf) image format. The kconfig only allows selection of either the simpleboot format or the mcuboot format. Although a linker file is provided for the legacy format it is not possible to generate these kind of images.
There are several reasons to prefer the legacy image format over the simpleboot or the mcuboot format:

  1. The generated images are smaller,
  2. The generated images are position independent and can be started from any (only limited by the mmu alignment requirements).

On which OS does this issue occur?

[OS: Linux]

What is the version of your OS?

Ubuntu 24.04

NuttX Version

Master

Issue Architecture

[Arch: risc-v]

Issue Area

[Area: Build System]

Host information

No response

Verification

  • I have verified before submitting the report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Arch: risc-vIssues related to the RISC-V (32-bit or 64-bit) architectureArea: Build systemOS: LinuxIssues related to Linux (building system, etc)Type: BugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions