Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Prerequisites
A Ubuntu 22.04 host machine.

You have installed Git. You can install it with the following command:
```
sudo apt update
sudo apt install git
```

You have installed the Linux kernel build utilities. You can install them with the following command:
```
sudo apt install curl wget build-essential bc flex bison libssl-dev zstd
```

# Building
On a linux host run:
On the host run:
```
mkdir edge-ai
cd edge-ai
bash <(curl -fsSL https://raw.githubusercontent.com/compulab-yokneam/edge-ai-linux/master/scripts/runme.sh)
bash <(curl -fsSL https://raw.githubusercontent.com/compulab-yokneam/edge-ai-linux/devel/scripts/runme.sh)
```
# Flashing target
* Connect host to target's recovery USB port
Expand Down
Binary file removed files/bl/bootloader.tar.bz2
Binary file not shown.
116 changes: 0 additions & 116 deletions files/conf/edge-ai-rev1v2.conf

This file was deleted.

112 changes: 0 additions & 112 deletions files/conf/edge-ai.conf

This file was deleted.

Loading