Skip to content

Commit

Permalink
Update ubuntu dependecies in README.md (#45)
Browse files Browse the repository at this point in the history
* Update ubuntu dependecies in README.md

* Fix error
  • Loading branch information
ziopio authored Apr 21, 2023
1 parent 51786fe commit a11b3b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ Building the toolchain on Ubuntu requires the following packages:
* `device-tree-compiler`
* `u-boot-tools`
* `lzop`
* `python`
* `python3`
* `python-is-python3`
* `libpython3-dev`
* `python3-dev`

Building OpenOCD additionally requires

Expand All @@ -65,7 +68,7 @@ Building OpenOCD additionally requires
**Install with apt-get**

```
sudo apt-get install build-essential flex bison cmake texinfo device-tree-compiler u-boot-tools lzop libusb-1.0-0-dev python-dev
sudo apt-get install build-essential flex bison cmake texinfo device-tree-compiler u-boot-tools lzop libusb-1.0-0-dev python3 python-is-python3 libpython3-dev python3-dev
```

### Building
Expand Down Expand Up @@ -143,10 +146,10 @@ One way to write an Image to eMMC is via the bootloader:
log-dhcp
expand-hosts
local=/my-pc.eb.localhost/

enable-tftp=eth0
tftp-root=/srv/tftpboot/

##############################
# GRiSP2
dhcp-host=50:2d:f4:14:26:0b,GRiSP2Proto009,set:grisp2
Expand Down

0 comments on commit a11b3b2

Please sign in to comment.