(11-10-2023, 05:40 PM)duckunix Wrote: Thanks for this! It works great when running from an SD card. I have a question. I have been running it for weeks, and I am happy with it so now I would like to put it on the internal storage, but I cannot find any directions to do that. Do you have any suggestions? I am not sure what mmcblk1boot0 & mmcblk1boot1 are for.
Thanks!
So, I just recently had to reinstall the OS since I broke it. I used the command below to reinstall the stock Danctnix Arch Linux:
Code:
sudo dd if=/dev/mmcblk1 of=mmcblk0
I'm not sure what the boot partitions either, but the command didn't seem to mess them up for my Danctnix install. Also, it took FOREVER. Also, make sure the drives are correct by running the following command:
Code:
sudo fdisk -l
**edit: this actually didn't work as I expected it to. I think need to convert the image to an .img file and THEN use dd to image the EMMC.**