Hi everyone,
After adding an NVMe to my Seeed R2000, I started running into an issue. The Hailo device failed to initialize.
Initially, I tried running the following command to identify the Hailo device.
eli@raspberrypi:~ $ hailortcli fw-control identify
eli@raspberrypi:~ $
But it returned nothing. After checking the dmesg logs, I found this error in the screenshot related to the Hailo device.
After encountering this problem, I ran sudo apt update && sudo apt full-upgrade
, which resolved the issue with the Hailo device. However, now the NVMe no longer shows up with the lsblk
command.
eli@raspberrypi:~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 58.3G 0 disk
├─mmcblk0p1 179:1 0 512M 0 part /boot/firmware
└─mmcblk0p2 179:2 0 57.8G 0 part /
eli@raspberrypi:~ $
Has anyone faced a similar issue after adding an NVMe ? Any suggestions on how to resolve this?
Thanks in advance for your help!