Hi all,
I recently purchased a Raspberry Pi 4 (only the 2GB RAM) with the intentions of using it as a pi-hole. I decided to try and use the aarch64 image since the model 4 is supposed to be capable of 64-bit. I ran the command below to install it on the SD card:
sudo arm-image-installer --image=Fedora-IoT-33-20201102.0.aarch64.raw.xz --target=rpi4 --media=/dev/mmcblk0 --resizefs
It wrote to the SD card successfully but when I try to boot the Pi - nothing. Am I doing something wrong here or any thoughts on troubleshoot? I did connect it to my Sharp TV but I’ve connected other computers to it just fine. Should I just use the ARMv7 image? Thanks!