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

Sanity check, pls: dd error during manual RM1 downgrade #118

Closed
kubycsolutions opened this issue Jan 23, 2025 · 2 comments
Closed

Sanity check, pls: dd error during manual RM1 downgrade #118

kubycsolutions opened this issue Jan 23, 2025 · 2 comments

Comments

@kubycsolutions
Copy link

While attempting to downgrade a reMarkable v1 from 3.16.2.3 to 3.3.2.1666 (last version currently supported by Toltec) I ran into an oddity at the step where I'm copying the desired image over the fallback image.

reMarkable: ~/ mount | grep "on / type ext4"
/dev/mmcblk1p2 on / type ext4 (rw,relatime)
reMarkable: ~/ dd if=/home/root/3.3.2.1666.img of=/dev/mmcblk2p3
dd: error writing '/dev/mmcblk2p3': No space left on device
214337+0 records in
214336+0 records out
reMarkable:

I'm not sure whether to take this as successful or unsuccessful. If unsuccessful, I'm not sure whether/how I should enlarge that device, or if I should start hunting for a version with a smaller .img file...

Advice greatly appreciated!

@Eeems
Copy link
Collaborator

Eeems commented Jan 23, 2025

This is a duplicate of #108

When I looked closer at your issue, I see you are trying to write to /dev/mmcblk2p3, but you are on a rM1, so you should writing to /dev/mmcblk1p3 instead.

@Eeems Eeems closed this as completed Jan 23, 2025
@kubycsolutions
Copy link
Author

Blush. Thanks; should have seen that. I'll add a note to #95 for convenience, though you might want to edit that point into the instructions there.

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

No branches or pull requests

2 participants