I here about these wonderful tools but get no information on how to access them...
Please describe it as you would to an 8 year old...
I here about these wonderful tools but get no information on how to access them...
Please describe it as you would to an 8 year old...
I here about these wonderful tools but get no information on how to access them...
what tools are you talking about ??
If you want to access the debug console from windows check chris blog here.
If you want to access the debug console from Linux, install a terminal app like screen or minicom.
install screen on linux
apt-get install screen
apt-get update
detect the correct USB device in /dev folder and run below commands
I used ttyUSB0 below, yours may be different.
screen /dev/ttyUSB0 115200 8N1
This should show all the debug messages.
I here about these wonderful tools but get no information on how to access them...
what tools are you talking about ??
If you want to access the debug console from windows check chris blog here.
If you want to access the debug console from Linux, install a terminal app like screen or minicom.
install screen on linux
apt-get install screen
apt-get update
detect the correct USB device in /dev folder and run below commands
I used ttyUSB0 below, yours may be different.
screen /dev/ttyUSB0 115200 8N1
This should show all the debug messages.