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
While doing some experiments, I accidentally removed the code which includes boot2 into the firmware (pub static BOOT2_FIRMWARE: [u8; 256] = ...)
This didn't cause any warning. The resulting firmware just contained zeros where boot2 should have been. Needless to say that the firmware didn't boot.
In hindsight this is obvious, but at first I had no idea what went wrong. It would be nice if the build could fail in this case, or at least print a warning.
The text was updated successfully, but these errors were encountered:
While doing some experiments, I accidentally removed the code which includes boot2 into the firmware (
pub static BOOT2_FIRMWARE: [u8; 256] = ...
)This didn't cause any warning. The resulting firmware just contained zeros where boot2 should have been. Needless to say that the firmware didn't boot.
In hindsight this is obvious, but at first I had no idea what went wrong. It would be nice if the build could fail in this case, or at least print a warning.
The text was updated successfully, but these errors were encountered: