Hemanth-Jonnala
Hemanth-Jonnala
can you try to follow [this](https://www.sodalite.eu/blog/deploying-across-heterogeneous-accelerators-edge-kubernetes) and see if it works.. ``` apiVersion: v1 kind: Pod metadata: name: http-echo-edgetpu-pod labels: app: http-echo spec: containers: - name: http-echo image: adaptant/http-echo imagePullPolicy:...
Can you please try [this](https://github.com/adaptant-labs/edgetpu-exporter/blob/master/edgetpu-daemonset.yaml) and let us know if its working or not.
@capsfan95 can you please try to flash the board with [5.0 Eagle (Jul 2020)](https://mendel-linux.org/images/enterprise/eagle/enterprise-eagle-flashcard-20201208133741.zip) from [software](https://coral.ai/software/#mendel-dev-board) page.
Hello @Boppel11 have you tried with either LInux or MacOS host machine?
It seems fastboot is not installed. Please complete the first time setup: https://coral.ai/docs/dev-board-mini/reflash/#first-time-setup
Have you reload the udev rules, added your user name (florian) to the dialout and plugdev group and **[reboot](https://coral.ai/docs/dev-board-mini/reflash/#first-time-setup)** the machine? ``` sudo udevadm control --reload-rules && sudo udevadm trigger...
Please remove the fastboot and try the entire setup from scratch. - sudo apt-get purge fastboot - https://coral.ai/docs/dev-board-mini/reflash/#first-time-setup - https://coral.ai/docs/dev-board-mini/reflash/#force-boot-into-fastboot-mode
I have seen users having issues to fastboot with Ubuntu. Which Ubuntu version are you using? Are you trying to do fastboot on native LInux host Machine or on a...
I have the below OS on my Linux machine. $ uname -a Linux 5.17.11-1rodete2-amd64 #1 SMP PREEMPT Debian 5.17.11-1rodete2 (2022-06-09) x86_64 GNU/Linux
Wondering if you have [Raspberry pI 4b](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) as I am able to forceboot Dev Board Mini with this device also. ``` pi@raspberrypi:~ $ uname -a Linux raspberrypi 5.15.32-v7l+ #1538 SMP...