Skip to content

Commit 4216407

Browse files
committed
Disable edgetpu and upgrade Python
1 parent 7434a28 commit 4216407

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

stage2/00-configure-apt/00-run.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash -e
22

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"
55

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

stage3/01-sys-tweaks/00-packages

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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
66
python3-distutils
77
python3-jinja2
88
python3-numpy
@@ -12,4 +12,3 @@ swig
1212
pigpio
1313
python-pigpio
1414
python3-pigpio
15-
python3-tflite-runtime

0 commit comments

Comments
 (0)