Mac OSX?

  • Hello Together,

    I would like to upgrade my outdated Libreelec version 9 to the 10 version, even better to the 11 version.

    I have a Macbook and no Windows operating system. Is there a way to write the IMG file to an SD card?

    Many thanks for your help :)

    Gsavel

  • Code
    gunzip -c LibreELEC-RPi4.arm-11.0.3.img.gz | sudo dd of=/dev/disk2 bs=1m

    You can use "dd" from Terminal.app to create the SD card. Something like that ^ should work. Use "diskutil list" to find the correct /dev/device for the SD card.