Open 85ya opened 1 year ago
commented Aug 30, 2023 •
The Linux kernel version I'm using is 5.10.104-tegra, and I followed the tutorial(https://camflow.org/#source) to install CamFlow, which seems like 0.9.0 version. Should I use the lower version of CamFlow such as 0.7.1 which suitable for linux kernel 5.9.11?
Just to be sure, did you reboot and select the right kernel in the grub menu?
I want to install Camflow on Ubuntu20.04LST (aarch64 architecture), but when the installation process finished, I didn't see XXXCamFlow_YYY after typing 'uname -r', which means the installation was failed.
Before installing CamFlow, I installed the dependencies according to this question https://github.com/CamFlow/camflow-dev/issues/115#issue-733750674. During the installation process, I got some warnings and one note, but no error. And the first warning information is
W: Couldn't identify type of root file system for fsck hook
whencd ~/build/linux-stable && sudo make install
.I saw this question https://github.com/CamFlow/camflow-dev/issues/78#issue-379198323 when I looking for the solution, but the link is invalid now, could you please give me some advices about my problem?