Skip to content
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

Add eMMC wipe functionality to BF_DPU_Update #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qiansunn
Copy link
Collaborator

  • Integrated eMMC wipe step into the firmware update process.
  • Implemented send_emmc_wipe method to wipe the eMMC and reboot the system.

@qiansunn qiansunn requested a review from Jackie14 November 29, 2024 01:52
@qiansunn qiansunn force-pushed the emmcwipe branch 2 times, most recently from c3a1b4f to 529e1de Compare November 29, 2024 03:15
- Integrated eMMC wipe step into the firmware update process.
- Implemented send_emmc_wipe method to wipe the eMMC and reboot the
  system.

Signed-off-by: Qian Sun <[email protected]>
@@ -1061,6 +1062,22 @@ def send_reset_efi_vars(self):
self._wait_for_system_power_on()


def send_emmc_wipe(self):
print("Wiping eMMC (EmmcWipe)")
Copy link
Collaborator

@Jackie14 Jackie14 Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Wipe eMMC (EmmcWipe)" is better ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants