Radarcape:Miscellaneous: Difference between revisions
Jump to navigation
Jump to search
imported>Dl4mea |
imported>Dl4mea |
||
Line 12: | Line 12: | ||
cd /lib<br> | cd /lib<br> | ||
ln -sf arm-linux-gnueabihf/ld-linux.so.3 . | ln -sf arm-linux-gnueabihf/ld-linux.so.3 . | ||
===Disable IPv&=== | |||
https://wiki.debian.org/DebianIPv6#How_to_turn_off_IPv6 |
Revision as of 20:42, 1 November 2014
Using SOCAT to copy TCP to a file
socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat
Cannot Execute a Binary
On Debian, apt-get upgrade leads to an error with LED aging
Description and replacing script
On Debian: "not a dynamic executable" or any other problems with ld-linux-armhf.so.3
cd /lib
ln -sf arm-linux-gnueabihf/ld-linux.so.3 .