-
Notifications
You must be signed in to change notification settings - Fork 1
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
Abort update when no updates available #61
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m-iwanicki
requested changes
Jan 9, 2025
Signed-off-by: Pawel Langowski <[email protected]>
PLangowski
force-pushed
the
invalid-version-issue
branch
from
January 9, 2025 14:29
5dcfebe
to
320d985
Compare
m-iwanicki
requested changes
Jan 9, 2025
m-iwanicki
requested changes
Jan 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure but your changes don't work on QEMU:
*********************************************************
** HARDWARE INFORMATION
*********************************************************
** System Inf.: Micro-Star International Co., Ltd. MS-7D25
** Baseboard Inf.: Micro-Star International Co., Ltd. PRO Z690-A WIFI DDR4(MS-7D25)
** CPU Inf.:
*********************************************************
** FIRMWARE INFORMATION
*********************************************************
** BIOS Inf.: 3mdeb Dasharo (coreboot+UEFI) v0.9.0
*********************************************************
** DPP credentials
*********************************************************
** Logs key: ***
** Download key: ***
** Password: ***
*********************************************************
** 1) Dasharo HCL report
** 2) Update Dasharo Firmware
** 3) Restore firmware from Dasharo HCL report
** 4) Edit your DPP keys
*********************************************************
R to reboot P to poweroff S to enter shell
K to launch SSH server L to enable sending DTS logs
V to enable verbose mode
Enter an option:
2
Gathering flash chip and chipset information...
Flash information: Test Flash Chip
Flash size: 2M
Waiting for network connection ...
Network connection have been established!
Checking if board is Dasharo compatible.
Getting platform specific GPG key... Done
Waiting for system clock to be synced ...
No update available for your machine
Press Enter to continue.
Made sure credentials work:
/public.php/webdav/
/public.php/webdav/MS-7D25/
/public.php/webdav/MS-7D25/v0.9.0/
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr4_heads.rom
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr4_heads.rom.sha256
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr4_heads.rom.sha256.sig
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr5_heads.rom
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr5_heads.rom.sha256
/public.php/webdav/MS-7D25/v0.9.0/msi_ms7d25_v0.9.0_ddr5_heads.rom.sha256.sig
/public.php/webdav/MS-7E06/
/public.php/webdav/MS-7E06/v0.9.0/
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr4_heads.rom
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr4_heads.rom.sha256
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr4_heads.rom.sha256.sig
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr5_heads.rom
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr5_heads.rom.sha256
/public.php/webdav/MS-7E06/v0.9.0/msi_ms7e06_v0.9.0_ddr5_heads.rom.sha256.sig
@PLangowski nvm about it not working, I forgot to pull newest changes |
PLangowski
force-pushed
the
invalid-version-issue
branch
2 times, most recently
from
January 10, 2025 11:59
5ba2909
to
983f6bf
Compare
@PLangowski what about #61 (comment)? Or it's different issue? |
PLangowski
force-pushed
the
invalid-version-issue
branch
from
January 10, 2025 13:21
983f6bf
to
98ad3a9
Compare
m-iwanicki
approved these changes
Jan 10, 2025
Signed-off-by: Pawel Langowski <[email protected]>
PLangowski
force-pushed
the
invalid-version-issue
branch
from
January 10, 2025 13:49
98ad3a9
to
4ab58c4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves Dasharo/dasharo-issues#1177