Steps To Install dtc on Mac
Package Information:
Name: dtc
Use: Device tree compiler
URL: https://www.devicetree.org/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dtc using brew
brew install dtc
dtc is ready to use now!