Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Executable loads over CF bootloader #12

@simonjwright

Description

@simonjwright

The Crazyflie memory map has the bootloader at 0x08000000 and the main firmware at 0x08004000, whereas Certyflie loads at 0x08000000, thus overwriting the bootloader and preventing over-the-air updates.
I’m not sure how this could be easily corrected; the load address is fixed at low level in the runtime, so at first glance we’d need a new runtime. Perhaps the loader script could be parameterised.

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