Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Running on 64-bit Raspbian #4

Open
superzeldalink opened this issue Jul 29, 2021 · 7 comments
Open

Running on 64-bit Raspbian #4

superzeldalink opened this issue Jul 29, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@superzeldalink
Copy link

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 !

@frank-pian
Copy link
Collaborator

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

@frank-pian frank-pian added the bug Something isn't working label Aug 2, 2021
@XiaoCC
Copy link

XiaoCC commented Aug 20, 2021

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

@superzeldalink
Copy link
Author

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

@XiaoCC
Copy link

XiaoCC commented Aug 24, 2021

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

@superzeldalink
Copy link
Author

image
还是一样

@frank-pian
Copy link
Collaborator

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

@KodeMunkie
Copy link

KodeMunkie commented Sep 1, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants