OSHW-DEIMOS/SOFTWARE/A64-TERES/teres1-debug
2018-05-30 19:12:38 -07:00
..
debug_switch.sh Add files via upload 2018-05-04 08:16:49 +03:00
Makefile updated 2018-05-04 08:19:13 +03:00
README.md Adding *.md filetype for TERES-specific READMEs 2018-05-30 19:12:38 -07:00
teres1-debug.c updated 2018-05-04 08:19:13 +03:00

teres1-debug

teres1-debug and debug_switch.sh are DIY-TERES1 utilities for turning debug on or off

Usage: All commands must be executed as superuser

  • switch on/off debug for current session only until reboot
sudo teres1-debug on

or

sudo teres1-debug off
  • switch on/off debug permanently
sudo debug_switch.sh on

or

sudo debug_switch.sh off

How to download and install:

git clone https://github.com/d3v1c3nv11/teres1-debug.git
cd teres1-debug
make
sudo make install

destination path for installing is /usr/local/sbin, to change - edit Makefile

Jack connection:

TX   RX
 |   |    
=== == ====|||||||||----------------------------
         |
        GND

VERY IMPORTANT!!!

Use 3.3V level serial adapter! Consider our TERES-USB-DEBUG cable: https://www.olimex.com/Products/DIY-Laptop/KITS/TERES-USB-DEBUG/

DO NOT USE RS232 LEVEL ADAPTERS!