Questions tagged [arm64]
The arm64 tag has no summary.
79 questions
0 votes
1 answer
35 views
Cross compile error arm64
I have download the toolchain from here enter link description here Precisely this one arm-gnu-toolchain-14.3.rel1-x86_64-aarch64-none-elf.tar.xz I try a simple .c file vim simple.c #include <stdio....
-2 votes
1 answer
143 views
How do I launch a program using box64? Do I just execute/run the program?
I want to run this executable file for Linux on my arm64 device, but it does not support arm architecture. I have followed the compilation steps for box64. How do I utilize the program? Thank you so ...
1 vote
0 answers
59 views
ARM64 commands take seconds to finish
I'm on an ARM board running Linux. The hardware is a vehicle domain control board which has 6 core ARM Cortex-A78AE and some machine learning cores. I don't want to reboot it because It might be a ...
1 vote
1 answer
213 views
How to create bootable Debian SD Card for an Allwinner SBC using a USB SD Card adapter?
I got Raspbian running on an old Raspberry Pi 2B to install Debian for the Olimex Lime 2. However, I read this warning on the Debian Wiki[1]: These images are meant for the SD card slot on the device ...
0 votes
1 answer
334 views
How is my x86_64 machine is running an arm64 binary? [duplicate]
My machine's architecture is x86_64 and I've cross-compiled arm64 assembly (from here) into an executable. However the binary is still runnable on my machine... how? Here are the outputs to the ...
0 votes
0 answers
147 views
How to enable Bluetooth on the Raspberry Pi 3B with Void Linux?
I have a RPI 3B with Void Linux, I've searched a lot on Google how to enable Bluetooth, but I can't find solutions.... Here are the things I have already done: Followed to the letter the indications ...
0 votes
1 answer
140 views
dpkg -i my-kernel_5.10.9-2lEIW6BD_arm64.deb fails with "unable to make backup link of './boot/Image' before installing new version: Operation not..."
I've made my own kernel package for a custom iMX8M board, which passes lintian without warnings or errors. The top three layers of the package tree are: /tmp/my-kernel_5.10.9-2lEIW6BD_arm64 |-- DEBIAN ...
0 votes
0 answers
1k views
I Failed to execute AARCH64 Linux kernel on the QEMU
I'm trying to execute AARCH64 Linux kernel on the QEMU. But,there was an error and the error log is: rom: requested regions overlap (rom bootloader. free=0x00000000422c0a00, addr=0x0000000040000000) ...