

Meestor_X
-
Posts
74 -
Joined
-
Last visited
Community Answers
-
Meestor_X's post in Copying an image file to emmc on RockPi-S was marked as the answer
NM. Stupid user error.
Gotta uncompress the image first!
xz -d Armbian_25.2.2_Rockpi-s_bookworm_current_6.12.15_minimal.img.xz then dd if=/media/images/Armbian_25.2.2_Rockpi-s_bookworm_current_6.12.15_minimal.img of=/dev/mmcblk0 bs=4M status=progress
Works as expected, but as you say, you do need to make sure you have a new UUID, and change /boot/armbianEnv.txt (and maybe /etc/fstab too)?
-
Meestor_X's post in Rockpi-S no longer boots with latest Armbian > 24.11.1 was marked as the answer
The fix is in the first thread above.
-
Meestor_X's post in motd not showing was marked as the answer
Here's the fix if anyone hasn't figured it out...
sudo chmod +x /etc/update-motd.d/*
-
Meestor_X's post in updating from 24.8.3 to 24.11.x no longer boots from µSD card was marked as the answer
Update to say that I was able to update the RockPi-S to the latest armbian, and was able to copy the image to the eMMC and it boots properly, using armbian-install. armbian-install's menus are still broken, but it seems to still do the imaging properly.
So, let's call this one closed for now.