journalctl shows the following on my first boot after loading the image:
Code: Select all
pi@raspberrypi:~ $ journalctl | grep visionbonnet
Dec 18 10:36:29 raspberrypi kernel: googlevisionbonnet spi0.0: Initializing
Dec 18 10:36:29 raspberrypi kernel: googlevisionbonnet spi0.0: Resetting myriad on probe
Dec 18 10:36:29 raspberrypi kernel: googlevisionbonnet spi0.0: Resetting myriad
Dec 18 10:36:37 raspberrypi kernel: googlevisionbonnet spi0.0: Writing myriad firmware
Dec 18 10:36:41 raspberrypi kernel: googlevisionbonnet spi0.0: Myriad booting
Dec 18 10:36:46 raspberrypi kernel: googlevisionbonnet spi0.0: Slave not ready after 5000 ms
Dec 18 10:36:46 raspberrypi kernel: googlevisionbonnet spi0.0: Myriad did not boot in a timely fashion
Dec 18 10:36:46 raspberrypi kernel: googlevisionbonnet spi0.0: Inital bonnet boot failed: -113
Dec 18 10:36:46 raspberrypi kernel: googlevisionbonnet: probe of spi0.0 failed with error -113I also tried enabling the SPI through raspi-config and /boot/config.txt with no success.
What does error -113 mean? Are there any diagnostics I can do?