Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:bitscope [2024/09/06 16:49] – darron | tools:bitscope [2024/09/07 13:03] (current) – [Server] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Bitscope==== | ====Bitscope==== | ||
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
- | Attempt to run bitscope-server on AARCH64 | + | ===AARCH64=== |
+ | |||
+ | If on ARCH64 setup ARMHF | ||
< | < | ||
dpkg --add-architecture armhf | dpkg --add-architecture armhf | ||
+ | apt install libc6:armhf | ||
+ | </ | ||
+ | |||
+ | ===Server=== | ||
+ | |||
+ | ==Download== | ||
+ | |||
+ | Fetch the binary package for the correct platform from [[http:// | ||
+ | |||
+ | ==Raspberry Pi OS== | ||
+ | |||
+ | < | ||
+ | mkdir bitscope-server | ||
+ | cd bitscope-server | ||
+ | ar x ../ | ||
+ | tar xf data.tar.gz | ||
+ | cp usr/ | ||
+ | </ | ||
+ | |||
+ | ==Help== | ||
+ | |||
+ | < | ||
+ | bitscope-server --help | ||
+ | |||
+ | Usage: bitscope-server < | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | 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. | ||
+ | </ | ||
+ | |||
+ | ===Runit=== | ||
+ | |||
+ | < | ||
+ | #!/bin/bash | ||
+ | sleep 2 | ||
+ | |||
+ | #LOG | ||
+ | ulimit -aH | ||
+ | |||
+ | #RUN | ||
+ | exec / | ||
</ | </ | ||