09-05-2022, 06:11 PM
You can always flash it manually. Just make sure you are booted from the SD card and you flash the EMMC.
Just make sure you check your disk drives first.
"lsblk" too find the correct emmc 1(normally your SD slot) or 2 (normally your emmc)
cd to the correct directory
$ xzcat (FILE NAME).img.xz | sudo dd of=/dev/mmcblk2 status=progress - This is an example only, double check your target or you may flash the incorrect drive.
and you should be done.
Just make sure you check your disk drives first.
"lsblk" too find the correct emmc 1(normally your SD slot) or 2 (normally your emmc)
cd to the correct directory
$ xzcat (FILE NAME).img.xz | sudo dd of=/dev/mmcblk2 status=progress - This is an example only, double check your target or you may flash the incorrect drive.
and you should be done.