Creality-Cloud-RaspberryPi3 icon indicating copy to clipboard operation
Creality-Cloud-RaspberryPi3 copied to clipboard

Running on 64-bit Raspbian

Open superzeldalink opened this issue 4 years ago • 7 comments

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 !

superzeldalink avatar Jul 29 '21 05:07 superzeldalink

We haven't tested it on 64-bit systems, and this is a problem.

frank-pian avatar Aug 02 '21 10:08 frank-pian

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位系统就能正常运行了

XiaoCC avatar Aug 20 '21 03:08 XiaoCC

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

superzeldalink avatar Aug 21 '21 14:08 superzeldalink

试试看:sudo chmod 777 /dev/ttyUSB0 Raspberry Pi 3 + Ubuntu20.04(arm64)

XiaoCC avatar Aug 24 '21 06:08 XiaoCC

image 还是一样

superzeldalink avatar Aug 24 '21 09:08 superzeldalink

ls /dev/ttyUSB* 看一下设备是不是挂到/dev/ttyUSB1了

frank-pian avatar Aug 25 '21 03:08 frank-pian

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

KodeMunkie avatar Sep 01 '21 11:09 KodeMunkie