Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:bitscope [2024/09/06 16:55] – [Bitscope] darrontools:bitscope [2024/09/07 13:03] (current) – [Server] darron
Line 1: Line 1:
 ====Bitscope==== ====Bitscope====
  
 +<wrap right>
 +{{:tools:bitscopem1.jpg?200}}
 +</wrap>
  
-Attempt to run bitscope-server on AARCH64+===AARCH64=== 
 + 
 +If on ARCH64 setup ARMHF
  
 <code> <code>
Line 8: Line 13:
 apt install libc6:armhf apt install libc6:armhf
 </code> </code>
 +
 +===Server===
 +
 +==Download==
 +
 +Fetch the binary package for the correct platform from [[http://my.bitscope.com/download/|here]].
 +
 +==Raspberry Pi OS==
  
 <code> <code>
Line 14: Line 27:
 ar x ../bitscope-server_1.1.FK26BWAG_armhf.deb ar x ../bitscope-server_1.1.FK26BWAG_armhf.deb
 tar xf data.tar.gz tar xf data.tar.gz
-./usr/bin/bitscope-server --help+cp usr/bin/bitscope-server /usr/local/bin/ 
 +</code> 
 + 
 +==Help== 
 + 
 +<code> 
 +bitscope-server --help
  
 Usage: bitscope-server <options> Usage: bitscope-server <options>
Line 30: Line 49:
 Assign a larger latency for lower CPU load if necessary. Use verbose from command 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. line only. Note that only -h and -v are implemented in this beta release.
 +</code>
  
 +===Runit===
 +
 +<code>
 +#!/bin/bash
 +sleep 2
 +
 +#LOG
 +ulimit -aH
 +
 +#RUN
 +exec /usr/local/bin/bitscope-server -v < /dev/stderr
 </code> </code>
 +
 ===Resources=== ===Resources===
  
 [[http://my.bitscope.com/download/|Downloads]] [[http://my.bitscope.com/download/|Downloads]]