Skip to content

manifest.json: strip: [] leads to app not starting (ESP32 only) #149

@lll000111

Description

@lll000111

Context: https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/tools/manifest.md#strip

Related (but different): #141

Because of #141 I had been using strip: *[]*. Since the updates to the public repo, which I downloaded, this leads to the app not starting. Only on ESP32 (tested: Linux and ESP32).

What happens is that the app is uploaded to the board, I get the message

Hard resetting via RTS pin...

and then xsbug should show something. Instead, no matter how long I wait, nothing happens. No errors, an empty xsbug (no tab for the new machine shows up), nothing.

I could reliably reproduce this, the only thing did was changing back and forth between strip: "*" and strip: "[]". It worked (i.e. didn't work) with several examples such as "files" or "helloworld".


The changes I made from the downloaded repo:

  • build/devices/esp32/xsProj/sdkconfig.defaults now sets CONFIG_SPIRAM_SUPPORT=y, plus my USB port is CONFIG_SPIRAM_SUPPORT=y but that was already the case before the moddable repo updates.
  • examples/manifest_base.json has the change to "strip"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions