-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
emmc install script #23
Comments
Copying the running system onto emmc would be spicy, it'd have to be re-mounted read-only. But you can theoretically already sort of write to emmc from sd by booting into plebian from sd, fetching the image using wget, and then writing the image to emmc. I'll have to think about whether there's a better way to achieve this with a dedicated installer image, and if that's even something I want to implement. |
resintalling the system on the emmc from the sd card is not a bad idea. i will try to make a script for that |
okay so I manually installed it by running : |
Just because I happened to have it laying around, here is what I use:
|
Armbian has an install script, that also supports nice features like having the bootloader on eMMC/SD and the OS on a nvme. Maybe this script could be adapted for plebian? https://github.com/armbian/build/blob/main/packages/bsp/common/usr/sbin/armbian-install |
I don't plan on adapting anything from Armbian ever, or having an installer. Those go against the point of installer-less images. I'm not trying to be overly dismissive here but I want to keep the scope of the Plebian images as limited as possible, so that it's a set of things I can actually reasonably test and be sure of them working. |
would it be possible to add a script to install the system running from an SD card to the emmc of the board?
The text was updated successfully, but these errors were encountered: