Other Parts Discussed in Thread: AM2732
Hi all,
I use AM2732 + AWR2243BOOST EVM.
SDK version is 4.2.
I fail to run "MMWAVE SDK OOB Demo with Ethernet Streaming Enabled".
Following are my test steps.
Step 1 :
I flash am273x_mmw_demoTDMEnet.appimage into EVM.
Step 2 :
Ethernet connection between EVM and router.
Ethernet connection between router and PC.
EVM get IP 192.168.1.16.
PC get IP 192.168.1.46.
Step 3 :
Modify "C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\ti\demo\utils\tcpserver.py"
HOST = '192.168.1.46' # Local IP Address
Modify "C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\ti\demo\am273x\mmw\profiles\tdm\profile_enet.cfg"
enetStreamCfg 1 192 168 1 46
Step 4:
Run tcpserver.py by "Jupyter QT Console".
%run "C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\ti\demo\utils\tcpserver.py"
Step 5:
Load profile_enet.cfg by "LOAD CONFIG FROM PC AND SEND" button.
Step 6:
"Jupyter QT Console" is freeze. It no show any object data.
mmWave_Demo_Visualizer/Plots stop to update after 10 secends.
Question:
Why did not have any object data under "Jupyter QT Console"?
Could you give me suggestion?
Best regards
-Jason