Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Renode on Asahi Linux (aarch64) #573

Closed
Li357 opened this issue Jan 2, 2024 · 1 comment
Closed

Running Renode on Asahi Linux (aarch64) #573

Li357 opened this issue Jan 2, 2024 · 1 comment

Comments

@Li357
Copy link

Li357 commented Jan 2, 2024

Description

Is there a way to get Renode working on aarch64? I'm using Asahi Linux on an M1 Mac and when I use the portable binary, I get:

qemu-x86_64-static: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

presumably because it's trying to use glibc for x86 which doesn't exist on my aarch64 machine. I've tried building directly from source but getting build errors too-- can I just change HostArchitecture=i386 in the build configurations to aarch64?

How does the binary run on regular M1 macOS? Can I use that build configuration for Linux?

Also, the whole reason I'm doing this is because I can't create a TAP interface to setup networking with Renode on my macOS install since it doesn't have that interface. Any pointers on that?

@Li357
Copy link
Author

Li357 commented Jan 2, 2024

Resolved. I installed the tun/tap kexts correctly just didn't actually start tap0 by running renode so I didn't see it in ifconfig 🤦

@Li357 Li357 closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant