How To Install u-boot-tools on Mac with Brew
What is “u-boot-tools” Package?
Universal boot loader
For more details: http://www.denx.de/wiki/U-Boot/
Installation
- Open Terminal by pressing
command+space
then type terminal and pressEnter
key. this will open up the terminal. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install u-boot-tools.
brew install u-boot-tools
Now, use u-boot-tools!
Leave a Reply
You must be logged in to post a comment.