You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
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.
The Crazyflie memory map has the bootloader at
0x08000000and the main firmware at0x08004000, whereas Certyflie loads at0x08000000, 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.