04-04-2020, 12:42 AM
I also had issues decompressing and flashing the image to sdcard, but I managed to get it working:
1. Install and use zstd to decompress image:
2. Use balenaEtcher to flash image to sdcard
I tried using dd to flash the image multiple times, but the sd card wouldn't boot. I flashed using balenaEtcher, and it booted just fine. I'm not sure why, though. I usually use dd, and don't typically bother with graphical image burning software.
1. Install and use zstd to decompress image:
Code:
zstd -d fedora-rawhide-aarch64-mobile-04.img.zst
2. Use balenaEtcher to flash image to sdcard
I tried using dd to flash the image multiple times, but the sd card wouldn't boot. I flashed using balenaEtcher, and it booted just fine. I'm not sure why, though. I usually use dd, and don't typically bother with graphical image burning software.