-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to copy built image to SD #9
Comments
I think I was trying to be too smart with the linux command - you need root to do this, but the above command does not work with sudo. Instead: sudo dd if=build/sun8i-h2plus-orangepi-zero.raw of=/dev/$SDCARD Also probably useful for documentation at this point is "how do I know what my $SDCARD is": lsblk -d -o NAME,SIZE,LABEL |
Are we switching to |
sure, why not |
…s software cannot cope with the other name (See github issue #9)
I use Win32DiskImager for Windows works well Instructions can be pulled from Raspberry pi site Also Linux instructions And MacOS for good measure |
From Linux:
From Windows (?):
https://riot.im/app/#/room/!yzLpKcnymfPsdJyjnB:tomesh.net/$1493519399489626cWGRX:matrix.org
Verify:
NOTE: We may be changing
.raw
to.img
.The text was updated successfully, but these errors were encountered: