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

Update _nvme.mdx #676

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

Update _nvme.mdx #676

wants to merge 1 commit into from

Conversation

Darkle
Copy link

@Darkle Darkle commented Feb 8, 2025

Description of changes

Forgot the extra sudo after the pipe.

@Darkle Darkle requested a review from nascs as a code owner February 8, 2025 00:03
@@ -113,7 +113,7 @@ Then dd the system image into NVME on the **board**.
On Board:
sudo xzcat /path/to/img | dd of=/path/to/nvme bs=1M status=progress
eg:
sudo xzcat /home/radxa/#model#_debian_bullseye_#desktop#_#release_num#.img.xz | dd of=/dev/nvme0n1 bs=1M status=progress
sudo xzcat /home/radxa/#model#_debian_bullseye_#desktop#_#release_num#.img.xz | sudo dd of=/dev/nvme0n1 bs=1M status=progress
Copy link
Contributor

Choose a reason for hiding this comment

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

xzcat /home/radxa/#model#debian_bullseye#desktop#_#release_num#.img.xz | sudo dd of=/dev/nvme0n1 bs=1M status=progress

@nascs
Copy link
Contributor

nascs commented Feb 8, 2025

can you also fix the file contents/docs/common/dev/_nvme.mdx ?

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