04-06-2023, 03:38 PM
Seems to work with Fedora 37 IoT by just using the arm-installer to write the raw image on a SD card. Don't forget to add the SSH pub key as the IoT raw images do not allow root login with password. My Sopine modules in the Clusterboard boot up fine and get a IP address from DHCP.
I used this command to write the raw image on my SD cards:
The Fedora IoT 38 Beta raw image seems to be broken though, at least my first attempt with it didn't work.
I used this command to write the raw image on my SD cards:
Code:
sudo arm-image-installer --resizefs --image=Fedora-IoT-37-20221118.0.aarch64.raw.xz --media=/dev/sdc --target=sopine_baseboard --addkey ~/.ssh/id_rsa.pub
The Fedora IoT 38 Beta raw image seems to be broken though, at least my first attempt with it didn't work.