Closed mschirrmeister closed 1 month ago
You can run this script to download and flash the installer from sd card to emmc.
curl https://raw.githubusercontent.com/kwankiu/archlinux-installer/dev/scripts/get-installer | install_disk=/dev/mmcblk0 sh
Note: Replace /dev/mmcblk0
to the corresponding device you want to install on.
Tips:
install_target=radxa-rock-5b
release_tag=b08-dev
Great, thank you. Tested it with a sd card. Will give EMMC a try on next rebuild.
There is no way yet to install it from
sdcard
toEMMC
? The wiki mentions a--disk
option, but if I specify this I get an error.Currently I flash directly to EMMC, which works fine. But was just wondering if there is or will be an option in
acu
for example to install to EMMC or NVME.Working steps on macOS.