-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel Oops - Bug: 0 #39
Comments
hey! Could you share some outputs?
|
Hi Namburger, Thanks for your kind reply ! Sure, here is the information. Concerning the kernel I installed the Coral driver generating the headers and adding the name of the headers (linux-headers-iot2050) in the gasket-dkms package from the tutorial (https://coral.ai/docs/m2/get-started/#2-install-the-pcie-driver-and-edge-tpu-runtime). It seems to me it's installed properly. Maybe interresting for you as well, I get the same error running the demo script without the Edge TPU, that's why I'm posting here. root@iot2050-debian:~# uname -a root@iot2050-debian:~# lspci -vvv 01:00.0 System peripheral: Device 1ac1:089a (prog-if ff) root@iot2050-debian:~# modinfo gasket root@iot2050-debian:~# modinfo apex Good luck ! :-) |
@Aeroten hello, installation looks good, I've actually never seen this message before o_0 |
Hi Namburger, Yeah, same to me, this is really strange. I'm testing right now one of your C example, to see if it has something to do with python. I'll let you know the result there. Here is the start dmesg root@iot2050-debian:~# dmesg And when I start the demonstration script [23168.683341] ------------[ cut here ]------------ Let's see if you see something... |
Hi Namburger, Just finished a quick test, same story in C using the "edgetpu-minimal-example" root@iot2050-debian:~/edgetpu-minimal-example/build# ../out/aarch64/minimal ../test_data/mobilenet_v1_1.0_224_quant_edgetpu.tflite ../test_data/resized_cat.bmp ../test_data/imagenet_labels.txt Message from syslogd@iot2050-debian at Nov 12 14:48:38 ... Message from syslogd@iot2050-debian at Nov 12 14:48:38 ... The log from dmesg is very similar : [ 1973.066780] ------------[ cut here ]------------ |
Hi ! It seems my Coral was defect. Replaced with another one solved the problem. Thanks for the support ! |
Hi !
I tried to run the TFLite demo on Siemens IOT 2050 with the PCI E Coral TPU.
Running the classification example in python :
python3 classify_image.py
--model models/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite
--labels models/inat_bird_labels.txt
--input images/parrot.jpg
Gives me
Message from syslogd@iot2050-debian at Nov 11 21:16:45 ...
kernel:[ 1822.583092] Internal error: Oops - BUG: 0 [#4] PREEMPT SMP
Message from syslogd@iot2050-debian at Nov 11 21:16:45 ...
kernel:[ 1822.611947] Process python3 (pid: 1119, stack limit = 0x0000000052b2a22a)
Message from syslogd@iot2050-debian at Nov 11 21:16:45 ...
kernel:[ 1822.766935] Code: eb1a037f 54000080 f9400320 b4fffe40 (d4210000)
Any idea ?
Thank you in advance for your support !
The text was updated successfully, but these errors were encountered: