Skip to content

Update to Portenta H7 MCUboot bootloader version 6 #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified libraries/MCUboot/src/cortex-m7/libbootutil.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ void setup() {
wifi_available = bootloader_data[5];

#if defined(ARDUINO_PORTENTA_H7_M7)
Serial.println("\nDo you want to update the default Arduino bootloader? Y/[n]");
Serial.println("If No, MCUboot bootloader will be updated.");
Serial.println("\nDo you want to install/update the default Arduino bootloader? Y/[n]");
Serial.println("Choosing \"No\", will install/update the MCUboot bootloader.");
if(!waitResponse()) {
Serial.println("\nMCUboot has been selected. Do you want to proceed? Y/[n]");
if (waitResponse()) {
Expand Down
10,717 changes: 10,717 additions & 0 deletions libraries/STM32H747_System/examples/STM32H747_manageBootloader/mcuboot_bootloader.h

Large diffs are not rendered by default.

10,671 changes: 0 additions & 10,671 deletions libraries/STM32H747_System/examples/STM32H747_updateBootloader/mcuboot_bootloader.h

This file was deleted.