Follow simple steps to install dfu-util on Mac

Package Information:

Name: dfu-util
Use: dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum
URL: https://dfu-util.sourceforge.io/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy the below command and execute

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dfu-util using brew
    brew install dfu-util

dfu-util is ready to use now!