Hi Juanito,
I am using piCore, and while my kernel is aarch64, the userland and extensions require 32-bit (armv7) binaries.
$ uname -m
aarch64$ file /bin/busybox
/bin/busybox: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), for GNU/Linux 4.9.22, dynamically linked, interpreter /lib/ld-linux-armhf.so.3, no section headerBecause of this 32-bit environment, the xdotool extension from the aarch64 repository (
http://www.tinycorelinux.net/17.x/aarch64/tcz/) unfortunately did not work on my system.
I couldn't find the Source in the repository of armv7. Would it be possible to build and upload the xdotool extension to the armv7 repository as well? That would be incredibly helpful!
Thank you very much, and sorry for the trouble.