This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR2243BOOST: Fail to run "OOB Demo with Ethernet Streaming Enabled"

Part Number: AWR2243BOOST
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

  • Hi Jason,

    The steps you follow are correct.

    I have three suggestions:

    If you are on a VPN, I would suggest trying this once with the VPN disabled, perhaps even with your PC disconnected from other networks (wifi or ethernet).

    Secondly, could you please try this with vanilla python.exe? This hasn't been tested with Jupyter, so I am not sure if using Jupyter will cause issues here.

    Finally, if you could flash the ccsdebug image, and load the .xer4f and .xe674 binaries to the device over CCS (i.e. loading the binaries in CCS debug mode), you should get a console output. Could you share this with me? There should be steps on how to run the OOB demo in CCS debug mode in the SDK user guide.

    Regards,

    Aayush