Commit Graph

3 Commits

Author SHA1 Message Date
Sean Cross
6a147238aa booster: build with -O2
Earlier we were building with -O0, which is useful for debugging, but
is not particularly fast.  Build with -O2 now for speeeeed.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-24 20:11:51 +08:00
Sean Cross
b920660d71 booster: compile with -O2
Maybe that's why it was running slowly...

Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-22 12:34:59 +08:00
Sean Cross
da52534fe3 booster: WIP: use new bitstream as part of the updater
Rework Booster so that it uses the bitstream that it is installing
in order to validate that the new image will actually work.

This removes any sort of binary ABI compatibility issues, and
prevents us from installing an image onto a device that it doesn't
support.

Additionally, this installer should be resistant to bricking, though
that has yet to be tested.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-07-24 20:52:44 +08:00