Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 496 Bytes

Jetson TX1 demo

DEBUGGING

How to start simple Flask web server for debugging

At the very beginning, make sure Flask has been installed in your setup. If not, run 'pip install flask' to get it ready.

  1. run below command in your setup
cd test
python cloud.py
  1. open http://<board_ip_address>:5000 in your favorite web browser
  2. done

How to start the software on board

sudo python jetson.py

How to send command to board

open door