This is an old revision of the document!
Bitscope
Attempt to run bitscope-server on AARCH64
dpkg --add-architecture armhf apt install libc6:armhf
mkdir bitscope-server cd bitscope-server ar x ../bitscope-server_1.1.FK26BWAG_armhf.deb tar xf data.tar.gz ./usr/bin/bitscope-server --help Usage: bitscope-server <options> -h,-?,--help | print this help -v,--verbose | verbose output, for debugging -c,--count N | open up to N devices (default:1) -p,--port P | open starting at port P (default:16385) -l,--latency L | assign server latency L in ms (default:8) -d,--daemon | start in daemon mode (from command line) -i,--install | register the daemon. This has no effect under unix. -u,--uninstall | unregister the daemon. This has no effect under unix. -r,--run | start the daemon. Windows does this. Do not do it manually. Assign a larger latency for lower CPU load if necessary. Use verbose from command line only. Note that only -h and -v are implemented in this beta release.