Michael Kiesel

Results 20 comments of Michael Kiesel

I tried to run chisel_arm64 binary in termux on my android but it did't recognize it. I copied over the extracted binary (from chisel_1.7.7_linux_arm64.gz) to the $home directory of termux...

Thats nice .. do you have a little guidance for a non android Developer? 😉 Thanks!

@vetch101 Thanks, will try!

The build seems sucessfull but the chisel file that comes out still wasn't recognized as command in termux...maybe a hard computer science problem D: ... Or i missed something important...

Thanks bur in termux i hit a hard wall any way i try...will try chiselsocksdroid maybe also

Solved my problem now with the required commands and syntax 😉 chmod +x chisel and ./chisel to call

Im using Qemu 6 on Windows with this VM Config: "C:\Program Files\qemu\qemu-system-aarch64.exe" ^ -M virt,virtualization=true ^ -accel tcg,thread=multi ^ -cpu cortex-a57 ^ -smp 2 ^ -m 4G ^ -bios "C:\Program...

Currently im using a special patched version of Qemu 6 since there was a Bug running Windows ARM64 VM in the orginally released Version: https://gitlab.com/qemu-project/qemu/-/issues/367

is this Option "-M virt" the Virt Machine Type...? The other devices like storage and network are running fine with the provided drivers.

It's not cirtical for me to get the drivers for the ACPI Devices only want to mention that what i have seen ;-)