Remember
Register
Home
/
Support
/
Support Forum
/
Digi 9210 & Remote debug (UDP)
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Digi 9210 & Remote debug (UDP)
0
votes
Hello,
we have Custom Board and there is Digi 9210. But we have not Jtag connection in the board. How to we use remote debug (Udp)?
digi
9210
remote
debug
asked
Sep 23, 2016
in
NET+OS
by
samppa
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
you have to enable udp debugging in the image. if it wasn't enabled ,you have to re-flash the module with the image with USP debugging enabled.
in bsp_drivers.h in your platform folder change this to TRUE:
#define BSP_INCLUDE_UDP_DEBUG_DRIVER FALSE
answered
Oct 20, 2016
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
Please
log in
or
register
to add a comment.
...