Changes between Version 32 and Version 33 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 5:06:33 PM (2 years ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Agora

    v32 v33  
    134134==== Configure IBM 28GHz PAAM ====
    135135COSMOS uses the IBM 28GHz PAAM API to configure and initialize the PAAM boards.
    136 Under {{{PAAM_Control}}}, use the following command to turn configure the PAAM boards:
     136Under {{{PAAM_Control}}}, use the following command to configure the PAAM boards:
    137137    {{{#!shell
    138138    root@srv1-lg1:~/PAAM_Control# python3 main.py
    139139    }}}
     140The following message will print out to indicate that the PAAM board is being successfully configured:
     141    {{{#!shell
     142Opened port to FPGA
     143Logged in to Petalinux
     144Started command parser on Zynq
     145sdpar_prog.py /version: Version is PAWR_v1.2.0
     146Using baseline FPGA control IP
     147Reset the Phased Array
     148Initialization of IC 0 was successful
     149Initialization of IC 1 was successful
     150Initialization of IC 2 was successful
     151Initialization of IC 3 was successful
     152IC0 current: 2.2629521016617793 status: On
     153IC1 current: 1.3685239491691104 status: On
     154IC2 current: 0.19550342130987292 status: Off
     155IC3 current: 0.07820136852394917 status: Off
     156Closed port to Zynq
     157Opened port to FPGA
     158Logged in to Petalinux
     159Started command parser on Zynq
     160sdpar_prog.py /version: Version is PAWR_v1.2.0
     161Using baseline FPGA control IP
     162Reset the Phased Array
     163Initialization of IC 0 was successful
     164Initialization of IC 1 was successful
     165Initialization of IC 2 was successful
     166Initialization of IC 3 was successful
     167IC0 current: 2.29227761485826 status: On
     168IC1 current: 1.3587487781036167 status: On
     169IC2 current: 0.15640273704789834 status: Off
     170IC3 current: 0.16617790811339198 status: Off
     171Closed port to Zynq
     172Experiment Started!
     173    }}}