Skip to content

Commit

Permalink
Update SETUP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Jan 4, 2024
1 parent 87b617f commit 204f94a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/raspberry_pi/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@ curl -fsSL https://xmake.io/shget.text | bash
source ~/.xmake/profile
```

Run the following commands before cross compilation:
```
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
```
or
`sudo apt update && sudo apt upgrade && sudo apt dist-upgrade`

Afterwards run `chmod +x ./raspberry_pi` on the new executable

Use [CyberDuck](https://cyberduck.io/) to copy the raspberry_pi folder.

0 comments on commit 204f94a

Please sign in to comment.