-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)
Description
Describe the bug
u-boot reads a fixed amount of space, but there isn't currently a check that our firmware isn't bigger than that.
Expected behavior
We should set max-firmware-size in the metadata to reflect this, so we'll get an appropriate warning if the firmware is bigger.
Alternatives
Make u-boot read exactly as much as needed by inspecting data in the image.
Metadata
Metadata
Assignees
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)