File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
3
- echo " adding repo for edgetpu"
4
- echo " deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > " ${ROOTFS_DIR} /etc/apt/sources.list.d/coral-edgetpu.list"
3
+ # echo "adding repo for edgetpu"
4
+ # echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > "${ROOTFS_DIR}/etc/apt/sources.list.d/coral-edgetpu.list"
5
5
6
- on_chroot apt-key add - < files/edgetpu.gpg
7
- on_chroot << EOF
8
- apt-get update
9
- apt-get dist-upgrade -y
10
- EOF
6
+ # cp files/edgetpu.gpg "${ROOTFS_DIR}/etc/apt/trusted.gpg.d/coral-edgetpu.gpg"
7
+ # on_chroot << EOF
8
+ # apt-get update
9
+ # apt-get dist-upgrade -y
10
+ # EOF
Original file line number Diff line number Diff line change 1
1
cmake
2
- libpython3.7 -minimal
3
- libpython3.7 -dev
4
- python3.7 -minimal
5
- python3.7 -dev
2
+ libpython3.9 -minimal
3
+ libpython3.9 -dev
4
+ python3.9 -minimal
5
+ python3.9 -dev
6
6
python3-distutils
7
7
python3-jinja2
8
8
python3-numpy
12
12
pigpio
13
13
python-pigpio
14
14
python3-pigpio
15
- python3-tflite-runtime
You can’t perform that action at this time.
0 commit comments