|
3 | 3 |
|
4 | 4 | ## Raspbery Pi
|
5 | 5 |
|
6 |
| -The [TensorFlow team](https://www.tensorflow.org/install/pip) provides official wheel for Python3.5 on Raspberry Pi 1-3 and Pi Zero. All other wheels were [built from source](https://www.tensorflow.org/install/source_rpi). |
| 6 | +The [TensorFlow team](https://www.tensorflow.org/install/pip) provides an official wheel for Python3.5 on Raspberry Pi 1-3 and Pi Zero. All other wheels were [cross-compiled from source](https://www.tensorflow.org/install/source_rpi). |
7 | 7 |
|
8 | 8 |
|
9 |
| -| Raspberry Pi | Python | Arch | URL | |
| 9 | +| Raspberry Pi | Python | Arch | TensorFlow wheel | |
10 | 10 | |--------------|--------|---------|---------------------------------------------------------------------------------------------------|
|
11 | 11 | | Pi Zero | 3.5 | arm6l | [2.3.0](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv6l.whl) |
|
12 | 12 | | Pi 2, 3 | 3.5 | arm7l | [2.3.0](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv7l.whl) |
|
13 |
| -| Pi 4 | 3.7 | arm7l | [2.4.0rc0](https://github.com/leigh-johnson/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_armv7l.whl) | |
14 |
| -| Pi 4 | 3.7 | aarch64 | [2.4.0rc0](https://github.com/leigh-johnson/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_aarch64.whl) | |
| 13 | +| Pi 4 | 3.7 | arm7l | [2.4.0rc0](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_armv7l.whl), [2.3.1](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.3.1/tensorflow-2.3.1-cp37-none-linux_armv7l.whl) | | |
| 14 | +| Pi 4 | 3.7 | aarch64 | [2.4.0rc0](https://github.com/bitsy-au/tensorflow-arm-bin/releases/download/2.4-rc0/tensorflow-2.4.0rc0-cp37-none-linux_aarch64.whl), [2.3.1](https://github.com/bitsy-ai/tensorflow-arm-bin/releases/download/2.3.1/tensorflow-2.3.1-cp37-none-linux_aarch64.whl) | |
15 | 15 | | Pi 4 | 3.8 | aarch64 | |
|
16 | 16 | | | | | |
|
17 | 17 |
|
18 |
| -[tensorflow-2.3.0-cp35-none-linux_armv6l.whl](https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv6l.whl) |
19 | 18 |
|
20 |
| -https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.3.0-cp35-none-linux_armv7l.whl |
21 | 19 |
|
| 20 | +### Build commands |
22 | 21 |
|
23 |
| - |
24 |
| -* arm7l |
25 |
| - |
26 |
| -``` |
| 22 | +arm7l |
| 23 | +```bash |
27 | 24 | $ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON37 \
|
28 | 25 | tensorflow/tools/ci_build/pi/build_raspberry_pi.sh
|
29 | 26 | ```
|
30 | 27 |
|
31 |
| -* aarch64 |
32 |
| - |
33 |
| -``` |
| 28 | +aarch64 |
| 29 | +```bash |
34 | 30 | $ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON37 \
|
35 | 31 | tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64
|
36 | 32 | ```
|
37 | 33 |
|
38 |
| -``` |
| 34 | +```bash |
39 | 35 | $ tensorflow/tools/ci_build/ci_build.sh PI-PYTHON38 \
|
40 | 36 | tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64
|
41 | 37 | ```
|
0 commit comments