Skip to content
Snippets Groups Projects
Commit 24924882 authored by Mitalee Parikh's avatar Mitalee Parikh
Browse files

correct?

parent 37ee6d3a
No related branches found
No related tags found
No related merge requests found
Pipeline #231979 passed
......@@ -148,32 +148,33 @@ Next, I make assemble a ribbon cable, 6 thin cables connected side by side with
##### Installing software packages
To program the board, there are steps you need to follow to install the development environment first. I follow them from [this tutorial](http://fab.academany.org/2020/labs/uae/students/fatima-alhashmi/week5/week5.html) and [this guide](./images/ep/avr_steps.pdf).
Installed [homebrew](https://brew.sh/) package manager. In a terminal window pasted this from the website:
<code>
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
</code>
<code>
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
</code>
<img src="./images/ep/homebrew.jpg">
It asked for sudo acess, I typed in my computer password.
![](./images/ep/password.jpg)
It started installing
![](./images/ep/installing.jpg)
But half way through I got an error:
![](./images/ep/error.jpg)
![](./images/ep/installing.jpg)
But half way through I got an error:
![](./images/ep/error.jpg)
I typed in the command that the error suggested:
I typed in the command that the error suggested:
<code>
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
</code>
This solved the error. I reinstalled Homebrew.
![](./images/ep/reinstalling.jpg)
![](./images/ep/installing.again.jpg)
This solved the error. I reinstalled Homebrew.
![](./images/ep/reinstalling.jpg)
![](./images/ep/installing.again.jpg)
Next, install brew tap
![](./images/ep/brew.tap.jpg)
Install brew binutils
Install '''brew install binutils'''
![](./images/ep/binutils.jpg)
Install brew avr-gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment