Mac Users - Easy flashing of an IMG file to SD-Card

If you are a Mac user, this is a great little app to flash an IMG file to SD-Card.
And its free :grinning:

3 Likes

@futurejones
Thanks for sharing good information.

I also use mac and use below command and it’s in webOS OSE flash guide.

  1. sudo diskutil unmountDisk /dev/disk2
  2. sudo dd bs=4m if=./webos-image-raspberrypi3.rootfs.rpi-sdimg of=/dev/rdisk2
  3. sudo diskutil unmountDisk /dev/disk2

I used Etcher worked for me

1 Like

Do you know if it’s possible to mount the image alongside eg Raspbian or LibreElec? Maybe with PINN?

It should be possible but you would need to contact the maintainers of PINN and ask them to include webOS to the OS install list.

I would recommend Etcher as well. Works very well on a Mac.

1 Like