Creality-Cloud-RaspberryPi3
Creality-Cloud-RaspberryPi3 copied to clipboard
Running on 64-bit Raspbian
I'm using a Raspberry Pi 4, running Raspbian 64-bit (aarch64) At the beginning, when I tried to run creality_install, it gave me "GenerateIdentifier: No such file or directory". Then I realize that GenerateIdentifier binary is compiled for armhf, so I installed some armhf libraries, and the binary was executing. But when I run creality_install again, it gave me "ioctl: No such device". I checked that /dev/ttyUSB0 is found.
Creality please consider this. Thank you !
We haven't tested it on 64-bit systems, and this is a problem.
sudo dpkg --add-architecture armhf sudo apt update sudo apt install libc6:armhf sudo apt install -f sudo apt install libstdc++6:armhf sudo apt install libssl1.1:armhf sudo apt install libz1:armhf
这些命令敲完64位系统就能正常运行了
sudo dpkg --add-architecture armhf sudo apt update sudo apt install libc6:armhf sudo apt install -f sudo apt install libstdc++6:armhf sudo apt install libssl1.1:armhf sudo apt install libz1:armhf
这些命令敲完64位系统就能正常运行了
它还是 ioctl: No such device
试试看:sudo chmod 777 /dev/ttyUSB0 Raspberry Pi 3 + Ubuntu20.04(arm64)
还是一样
ls /dev/ttyUSB* 看一下设备是不是挂到/dev/ttyUSB1了
The 64bit Raspberry Pi OS beta (I'm not aware of an official release) has missing non 64 bit binaries, e.g. the OS is missing the built in raspistill command (this command was never on the filesystem). The missing binaries also stop devices like the PI Camera from working too with something like Octoprint, perhaps this is related? https://www.raspberrypi.org/forums/viewtopic.php?t=276821 https://www.raspberrypi.org/forums/viewtopic.php?t=275370