Skip to content

jia345/jetson

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published