Skip to content

Commit 7ff085d

Browse files
committed
testing
1 parent 47b35ef commit 7ff085d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker/Dockerfile.arm64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ ADD docker/start.sh /coderbot/.
7575

7676
ARG CODERBOT_VERSION
7777
ENV CODERBOT_VERSION=${CODERBOT_VERSION}
78-
78+
ENV UDEV=on
79+
7980
ENTRYPOINT /coderbot/start.sh

docker/start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/usr/bin/tvservice -o
66
# enable i2c driver
77
modprobe i2c-dev
8+
# detect camerq
9+
udevadm control --reload
810
# set home
911
cd /coderbot
1012
# start coderbot

0 commit comments

Comments
 (0)